Skip to content
Discussion options

You must be logged in to vote

I generally recommend against adding Tinyauth on top of apps that already have authentication and/or have companion apps that depend on their APIs.

I don't know what's the case with the Vaultwarden API paths but you should be able to allow them with /^\/(api|identity|wl).*/ (should allow /api/*, /identity/* and /wl/*). Also make sure that Tinyauth has access to the Docker socket and I would recommend you also explicitly set the Vaultwarden domain with tinyauth.apps.vaultwarden.config.domain: vaultwarden.example.com.

In any case please be careful with the path.allow label as with a simple misconfiguration it can leave important parts of your network unprotected and with regex it's oftentim…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RealAntithesis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants