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've got Docker up and running, but getting anything to work within Docker or getting a machine to access the services that it says are running is a different story
I have worked with Docker/WSL for a number of years and it is more difficult compared to Docker in Linux. There are a lot a unique quirks and bugs that are an absolute pain to deal with.
Would not recommend for any relatively complex use case and certainly not for a server.
This sounds like ports aren't forwarded correctly. At least that's a regular problem I have.
ss -tunlp
shows which ports are open and helps me often to find out if I'm just too dumb again ;DI do think that if you continue to set up services on Linux (with or without docker), you'll get quickly to a point where setting up a new service takes only a few minutes.
TECHNICALLY (yes, I'm fun at parties) you need 3 commands, as you also need to do an "apt update" after adding the repo. But we can chain commands of course. Do chained commands count as one? We could debate that for hours. Like why I prefer vi.
My point? None really, just having fun.
You forgot "sudo"! Try again
Joke's on you, I login as root (no I don't, but I do sudo -i instead of each command)