tsuki/invidious: misc:

- bind to 127.0.0.1
- depend on postgresql systemd unit
main
Oystein Kristoffer Tveit 2023-07-12 02:01:08 +02:00
parent c8db83b925
commit cf42debf37
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 5 additions and 0 deletions

View File

@ -17,9 +17,14 @@
settings = {
registration_enabled = false;
host_binding = "127.0.0.1";
# popular_enabled = false;
};
};
systemd.services.invidious = {
requires = [ "postgresql.service" ];
};
}