David Stephens
David Stephens
The main thing for me is that Ansible-NAS is (mostly) idempotent. As in, you can run it 20 times and nothing should change. Those runs should be possible to do...
I like the idea, but unless I'm missing something, this locks you into the version that happens to be `latest` the first time you enable Nextcloud in Ansible-NAS? What about...
Sorry for not getting to this sooner. Whilst I like the idea of this, I'm still not sold on the approach. What we need is essentially this: - New users...
I've updated Nextcloud image to default to `stable`. If users want to they can pin to specific versions, but this PR is now no longer required.
Looks like the developer has given up on this. If you can find something otherwise then let me know...
I like the thought of having Postfix up to send email, but I'm not sure I like how tied in the implementation is to gmail. For example, I have mine...
Added!
Multiple users is something that could be supported with a little work, but it's not something I needed personally so never bothered :) nas.yml under `group_vars` is just a yaml...
Why don't you just add sabnzbd via a PR to this repo? I'm sure others would benefit if it's a migration path from FreeNAS. I haven't ever seen an entire...
A directory doesn't have to be specially marked as `VOLUME` in the Dockerfile to be able to mount it, you can mount any directory or file you like... I think...