mirror of
https://git.nerdvpn.de/NerdVPN.de/invidious
synced 2026-02-14 22:51:42 +01:00
Change to multiple backends
This commit is contained in:
@@ -18,7 +18,7 @@ sudo systemctl start postgresql.service
|
||||
sudo systemctl enable postgresql.service
|
||||
|
||||
#
|
||||
# Create databse and user
|
||||
# Create database and user
|
||||
#
|
||||
|
||||
if [ "$interactive" = "true" ]; then
|
||||
@@ -56,5 +56,6 @@ if [ "$interactive" = "true" ]; then
|
||||
echo
|
||||
echo "host invidious invidious 127.0.0.1/32 md5"
|
||||
echo "host invidious invidious ::1/128 md5"
|
||||
echo "host invidious invidious 192.42.6.0/24 md5"
|
||||
echo
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user