troy

joined 1 year ago
[–] troy@programming.dev 3 points 1 year ago

I've always seen these self hosted S3 API compatible services as something a developer would use for testing.

Could maybe simplify the solution with https://syncthing.net/ or https://restic.net/ for self hosted backups.

[–] troy@programming.dev 1 points 1 year ago

Paperless will store documents in plain text. Maybe one could write a small webserver or extend Paperless to serve an RSS feed that could be consumed by Yacy.

[–] troy@programming.dev 3 points 1 year ago

For a couple reasons

  1. Store and version configs in git. I realize unRAID provides flash drive backup (using git also), but this allows me to spin up my setup on another machine that may not be running unRAID. Helped recently when I switched away from Proxmox.

  2. Allows me to group services with their dependencies. ( e.g. postgres, redis, etc ) Also can help isolate service groups from each other. Avoiding port conflicts on common db ports for example. Downside being may have more than one database, redis, etc.

Note, there is an unRAID docker compose plugin so you can still get easy access management buttons to start, stop, view logs, and edit services.

[–] troy@programming.dev 4 points 1 year ago (3 children)

I have a very similar setup minus the iot and metric related services. I'm managing the services with Docker Compose on unRAID.