Jonas Leder

Results 16 comments of Jonas Leder

As there is still no progress here I've created a configuration for the ZBBridge-P here: https://jonasled.dev/jonasled/sonoff-zigbee-bridge-pro-esphome

I've played a bit around with the SCSS and also implementing one without the tabler resources is not very difficult: https://gitlab.jonasled.de/jonasled/nginx-proxy-manager-dark/-/blob/master/frontend/scss/darkmode.scss

Yes, you can add the stylesheet on the server, if you place the file in `frontend/scss/` and add the import in the `style.scss`

Changing the configuration of a running container dosn't work. You have to take the sourcecode and then place the dark.scss in frontend => scss. Afterwards you have to add `@import...

I think there is a bug in the plugin. I also tried to style the login page. The problem is, the custom stylesheet from breeze-dark is included, but on the...

I had the same problem, you use the latest tag for the docker image, which hasn't been updated for 2 years (see #1362) If you use the `0.13.2` tag everything...

You can compare your compose file with mine, maybe it helps: ```yaml version: "3.2" services: syncserver: image: mozilla/syncstorage-rs:0.13.2 restart: always environment: SYNC_HOST: 0.0.0.0 SYNC_MASTER_SECRET: MY_SECRET SYNC_SYNCSTORAGE__DATABASE_URL: "mysql://user:[email protected]:3306/storage" SYNC_RUN_MIGRATIONS: "true" SYNC_TOKENSERVER__ENABLED:...

As there is still no official Image for ARM, I've created a pipeline which builds weekly the container for x86, armv7 and arm64. The Image can be found here: `jonasled.dev/jonasled/acme-dns-multiarch:latest`

@aleixrodriala I'm currently in a Emirates Airplane, the TLS proxy ind HTTP injector is not working, but the DNSTT is working fine.