Change to multiple backends

This commit is contained in:
Sommerwiesel
2025-06-18 11:27:18 +02:00
parent 081a2769c5
commit 66d0951fb3
14 changed files with 664 additions and 1379 deletions
+2 -1
View File
@@ -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