this post was submitted on 19 Jul 2025
96 points (98.0% liked)

Selfhosted

49632 readers
755 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Hey y'all, I know getting a setup that feels "right" can be a process. We all have different goals, tech preferences, etc.

I wanted to a share my blog post walking through how I finally built a setup that I can just be happy with and use. It goes over my goals, requirements, tech choices, layout, and some specific problems I've resolved.

Where I've landed of course isn't where everyone else will, but I hope it can serve as a good reference. I’ve really benefited from the content and software folks have freely shared, and hope I can continue that and help others.

Happy to answer questions!

you are viewing a single comment's thread
view the rest of the comments
[–] Urist@lemmy.ml 2 points 1 day ago* (last edited 1 day ago)

Nice writeup and a fun read! Never thought I would encounter a fellow NixOS and FoundryVTT user in the wild, but I realize the Venn diagram of these kinds of users do have more overlap than I thought.

With regards to your point about Foundry needing more power than a cheap VPS: I have it working fine on an Oracle cloud free tier VPS (unfortunately not the ARM-cores). That being said, it does want a little more power.

I am not running it with NixOS though. I am renting a temporary space, so I do not own or want to do too much locally right now, and Oracle OCI was only sort of working with NixOS. I did manage to install it with nixos-infect, but think I messed up the SSH with my reverse proxy and had no way to fall back to a previous version, which begs the question how would you?

You linked to "NixOS friendly hosters", do those give you access to boot options to recover from such a case? Since I did not have that option I determined the risk of failure too great for setting up NixOS on that particular VPS provider.

I also note that you use the nix-foundryvtt module and was wondering how your experience with it was. Does your sops define your login to the website such that it fetches the package automatically or do you have to manually install them?