Request: SWAG template for Obsidian

Hi, I’m wondering if that’s possible to add the template for using SWAG as a reverse proxy for the Obsidian docker (https://hub.docker.com/r/linuxserver/obsidian)
Referring to the Security section I’m also wondering which secure auth solutions are suitable? Thanks so much

[!WARNING] Do not put this on the Internet if you do not know what you are doing.

By default this container has no authentication and the optional environment variables CUSTOM_USER and PASSWORD to enable basic http auth via the embedded NGINX server should only be used to locally secure the container from unwanted access on a local network. If exposing this to the Internet we recommend putting it behind a reverse proxy, such as SWAG⁠, and ensuring a secure authentication solution is in place. From the web interface a terminal can be launched and it is configured for passwordless sudo, so anyone with access to it can install and run whatever they want along with probing your local network.

Yes, if you create a fully working one, please feel free to pr it to the repo, and it will be added

Whatever you feel comfortable with, as we mention, SWAG is our supported option as we develop it

@driz thank you for your fast reply!
TLDR I was hoping that someone could make that template ^^

Well, I must have been misunderstood. As I’m in no way experienced with such technologies, I’m struggling to make it work unfortunately. I will sure put some more time into this task but I’m afraid I’m unlikely to finish with a working template.
As for the second part of my question, I literally don’t know any lol. I read about htpasswd and ldap after I wrote that forum post so I’ll be looking towards that aswell.

if everyone expects someone else to make it, it wont get made. the best person to make it it someone that needs it.

I would suggest that if you are concerned with security (and you should be) you research this all, in depth, before self-hosting. If nothing else, make your stuff accessible only via vpn for the time being and do not directly expose to the internet.