I just leave the default "this is a website hosted with x" page as the default, since I only use it as a file repository.
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!
lemmy ;)
I had a nice layout for a while that used Iframes to access all my services. Made things easier for my family they just went to the main domain and there was a menu that would take them to ll the services no back button needed. Iframes aren't really secure from my understanding tho.
Interesting about that page was I hade ChatGPT generate the HTML for it
I use nginx to handle the routing to different systems and docker ports so it helps when I fiddle with that config to see “server online” that I shoved in a basic html page for the base domain.
I used to run Nextcloud there but I’ve had so much trouble with nextcloud that I barely use it at all now and I worried it was too easily discoverable for something I wasn’t confident was configured properly.
Right now it’s Homepage, but I have an Apache web server I want to move onto my base domain
A small amount of text and a link to my mastodon profile.
A linktree like page that links to all my social media.
I pipe fortune through cowsay through lolcat through aha with header and footers going through toilet.
And that makes for a very useful home page 🤣
I just run a hand-coded listing of my services, each with two links: the public subdomain and the internal ip:port.
I have tried semi-clever tools (like homarr) but they're just not worth the effort. Simple html+css wins.