[READ-ONLY] Mirror of https://github.com/FoxxMD/blog. blog.foxxmd.dev
0

Configure Feed

Select the types of activity you want to include in your feed.

Add swag deployment backlink

FoxxMD (Jan 20, 2026, 6:38 PM UTC) b78dd527 6bb850fe

+2 -2
+2 -2
_posts/2025-04-07-migrating-to-traefik.md
··· 40 40 41 41 #### SWAG is Tightly Coupled and Opinionated 42 42 43 - LSIO does an excellent job making setup with NGINX easy by using [SWAG](https://docs.linuxserver.io/general/swag/). For simple setups and users just dipping their toes into the space it's a fantastic tool for getting started quickly without requiring any hand-holding. 43 + LSIO does an excellent job making setup with NGINX easy by using [SWAG](https://docs.linuxserver.io/general/swag/). For simple setups and users just dipping their toes into the space it's a fantastic tool for getting started quickly without requiring any hand-holding. Even for more complex setup, [SWAG has a ton to offer](https://corelab.tech/swag-reverse-proxy-guide?ref=blog.foxxmd.dev) like authentication and array of convenience mods for common workflows. 44 44 45 - However, it has shortfalls which appear for more complex use-cases. Some of these are limitations of nginx, such as needing the user to [edit .ini files for DNS ACME challenge, while other solutions only need ENVs](#wildcards). 45 + However, it has shortfalls which immediately appear once you need to do something not specifically covered by the LSIO devs. Some of these are limitations of nginx, such as needing the user to [edit .ini files for DNS ACME challenge, while other solutions only need ENVs](#wildcards). 46 46 47 47 Others are due to the reality of limited developer-hours needing to fulfill only the most common use-case, like LSIO's [cloudflare docker mod](https://github.com/linuxserver/docker-mods/tree/universal-cloudflared) configuration only working with one domain even though a tunnel can be used for multiple domains -- one domain is the most common use-case and easiest to script for. In this scenario, "fixing" the problem means refactoring the entire stack to remove universal-cloudflare and implementing your own `cloudflared` container. 48 48