From 7dc0f006c7436dc576c3b894013e5a35b88b9cb3 Mon Sep 17 00:00:00 2001 From: dragarcia Date: Mon, 6 Sep 2021 15:29:47 +0800 Subject: [PATCH] Add disclaimer for features not available in Docker images --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 05ba7f409..bd3564135 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ Unmodified Postgres with some useful plugins. Our goal with this repo is not to Can't find your favorite extension? Suggest for it to be added into future versions [here](https://github.com/supabase/supabase/discussions/679)! ## Enhanced Security +*This is only available for our AWS EC2/ DO Droplet images* + Aside from having [ufw](https://help.ubuntu.com/community/UFW),[fail2ban](https://www.fail2ban.org/wiki/index.php/Main_Page), and [unattended-upgrades](https://wiki.debian.org/UnattendedUpgrades) installed, we also have the following enhancements in place: | Enhancement | Description | | ------------- | ------------- | @@ -35,6 +37,8 @@ Aside from having [ufw](https://help.ubuntu.com/community/UFW),[fail2ban](https: | [fail2ban filter](https://github.com/supabase/postgres/blob/develop/ansible/files/fail2ban_config/filter-pgbouncer.conf.j2) for PgBouncer access | Monitors for brute force attempts over at port `6543`. | ## Additional Goodies +*This is only available for our AWS EC2/ DO Droplet images* + | Goodie | Description | | ------------- | ------------- | | [PgBouncer](https://www.pgbouncer.org/) | Set up Connection Pooling. |