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
I know you said “no nextcloud”, but I often see posts from people who say nextcloud was overkill for them, but they don’t realise that almost every component of nextcloud can be uninstalled if you don’t want it. It can be pretty barebones if you want it to be.
I don’t see how you’re going to get away from the domain requirement, though, unless you’re just going to connect to your raw IP address? (And if you are, I didn’t think that nextcloud required a domain?)
Sorry I can’t be more helpful with a different solution, but hopefully someone out there knows of something that would suit your needs.
My raw IP wouldn't help, my ISP has me behind CGNAT. I can set up a CalDav server and sync it with Tailscale, but can't do that for Nextcloud.
Why can't you sync NC over Tailscale?
Their AIO container straight up fails to work if you don't have a public ipv4 address and ports open to the world, it's bizarre.
Luckily the LSIO nextcloud container should work properly.
Interesting, the one time I tried Nextcloud I was using the AIO version, maybe it'll be slightly less onerous to use the other one. I may give that a shot. Thank you!
Well I may be missing something about how Nextcloud works because I never really fully got it set up. Once I got Nextcloud set up on my domain, how would I go about getting my domain pointed to a Tailscale address?
You don't need to get it set up with your domain. All you need is the IP address of the machine it's running on; either local or Tailscale address. Just type it into the browser URL bar. I.e. http://192.168.0.1:8080/ is a valid URL.
Now, obviously you'd want to have the ability to do things like type a human readable domain name and have SSL certificates but they're not technically necessary. Until I found the time to set up my reverse proxy, I used my Paperless using a bookmark to the IP address and port.
Pointing your domain at a Tailscale address is pretty simple, you just need to add an A record wherever your domain's DNS zone is configured which points at the IP address (e.g. 100.107.42.69).
Personally I run Pi-hole as a DNS server, and add the domain as a custom DNS entry. Then in the Tailscale settings, you can set the DNS server (there is a Tailscale help page for setting up Pi-hole with Tailscale).
Oh, isn't that interesting. I already run a Pi-Hole but I had never thought of doing that with a custom entry. I suppose that would work, wouldn't it?
I really dislike that everything in this thread is pushing towards Nextcloud after all. It seems like it should be easier to get email reminders. It should really be somewhere in-between "use Google" and "run Nextcloud and buy a domain name and use a custom piece of hardware to run your own DNS server to which you have to add even more customizations to be able to run and sync the Nextcloud suite, most of which you'll never use."
I'd guess it's not that the solution doesn't exist, but that Nextcloud is one of the most popular self-hosted service. since so many people are already using it, it's all they know of.
You can bypass CGNAT easily. Look here. I sync contacts, calender, tasks, everything from Nextcloud.
I will look into that, thank you.