I’m currently using Piraeus / LINSTOR and am quite happy with it: https://github.com/piraeusdatastore/piraeus
- 0 Posts
- 13 Comments
supersheep@lemmy.worldto
Selfhosted@lemmy.world•Is there a self hosted mTLS manager?English
20·3 months agoVaulTLS: https://github.com/7ritn/VaulTLS
In theory the database can end up in an invalid state when you leave the database container running. What I do for most containers is to temporarily stop them, backup the Docker volume and then restart the container.
supersheep@lemmy.worldto
Selfhosted@lemmy.world•Exposing Immich via subdomain - good or bad idea?English
52·1 year agoYou could look into mutual TLS / mTLS to protect your instance. You will need to set this up using a reverse proxy at your server (like Caddy) and then add a client certificate to your user devices. If you use the Immich app, I think it also supports adding this certificate under Settings -> Advanced -> SSL Client Certificate. Here you can find a tutorial on how to set it up: https://www.apalrd.net/posts/2024/network_mtls/
(Edit: you will need to ensure that all clients who want to receive your shared photos have a client certificate installed, so depending on the number of clients this might be okay or less useful)
supersheep@lemmy.worldto
Selfhosted@lemmy.world•Simplest For End User Wiki/Knowlege Repo for the end userEnglish
5·2 years agoWiki.js is pretty simple and the solution I settled for after testing multiple options. Other examples can be found here: awesome-selfhosted
I’m using this since last week and it works great so far. I only have one issue where some photos in my timeline are incorrectly placed at a wrong date, but this is a known issue and should be fixed soon.
supersheep@lemmy.worldto
Selfhosted@lemmy.world•What do you use to document your home lab?English
2·3 years agoIt is in the diagram I think: “Excalidraw”
Also never heard of it and always nice to find new FOSS.
supersheep@lemmy.worldto
Selfhosted@lemmy.world•How do you host your container services?English
4·3 years agoCurrently, I’m just using my root account with Docker and update everything manually. I have dockcheck-web installed to check whether any updates are available (https://github.com/Palleri/DCW). From the outside everything is only accessible using Wireguard and connections have to go through a Caddy proxy in order to reach a container. Curious what other peoples setup is.
supersheep@lemmy.worldto
Selfhosted@lemmy.world•Best way to use Immich with my photos on Nextcloud?English
1·3 years agoI had similar issues with memories, so that’s why I switched to Immich last week. So currently I still sync using Nextcloud to a specific directory and then use the read-only functionality of Immich. I also used Photoview for a period of time which also works quite nice, but the app gets updated less often than Immich’s app and also has less functionality. In the end I hope to completely move to Immich when syncing works both ways.
supersheep@lemmy.worldto
Selfhosted@lemmy.world•Best way to use Immich with my photos on Nextcloud?English
1·3 years agodeleted by creator
supersheep@lemmy.worldto
Selfhosted@lemmy.world•Best way to use Immich with my photos on Nextcloud?English
4·3 years agoI’m using Nextcloud to sync my photos and use the read-only feature of Immich which works really well. I have a cronjob to automatically sync the latest photos into Immich over night which also works quite nicely.
I can confirm that the resource usage is quite low indeed. I only used it with Nomad instead of Kubernetes, so I can’t comment on how to best migrate PVs and PVCs.