seriousm4x
seriousm4x
> _On a sidenote. I wanted it to trigger more than just daily so I tried the cron "* /1 * * *" which seemed like it was accepted in...
> what does "skipping run because already pending" mean? I should have written "skipping run because device is not offline". Meaning that the wake cron makes no sense to run...
Thanks for your effort in testing this. What is strange for me is that the device is always displayed as online. I assume that the server is actually offline? Then...
Ok, I'm confused. Could you login to the admin backend at `localhost:8090/_/`, then `devices` and check if the `status` of your server is online? Also, what state does the normal...
Definitely sounds like a pointer issue in my go code 🤔 That'd explain the randomness and mismatched states. Pushed another attempt to fix this [4.2.13-beta.4 ](https://github.com/seriousm4x/UpSnap/releases/tag/4.2.13-beta.4)
Not quite sure why the path is showing as `/app/./upsnap`. There shouldn't be any dot in between. Maybe thats the issue? Could you try running the executable directly from the...
I've found a workaround. Seems like on RHEL the compose file needs `privileged: true` to run propeerly. ```yml services: upsnap: container_name: upsnap image: ghcr.io/seriousm4x/upsnap:4 network_mode: host restart: unless-stopped volumes: -...
Haven't used authelia yet, but make sure websockets are working. That's what upsnap relies on. Also try [4.2.13-beta.2](https://github.com/seriousm4x/UpSnap/releases/tag/4.2.13-beta.2) as this fixed an issue with `settings_public` which you also mentioned.
I have the same issue using daisyui v5 beta using their new status component. https://v5.daisyui.com/components/status/ The class is named "status" which conflicts with svelte-french-toast. The checkmark is misaligned. Here is...
Thanks for the answer. I checked the permissions and they look good to me but I can't get the "writeable" output. I then added the MODE="0666" to both rules, but...