Christian Burmeister

Results 19 comments of Christian Burmeister

Thanks for the customizations, I'll test it out. But I still can't get used to the many config files. Why can't you just put the internal variables into a separate...

Let me describe my first experiences with the script. - download the script - execute the script - Then I looked at the file wghub.conf and wgclient_10.conf and realized that...

is it possible to connect a 5v sensor to vin 5v (the power supply for the nodemcu is usb)?

many thanks, my docker environment with pdns and your gui is running :-)

# docker-compose.yml ``` version: '3.3' services: pdns-gui: image: cb/pdns-gui build: ./conf/gui/Dockerfiles ports: - 127.0.0.1:5380:80 environment: - LOCAL_ADMIN1_USER=admin - LOCAL_ADMIN1_PASSWORD=xxxxxpassxxxxx - LOCAL_ADMIN2_USER=admin2 - LOCAL_ADMIN2_PASSWORD=xxxxxpassxxxxx volumes: - ./conf/gui/config.ini:/data/dns-ui/config/config.ini:ro restart: always depends_on: #...

use docker this is the easiest https://github.com/operasoftware/dns-ui/issues/54

> if you enter a ttl of 60, the gui will show "1M" sorry I interpreted 1 M with 1 months, my mistake :-/ > set_ptr thanks, i will test...

Change the default boolean settings in the config file form 0 to False and 1 to True. This is easier for non-progamers to understand :-)

@SecT0uch Do you mean [this](https://github.com/acmesh-official/acme.sh/blob/master/deploy/mailcow.sh)? I added the ECDSA support over a year ago.

@SecT0uch Why did you break my acme.sh deploy plugin? -> https://github.com/acmesh-official/acme.sh/pull/4170 If you want to store ECDSA certificates in the (RSA) cert files (cert.pem, key.pem), this would have been possible...