Replies: 1 comment 2 replies
|
That won't work because |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I would like to propose and potentially contribute a PR to allow Vaultwarden to work cleanly with Tor onion service addresses.
There are two intended use cases:
DOMAINis a.onionURL.DOMAINremains the primary clearnet URL and one or more additional.onionURLs are configured for Tor access.Example onion-only setup:
Example clearnet plus onion setup:
Proposed scope:
.onionURLs inDOMAIN;.onionURLs via a separate setting;http://*.onion;DOMAIN, unless maintainers prefer request-matched links;.onionURL handling in bothDOMAINand additional onion domains;Expected onion-only setup:
Expected clearnet plus onion setup:
The intended result is that Vaultwarden can be run either as onion-only, or with a normal clearnet
DOMAINplus explicitly configured.onionaccess URLs.All reactions