docker run -d \ --name swag \ -e PUID=1000 -e PGID=1000 \ -e URL=yourdomain.com \ -e VALIDATION=http \ -p 443:443 \ -v ./config:/config \ linuxserver/swag
When integrated, Nginx (via SWAG) will intercept any request to your domain and check with Authelia to see if the user is logged in. If not, they are redirected to a login page before they can even see your application's interface. Conclusion
So, what makes SWAG Nginx so special? Here are some of its key features: