Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
Only thing I'm having trouble with so far is handling a line like this >
<FilesMatch \.php$> # Apache 2.4.10+ can proxy to unix socket SetHandler "proxy:unix:///run/php74-fpm.sock|fcgi://localhost/" </FilesMatch>
Not really sure how caddy handles this.Look here: https://caddyserver.com/docs/caddyfile/directives/php_fastcgi
I'm not near a computer right now, but tomorrow i can show an example of my nextcloud setup. Its also php with Caddy :)
thank you for taking the time to share, I actually moved over to nginx.... all over the place >_> a few people have made it pretty clear I'm going to overwhelm caddy quickly with the number of different domains and sites we host so I'm starting over with nginx now.
I have 11 sites and numerous sub sites behind a single Caddy server. I dont know how you would "overwelm" Caddy?
Never the less, good luck :)
I'm at the whim of the community lol I don't have a lot of my own experiences to rely on - just trying to make educated guesses. I have a few sites I'd like to host at home and I'll definitely be using caddy for that going forward it was super easy.