Saul
Saul
Hi to All, I just came in to get a chance to know this project. My idea is that one developer must be free to choose what it wants to...
+1 ... Apprise is very easy to implement and manage many kind of notification.
Hi, in the thread I opened (#674) not finding this I suggested that the background task add tags in case of error. In any case, it is an important function...
@alexjustesen I appreciate your idea to integrate many notification systems but apprise with one REST call realizes several notification systems. In a short time you can integrate it compared to...
I find this article but I don't understand complitly: https://serverfault.com/questions/1053187/systemd-fails-to-run-in-a-docker-container-when-using-cgroupv2-cgroupns-priva
Thank you for your explanation I will not use the lazy
I add my docker-compose.override.yml services: nginx: networks: - rproxy labels: traefik.enable: true traefik.http.routers.labca.rule: Host(`labca.mydomain.com`) traefik.http.routers.labca.entryPoints: websecure traefik.http.routers.labca.service: labca traefik.http.routers.labca.tls: true traefik.http.services.labca.loadbalancer.server.port: 80 networks: rproxy: name: traefik external: true but not...