diff options
author | Starfall <us@starfall.systems> | 2023-04-22 20:19:17 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-04-22 20:19:17 -0500 |
commit | 331d2298f0388384679ab20b9a2ec9b3ce4fdfab (patch) | |
tree | 03f25c5c8c4cee85b84850ad9766ef3d3316c0b7 /deploy/setup-mastodon.sh | |
parent | 63cfa990b1ebd48c610d857361fb6200973e2d0a (diff) |
Diffstat (limited to 'deploy/setup-mastodon.sh')
-rwxr-xr-x | deploy/setup-mastodon.sh | 1 |
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 |