Stunt0265
Stunt0265
Anything more come of this? I'd love to share out a localhost website via Headscale and have the SSL certs created. Doing this with Tailscale now.
Was this ever resolved? When I import my Bitwarden json file, the OTP secret still doesn't have the proper formatting.
I found that some of mine stored in Bitwarden are in the correct format, but most are just the raw OTP secret.
Anyone know how to set these ZeroSSL variables in a docker compose file? The obvious don't seem to be working.
I just got this error on a Synology NAS running DSM 6.x: /usr/local/bin/synology-letsencrypt-reload-services.sh: line 50: systemctl: command not found I think for DSM 6.x, you have to use: synoservice --restart...
#!/bin/bash if /usr/syno/sbin/synoservice --status nginx > /dev/null 2>&1; then /usr/syno/bin/synow3tool --gen-nginx-tmp && /usr/syno/sbin/synoservice --reload nginx fi
Thanks. What's the best way to update - just run the install script again?
I'm interested in self-host docker as well.
Was this ever resolved? Happening to me on Ubuntu 20.04. Should I be able to install 1.2 using this command? sudo npm install -g https://github.com/Fried-Chicken/ghost-static-site-generator.git
I'm seeing similar issues. Mine is: IOError: [Errno 13] Permission denied: 'log/authproxy.log' Can you tell me what you did to resolve? Thx