schklom
schklom
regnou Tinder didn't release an official API to the public. If you look at the internet data transfers between the app and Tinder servers, you can deduce what the hidden...
niko247, wow... it actually works. The instructions on your pull request works, and your app works. You're amazing :DD One problem on your app, opening a new tab with one...
@dalf I was talking about the SearXNG image. Changing https://github.com/searxng/searxng-docker/blob/ba1569dafb1c7737f3b18f86a4ab0e6ceb14f8fc/docker-compose.yaml#L43 only maps ports, it doesn't make the image communicate via a port other than 8080. I mean that I can...
I pass this container's network via a vpn container. The vpn container then exposes ports to my local network. Another container (passed through the vpn container) uses internal port 8080...
These variables are only used when initializing the container. Once it has been setup, these variables are not used anymore and must be changed in `config.php` manually
@zeldigas IIRC, the env vars are only used during installation. Modifying them after doesn't do anything unless you empty the volumes (thus reinstalling nextcloud). I can't figure out where I...
@Redsandro Did you check that you can actually reach redis from nextcloud? Try `ping redis` or `curl redis` or `wget redis`, one of these tools should be installed. Try disabling...
@Redsandro Most likely, something causes `redis` to go down. Imo it is unlikely to bug on its own, but if you think this is the case, grab `redis` logs and...
@Redsandro Did you give any container access to `var/run/docker.sock`? You could try looking if any command was passed to `redis` in `/var/log/syslog` near the time of shutdown.
@Redsandro > I did replace the barely maintained jwilder/nginx-proxy with traefik for security reasons. If you're using the official container, I doubt it can cause this. Just in case, make...