[–] 1 point 3 months ago

I don't have many machines but about 40 containers. I used docker compose. Then I've found Trillium Notes for the documenting part. I have the client on my mac that syncs to the trillium container on my server that way I can always have access if something happens and the server is down or I need it offline. One thing I love about it is that I've set it so all pages are read only by default. This makes it work for me more like a wiki and I don't accidentally overwrite something. The discipline to keep it updated?..... biggest challenge.

  • source
  • [–] 17 points 4 months ago (1 child)

    I've stuck with https://gethomepage.dev/ the longest. Taking the time to tweak it can be a huge help (using labels for autodiscovery). It's yaml configs are fairly easy once you get the hang of them if that's something that is new to you. Lots of help out there too.

  • source
  • [–] 4 points 9 months ago

    I was in a very similar situation as you when I decided to just go with Unraid and build my own. I got a Fractal Design 804 case and was able to put very modest parts in it (i5 6500) and it performs so much better. And now there's no headaches with drives. I still have my 918+ but it's only used as a local backup for my unraid. If you're willing to shift perspective a little it can be very worthwhile. My small opinion...

  • source
  • [–] 2 points 1 year ago (1 child)

    I've been using Floccus extension for a year or two and love it. Everyone of my browsers is supported (except for Orion), synced using my nextcloud setup, and is easy to set up. Can't complain.

  • source
  • [–] [S] 1 point 1 year ago (1 child)

    That is an option I've been thinking about but I've never used it, I'm not a dev. Maybe I'll look at it more seriously since it does sound like what would work best, I'd really apprecieate the versioning. Thanks!

  • source
  • parent
  • context
  • submitted 1 year ago* (last edited 1 year ago) by to c/selfhosted@lemmy.world
     

    Just curious if there is an easy way to back up my docker-compose.yaml and .env files. I have the following directory structure for my containers:

    -docker
      -<name of container>
        -.env
        -docker-compose.yml
    

    I'd like to copy those two files for each container folder but no other subfolders that may also be in the container folder (config, data, etc). I've been trying to get my restic backups to do it but I just can't figure it out.

    Is there a better way? I'd like to have backups in case my entire server dies.

    UPDATE: Thank you all for the advice, I'm giving git a try and so far so good!

    view more: next ›