about summary refs log tree commit diff
path: root/deploy/setup-mastodon.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/setup-mastodon.sh')
-rwxr-xr-xdeploy/setup-mastodon.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/setup-mastodon.sh b/deploy/setup-mastodon.sh
index 165bbf4..3bd2c74 100755
--- a/deploy/setup-mastodon.sh
+++ b/deploy/setup-mastodon.sh
@@ -11,6 +11,7 @@ install conf/.env.ambassador    /srv/plural.cafe/mastodon/.env.ambassador
 install conf/.env.production    /srv/plural.cafe/mastodon/.env.production
 # TODO some edits here
 
+# TODO remember that database pg_hba.conf should be set to trust 192.168.0.0/16 for the docker network
 # TODO rewrite the below
 [ -z "$YML_LOC" ] && YML_LOC="$(pwd)"
 cd $YML_LOC