auth suawyomi

This commit is contained in:
soraefir
2026-06-09 23:48:15 +02:00
parent 849e429609
commit 73a6beee14

View File

@@ -11,6 +11,7 @@ in {
runtime = {
containers = {
server = builder.mkContainer {
authentik = true;
subdomain = containerCfg.subdomain;
image = "ghcr.io/suwayomi/suwayomi-server:${version}";
port = 4567;
@@ -18,7 +19,7 @@ in {
extraEnv = {
BIND_PORT = "4567";
AUTH_MODE = "ui_login";
AUTH_MODE = "none";
WEB_UI_ENABLED = "true";
WEB_UI_FLAVOR = "WebUI";
# AUTO_DOWNLOAD_CHAPTERS = true;