Ben Hählen

Results 41 comments of Ben Hählen

So... I was recently thinking about this, and I basically have most, if not all, of my necessary items in Homepage, and it gives a status for it. The only...

This would be great, would add a lot more flexibility and less setup in the tool itself, but automatically monitoring when adding a new service via Docker-Compose. That would also...

Just to illustrate how this would help me: I'm currently in the process of updating all my monitors again, but it looks like I'm going to need(/want) 3 monitors per...

Got it. The cron runs every 6 hours (`0 0/6 * * *`), and the problem occurs between the midnight one and the one at 6 am. What happens now...

I've changed the cron config to `"0 3,9,15,21 * * *",` Hopefully, that will resolve the issue :)

> The program is exiting after 6 hours of waiting for you to log in That makes sense, as the notification comes at midnight, and the next run is at...

I'm waiting to see more results, but I have not had the login prompt yet. My theory is that the crontab of `0 0/6 * * *` was not picked...

Just did a restart of the container, due to the latest container update, and it automatically logged in. So I do think that the cron notation of `0 0/6 *...

Did not notice it before, but can confirm. Also running 2.4.0, using Firefox

The `PUID` and `PGID` environment variables seem to be disregarded on startup for me. I've set them to 1001 and 900 respectively, but Puter actively asks for 1000:1000