DoTheEvo / selfhosted-apps-docker

Guide by Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tor hidden service support

r0qstr opened this issue · comments

I am wondering how one would add support for another domain in the caddyfile? What do I have to keep in mind with the tor config? the following did not work:

torrc:
HiddenServiceDir /var/lib/tor/hidden_service/
HiddenServicePort 80 127.0.0.1:80

xyz123.onion:80 nextcloud.{$MY_DOMAIN} {
reverse_proxy nextcloud-web:80
header Strict-Transport-Security max-age=31536000;
...
}

dunno, try caddy forums

https://caddy.community/