Andrew Low
Andrew Low
I ran into similar issues - but I think this is a case where hugo has changed and the theme hasn't adapted yet. Downgrading fixed me ``` $ wget https://github.com/gohugoio/hugo/releases/download/v0.20.7/hugo_0.20.7_Linux-64bit.deb...
FWIW -- `$ wget https://github.com/gohugoio/hugo/releases/download/v0.31.1/hugo_0.31.1_Linux-32bit.deb` also seems to work fine.
I opened an issue against Hugo https://github.com/gohugoio/hugo/issues/4259 -- which they closed saying this was an issue with the template (this repo). https://discourse.gohugo.io/t/v-0-32-2-fails-to-generate-content-where-v-0-31-1-works/9849 seems possibly related.
Well -- FWIW it appears this allows me to create 2 IPv6 networks - the default 'bridge' network, and a bridge network I create. ``` $ cat /etc/docker/daemon.json { "ipv6":...
I too have an AirThings+ using BLE integration into HomeAssistant and see incorrect battery information. I seem to have zero as the answer for the last 2 weeks of data.....
I got here from https://github.com/docker-mailserver/docker-mailserver/issues/2092 This is certainly interesting - and I'd like to suggest that the API expand to at minimum all of the commands you can perform via...
I believe the password change capability would be `setup email update ` Here is a full list of the commands supported by setup ``` [SUB]COMMANDS COMMAND email := /usr/local/bin/setup email...
Yes and no. The dockermailserver container runs as root. So that as a whole is the main security issue. `setup` also runs as root - but part of that is...
You are correct that either you have configured docker such that users can run docker (which in itself is a security risk) or you have to be root to issue...
I was hitting exactly this problem myself just today - and searched for a matching issue :) You can get help from the convert command ``` $ docker exec photoprism...