From c14b08faa75d3c0b2b18aaf5f7d350459406d15f Mon Sep 17 00:00:00 2001 From: bunkerity Date: Wed, 20 Jul 2022 09:41:09 +0200 Subject: [PATCH] examples - edit authelia configuration.yml file for Linux integration --- examples/authelia/setup-linux.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/authelia/setup-linux.sh b/examples/authelia/setup-linux.sh index 4a1b97bc4..5f11da91d 100755 --- a/examples/authelia/setup-linux.sh +++ b/examples/authelia/setup-linux.sh @@ -12,6 +12,9 @@ mv /tmp/authelia.service /etc/systemd/system mkdir /etc/authelia cp ./authelia/* /etc/authelia sed -i "s@/config/@/etc/authelia/@g" /etc/authelia/configuration.yml +sed -i "s@redis:@@g" /etc/authelia/configuration.yml +sed -i "s@host: redis@@g" /etc/authelia/configuration.yml +sed -i "s@port: 6379@@g" /etc/authelia/configuration.yml systemctl daemon-reload systemctl start authelia cp variables.env /opt/bunkerweb/variables.env \ No newline at end of file