What are your most used self-hosted applications?
271–280 of 456 posts
Re: What are your most used self-hosted applications?
#272unifi controller
home assistant
mythtv
mailcow
ntp/chrony with a gps antenna
Re: What are your most used self-hosted applications?
#273I'm late to the party but here's my list - cadvisor - simple graphs of resource consumption, insights per docker stack - cyberchef - a LOT of handy operations packed into one small app. Encode/decode any secrets you need and don't bother about privacy - dozzle - logs browser from all docker stacks - gogs - git mirror - heimdall - all apps main panel - minio - private S3 for my side projects - nextcloud - private goog…
Re: What are your most used self-hosted applications?
#274Re: What are your most used self-hosted applications?
#275Re: What are your most used self-hosted applications?
#276I'm late to the party but here's my list - cadvisor - simple graphs of resource consumption, insights per docker stack - cyberchef - a LOT of handy operations packed into one small app. Encode/decode any secrets you need and don't bother about privacy - dozzle - logs browser from all docker stacks - gogs - git mirror - heimdall - all apps main panel - minio - private S3 for my side projects - nextcloud - private goog…
Re: What are your most used self-hosted applications?
#277For me, reliability and data backups/recovery play an important role in setting up systems like this. I find that if I think about setting up a self-host solution, my mind goes to, "But what if it fails and you lose all your effort in a theft, fire, flood, or just hardware/data failure?"
And that side of my brain would be right: what if that happened?
So I guess I'd ask the author: how do you handle this niggling feeling in your brain, if you get it like I do.
Re: What are your most used self-hosted applications?
#278How do people feel about Prom/Grafana? I can figure out most things, but I've had nothing but problems with these tools for years. I assume I'm the problem, because I never hear anything but high praise from anyone else. But for me it's pure friction every time I touch them and I can't figure out why.
Re: What are your most used self-hosted applications?
#279Earlier quoted context omitted.
Just make sure your host workstation has automatic security updates turned on, but otherwise yeah letting docker manage all the services is totally fine.
docker is very bad for security due to its large attack surface.
Re: What are your most used self-hosted applications?
#280To that end, my main server (self built around an Asrock Rack mITX motherboard with a low power Core i3 9100T which supports ECC RAM and 6 4TB IronWolf NAS drives in ZRaid2) has:
- Urbackup - backup client and server for all desktops and laptops in the house
- Seafile - much more performant than NextCloud as it's just file sync for the mobile devices
- Portainer to manage Docker
- Plex
- Wireguard for tunneling into the network
- Minecraft server for the kids
- Homeassistant
- InfluxDB for recording a heap of metrics
All of this is then backed up with Restic to JottaCloud (Norwegian cloud hosting provider)