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:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Looks great! I’ve got a very similar setup to you but I’ve been lagging on actually setting up my homepage dashboard. I’ve tinkered with it but haven’t actually take the time to figure out all the stuff I want to display on it. I might just end up copying yours! 😁
Awesome, that’s great to hear! Glad I could provide some inspiration
How do you like gitea? I have always just done gitlab but never have wanted to branch out
Im undecided, to be totally candid I am not super confident in my Ansible skills yet, and dont want to push some of my ansible to github and accidentally expose passwords, public IP addresses, etc. I chose Gitea because it was the first application that came up on Google when I googled “self hosted github”…
I am working on vaulting all of that stuff now and will eventually just move over to Github
Damn, that’s extensive. How long did it take to set it all up and to maintain it continually?
Its been a long time coming, and is never officially finished. I have most of the host updates automated with Ansible and runs weekly without my attention. Only really need to intervene when something is not working the way it should, or when my automatic updates breaks something…
What do you have inputting into influxdb? I’ve been looking into setting up some monitoring for my proxmox/VMs/dockers
Exactly this! I’m funneling stats from all 3 of my Proxmox nodes. Running VMs, running LXC containers, disk usage, disk latency, network usage, etc. Any stat you can think of monitoring is offered up via the Proxmox API
cheers, set this up and it’s solid.
Thanks I’ve set up one for me. I gave up on docker integration tho
Ended up using ping like you.