craeckor
craeckor
I had the same Issues so I searched a little bit and I found Immediately a Reddit Post. This guys had the same Issues but it's turned out that LineageOS...
If this gets added, could you also add something, that prevents Uptime-Kuma to load always every single ping, even if the chart is set to one week, because first, this...
Lineage user here, I can confirm it's now starting without problems
The .html-file should look like this:  But it actually looks like this: 
Correct, you will find the exact probleme here: https://github.com/devgianlu/go-librespot/commit/c19586da731508ef10732bd56850ee9f7b43f8e9 Now, since Volumio didn't merged my pull request yet, you will find a step by step guide how to manually update...
That would be nice, because the Docker updater is not always trustworthy. E.g. in our company I had a job to update the Nextcloud Docker application.... After the update it...
If anyone here has issues with V3, here is my Docker-Compose file.`docker-compose.yml` ```yaml version: "3.8" services: postgres: image: postgres:alpine restart: always ports: - 5432:5432 volumes: - ./pgdata:/var/lib/postgresql/data healthcheck: test: ["CMD-SHELL",...
Here is a fix since Volume didn't pulled the fix yet: 1. (Skip this if you already enabled SSH) Go to http://your-volumio.whatsoever/dev and enable SSH 2. Connect to your volumio...
@sadorowo May I ask how you managed to run Mailcow with 2GB RAM? Even on my system with Alpine 3.17 with the absolute minimum, it still eats almost 4GB of...
It's not exactly what you want but it returns kind of the same result... In Mailcow, there is an API (```/api```) for some stuff, and also for Status. So, what...