tsuki/invidious: misc:
- bind to 127.0.0.1 - depend on postgresql systemd unit
This commit is contained in:
parent
c8db83b925
commit
cf42debf37
|
@ -17,9 +17,14 @@
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
registration_enabled = false;
|
registration_enabled = false;
|
||||||
|
host_binding = "127.0.0.1";
|
||||||
|
|
||||||
# popular_enabled = false;
|
# popular_enabled = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services.invidious = {
|
||||||
|
requires = [ "postgresql.service" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue