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've been experimenting with transitioning to Redis>6. Here are the changes I had to make to your setup: users.acl: ``` user default on >SOME_STRONG_PASSWORD ~* &* +@all ``` redis.conf (note:...

Hello DoTheEvo Senpai, It's now best to use `image: vaultwarden/server:latest` for the latest container image inside the docker-compose.yml since bitwarden_rs got renamed to vault warden. The newer stuff has a...

- Using Bratislava timezone might trip up a lot of people after the setup is complete. Having UTC as a universal standard is a safer defaut

Hi, on [Jellyfin guide](https://github.com/DoTheEvo/selfhosted-apps-docker/tree/master/jellyfin) - there is bookstack guide.

Hi, I installed first time this tool and was working great. I created multiple VM, and all is working fine. Haven't touched it for years, and now I am a...

Temporary fix to handle maria-db no write to compressed tables issue. https://github.com/nextcloud/server/issues/25436

So far I figured out it needs `extra-hosts` in `docker-compose` : ```yml extra_hosts: - "host.docker.internal:host-gateway" ``` The following config in caddy: ``` cocpit.example.com { reverse_proxy host.docker.internal:9090 } ``` `/etc/cockpit/cockpit.conf`: ```...

adding default `config.yml` to `assets/` folder as explained in https://github.com/bastienwirtz/homer/blob/main/docs/configuration.md and updating the readme

Hi, first I'd like to thank you for your effort to share this guide, I find it really helpful to get started with Caddy+docker . Much appreciated. Is it possible...