fix(finances): disable authentik middleware to enable back correct links
This commit is contained in:
@@ -16,6 +16,7 @@ in
|
|||||||
services.firefly-iii = {
|
services.firefly-iii = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableNginx = true;
|
enableNginx = true;
|
||||||
|
virtualHost = "finances.plg.m0rel.eu";
|
||||||
settings = {
|
settings = {
|
||||||
SITE_OWNER = config.globals.master.email;
|
SITE_OWNER = config.globals.master.email;
|
||||||
DB_CONNECTION = "pgsql";
|
DB_CONNECTION = "pgsql";
|
||||||
@@ -24,9 +25,9 @@ in
|
|||||||
DB_DATABASE = name;
|
DB_DATABASE = name;
|
||||||
DB_USERNAME = name;
|
DB_USERNAME = name;
|
||||||
DB_PASSWORD = config.my-lxc.finances.db.password;
|
DB_PASSWORD = config.my-lxc.finances.db.password;
|
||||||
AUTHENTICATION_GUARD = "remote_user_guard";
|
# AUTHENTICATION_GUARD = "remote_user_guard";
|
||||||
AUTHENTICATION_GUARD_HEADER = "HTTP_X_AUTHENTIK_EMAIL";
|
# AUTHENTICATION_GUARD_HEADER = "HTTP_X_AUTHENTIK_EMAIL";
|
||||||
AUTHENTICATION_GUARD_EMAIL = "HTTP_X_AUTHENTIK_EMAIL";
|
# AUTHENTICATION_GUARD_EMAIL = "HTTP_X_AUTHENTIK_EMAIL";
|
||||||
APP_URL = "https://${tools.build_hostname "finances"}";
|
APP_URL = "https://${tools.build_hostname "finances"}";
|
||||||
APP_KEY_FILE = "/etc/firefly-iii/app.key";
|
APP_KEY_FILE = "/etc/firefly-iii/app.key";
|
||||||
TRUSTED_PROXIES = tools.build_ip "proxy";
|
TRUSTED_PROXIES = tools.build_ip "proxy";
|
||||||
|
|||||||
@@ -36,6 +36,6 @@ in
|
|||||||
password = db_pass.finances;
|
password = db_pass.finances;
|
||||||
};
|
};
|
||||||
private = true;
|
private = true;
|
||||||
auth = true;
|
auth = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user