selfhosted-apps-docker icon indicating copy to clipboard operation
selfhosted-apps-docker copied to clipboard

Guide by Example

Results 22 selfhosted-apps-docker issues
Sort by recently updated
recently updated
newest added

I added the following lines to Caddyfile redir /.well-known/webfinger /index.php/.well-known/webfinger 301 redir /.well-known/nodeinfo /index.php/.well-known/nodeinfo 301 'nginx.conf' needs to be written as suggested in Nextcloud manual. location ^~ /.well-known { #...

TLS not working with basic auth, do you have any example how to use basicauth with tls chalange? ``` {"level":"error","ts":1616969230.677829,"logger":"tls","msg":"job failed","error":"domain.com: obtaining certificate: [domain.com] Obtain: [domain.com] solving challenges: [domain.com] context...

https://docs.teslamate.org/docs/installation/docker possible? Thanks

when deploying the container, an error occurred because the config.yml file could not be loaded. checking the developer mode in the browser, I found that the browser was looking for...

Hello how are you doing! Glad to see that your repository has been growing since it was first introduced. Don't know if you took some inspiration from my repo, but...

WebSockets are enabled by default from version 1.29.0 [wiki](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-WebSocket-notifications), and it's not necessary now to configure them. Caddyfile is changed as well [wiki](https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examples) It'd be helpful to add a guide...

Same creator as uptime-kuma, see here https://github.com/louislam/dockge

I'd just like to say your writeup on RustDesk really helped! I've got it installed w/ WebUI if you want to check out my notes, you could maybe setup too!...

Change the line in nginx.conf from add_header X-Robots-Tag “none” always; to add_header X-Robots-Tag “noindex, nofollow” always; From Nextcloud v 26.0, it does not recognize "none" as "noindex, nofollow". They are...

Hi, Thanks for the guides. It’s been a big help. Would you consider adding something like Authelia or some type of auth. Auth these days is a common question.