bverkron
bverkron
Ah right. I think I got this game on itch.io before it was released on other platforms (like Steam) only recently.
I see the issue now. `entity_id` needs to be one of the switch entities that are created by the adaptive lighting component, in my case `switch.adaptive_lighting_home`. The doc is confusing...
Just got this working (was a bit of a run-around when using docker, which I will try to submit a discussion or bug or PR about, TBD). However, I'm only...
> @bverkron Semaphore only send Email when task failed. It's working correctly. > > telegram, slack alert only support success alerting. Any specific reason for that? Seems inconsistent and not...
Also, is this documented anywhere? I don't see anything about that difference in the doc or the interface.
Would love this feature. One of the first things I thought when I started using Semaphore was "How come I can't define inventories in a repository like I can with...
Would love this as well! This is one of the only things I'm missing from my Organizr setup. Overall homepage is miles better than Organizr IMO but I do miss...
I ran into the same issue with port 9000. Portainer was running on that port by default. I tried changing the port that speedtest was running on via the docker-compose...
Think I found it here in the mounted config directory. Will have to fiddle with this tomorrow: `/nginx/site-confs` ``` server { listen 80 default_server; listen 443 ssl; root /config/www/public; index...
> Port 80 is already going to be in use on a lot of devices, since its the default web port. It would be easier to just use another high-value...