Fixing again...
This commit is contained in:
parent
7af502fa44
commit
96028949c0
1 changed files with 8 additions and 4 deletions
|
|
@ -56,14 +56,14 @@ in {
|
||||||
# Empty TARGET for redirect mode
|
# Empty TARGET for redirect mode
|
||||||
TARGET = " ";
|
TARGET = " ";
|
||||||
|
|
||||||
# Configure redirect domains
|
# Configure redirect domains - ALL domains that should be able to redirect back after challenge
|
||||||
#REDIRECT_DOMAINS = "*.prg-radio.org";
|
REDIRECT_DOMAINS = "prg-radio.org,git.prg-radio.org,wavelog.prg-radio.org,partdb.prg-radio.org,anubis.prg-radio.org";
|
||||||
|
|
||||||
# Public URL for Anubis
|
# Public URL for Anubis
|
||||||
PUBLIC_URL = "https://anubis.prg-radio.org";
|
PUBLIC_URL = "https://anubis.prg-radio.org";
|
||||||
|
|
||||||
# Cookie domain for proper scoping
|
# Cookie domain for proper scoping (leading dot for all subdomains)
|
||||||
#COOKIE_DOMAIN = "*.prg-radio.org";
|
COOKIE_DOMAIN = ".prg-radio.org";
|
||||||
|
|
||||||
# Difficulty level
|
# Difficulty level
|
||||||
DIFFICULTY = 20;
|
DIFFICULTY = 20;
|
||||||
|
|
@ -147,6 +147,10 @@ in {
|
||||||
forwardAuth = {
|
forwardAuth = {
|
||||||
address = "http://127.0.0.1:8090/.within.website/x/cmd/anubis/api/check";
|
address = "http://127.0.0.1:8090/.within.website/x/cmd/anubis/api/check";
|
||||||
trustForwardHeader = true;
|
trustForwardHeader = true;
|
||||||
|
# Forward authentication headers
|
||||||
|
authResponseHeaders = [
|
||||||
|
"X-Anubis-Authorized"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue