Nick Bradshaw

Results 21 comments of Nick Bradshaw

Is this patch python3 compatible? I keep getting an error: `UnboundLocalError: local variable 'createdreadable' referenced before assignment`

The problem was that I had `createdreadable = datetime.datetime.fromtimestamp(int(created)).strftime('%Y-%m-%d %H:%M:%S')` indented one too many times.

Just voicing +1 more person who would appreciate this

> Got this also when using a different PUID/PGID than root For now, I'm able to get it to run as non-root by using `umask=000`.

Hoping someone can help me with my Debian 10 nftables setup. I'm trying to do it the way @PhasecoreX described. Relevant compose: ```yml fail2ban: container_name: fail2ban hostname: fail2ban image: crazymax/fail2ban:latest...

It appears that I don't have `nft` installed, despite being on a recent install of Debian 10 ``` root@Vergil:~# nft list ruleset bash: nft: command not found root@Vergil:~# which nft...

Whew, holy blast from the past, batman. I posted this way back when I had free time. I don't plan on having much of that for the next 8-9 months....

Curious to know if there's any updates on an official Docker image? I've found these two: https://github.com/zrgravity/fermentrack-docker https://github.com/travisbaker/fermentrack-docker-pi But both appear to be abandoned in terms of commits.

On my Plex server, I was able to allow my container to utilize my PCI video capture card by exposing `/dev/dvb` from the host to the container. Perhaps the bluetooth...

Seems reproduced, as I do have a Tilt sensor bound.