David Stephens
David Stephens
Yeah, this is a good idea. There's already some docs I wrote for testing, but it could all do with fleshing out - especially if we're telling people to test...
Pi support is something I've had on my list to do for ages, I've actually got a pi somewhere that I manually hacked it on to... However, I wonder if...
Docker isn't platform independent. It requires the image maintainer to support the platform you're pulling the image onto. https://docs.docker.com/desktop/multi-arch/ Also, Docker isn't virtualization - it's containerisation of a running application...
closing in favour of newer pr
I've not seen pre-commit before - it looks cool! 👍 Whilst I really like the look of this, it raises a few points: - Lots of deps are added for...
Just wanted to say thanks for the idea with this one - whilst the pre-commit config in this PR is a bit more aggressive than I want to go, pre-commit...
Nextcloud is (was?) a giant pain in the ass if you fall more than one version behind. As such, I've updated Ansible-NAS to use the stable container, rather than a...
I'm not sure this is a bug with Ansible-NAS, but hey, let's look into it. FWIW I use NordVPN with no issues. Omitting your username/password, what's the content of your...
On your Ansible-NAS box, what does `docker images | grep transmission` give you?
So if I'm understanding this correctly you added `NORDVPN_COUNTRY`? Sadly my NordVPN subscription has expired in the last few weeks so I'm not able to test a fix for this...