Avatar

Matt The Horwood

mhzawadi@lemmy.horwood.cloud
Joined
59 posts • 268 comments

I run this server

Direct message

I have all external mounts in /mnt, if my container needs to use it then it’s in the compose file to use the local mount.

All my compose and stacks are in a git repo, the repo lives in my home dir and pulled fromy Gogs server. That only I can access.

permalink
report
reply

can we all chip in and get one sent to Trump as a welcome gift?

permalink
report
reply

can confirm nextcloud news alpha is great, as is the mobile app

permalink
report
parent
reply

Thats how I had my setup run, point the volume at NFS

permalink
report
parent
reply

If you have your services in compose files, you can point the volumes to anywhere. Even NFS.

Like the below config

volumes:
   pihole01:
    driver: local
    driver_opts:
      type: 'none'
      o: 'bind'
      device: '/mnt/data/docker/pihole01'
permalink
report
reply

I think you can make a template from the helpers page, see if that works

permalink
report
reply

I run my own server, not sure on post retention or image size or even number of images. But you can make it so that only you can make communities, you can even make communities admin post only.

I would give the docs a good read and maybe have a look at the GitHub repos

permalink
report
reply