Jan Klaiber

Results 3 comments of Jan Klaiber

You can use a Macro APP like MacroDroid. As long As it can execute shell commands/scripts. Then you can just put in "acc 46 44 && acc --set applyOnPlug usb/current_max:500000"...

A friend of mine has probably found the issue. By combining ```yaml matrix_ssl_additional_domains_to_obtain_certificates_for: - '{{ matrix_domain }}' ``` with ```yaml matrix_nginx_proxy_base_domain_serving_enabled: true ``` there were multiple rules for the same...

FYI, we also had to add ```yaml matrix_nginx_proxy_container_labels_traefik_proxy_base_domain_rule: "Host(`{{ matrix_nginx_proxy_container_labels_traefik_proxy_base_domain_hostname }}`) || Host(`www.{{ matrix_nginx_proxy_container_labels_traefik_proxy_base_domain_hostname }}`)" ``` to the `vars.yaml` in order to make serving my website from www.mydomain.de work.