Is there an existing issue for this?
Current Behavior
Updating the latest files after this message
┌────────────┬────────────┬────────────────────────────────────────────────────────────────────────┐
│ old date │ new date │ path │
├────────────┼────────────┼────────────────────────────────────────────────────────────────────────┤
│ 2024-03-16 │ 2025-03-25 │ /config/nginx/authelia-server.conf │
└────────────┴────────────┴────────────────────────────────────────────────────────────────────────┘
Completely broken the normal authelia (latest version) setup. All auth redirects are sent to /authelia which seems to have been removed in 15a3bc9 and 8caf2a1 despite the fact that the commit messages for those do not indicate this change
Expected Behavior
Authelia auth requests should work as expected, redirects to /authelia specifically
Steps To Reproduce
Activate the "swag" container with "authelia" as an auth service
Environment
- OS:Ubuntu 24.04
- How docker service was installed: distro's package manager
CPU architecture
x86-64
Docker creation
This docker compose file (with other details removed)
services:
authelia:
image: authelia/authelia
container_name: authelia
# OTHER CONFIGURATION REMOVED
swag:
image: linuxserver/swag
container_name: swag
# OTHER CONFIGURATION REMOVED
Container logs
**** The following active confs have different version dates than the samples that are shipped. ****
**** This may be due to user customization or an update to the samples. ****
**** You should compare the following files to the samples in the same folder and update them. ****
**** Use the link at the top of the file to view the changelog. ****
┌────────────┬────────────┬────────────────────────────────────────────────────────────────────────┐
│ old date │ new date │ path │
├────────────┼────────────┼────────────────────────────────────────────────────────────────────────┤
│ 2024-03-16 │ 2025-03-25 │ /config/nginx/authelia-server.conf │
└────────────┴────────────┴────────────────────────────────────────────────────────────────────────┘
Is there an existing issue for this?
Current Behavior
Updating the latest files after this message
Completely broken the normal authelia (latest version) setup. All auth redirects are sent to
/autheliawhich seems to have been removed in 15a3bc9 and 8caf2a1 despite the fact that the commit messages for those do not indicate this changeExpected Behavior
Authelia auth requests should work as expected, redirects to
/autheliaspecificallySteps To Reproduce
Activate the "swag" container with "authelia" as an auth service
Environment
CPU architecture
x86-64
Docker creation
This docker compose file (with other details removed) services: authelia: image: authelia/authelia container_name: authelia # OTHER CONFIGURATION REMOVED swag: image: linuxserver/swag container_name: swag # OTHER CONFIGURATION REMOVEDContainer logs