I'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…
Thanks for the info about photoprism. How does it handle videos, I have tonnes of home videos that I have no idea how to organise or manage.
What are your most used self-hosted applications?
401–410 of 456 posts
Re: What are your most used self-hosted applications?
#402I'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…
what docker registry UI do you use? (afaik the official registry image doesn't have a web ui?)
Re: What are your most used self-hosted applications?
#403Over time I've tried to whittle down my homelab and move more of it to Microsoft 365/Google Suite/iTunes Store with mixed results. Currently my must haves are: * Router - pfSense - https://www.pfsense.org/ * Movies/TV/Home Videos - Plex * Minecraft Server - AMP - https://cubecoders.com/AMPInstall * Music - Roon - https://roonlabs.com/ * Automation - HomeAssistant - https://www.home-assistant.io/ * Unifi Controller *…
Unfortunately it's the better option in that space.
Jellyfin is ok. Plex several years ago was much better.
Re: What are your most used self-hosted applications?
#404Over time I've tried to whittle down my homelab and move more of it to Microsoft 365/Google Suite/iTunes Store with mixed results. Currently my must haves are: * Router - pfSense - https://www.pfsense.org/ * Movies/TV/Home Videos - Plex * Minecraft Server - AMP - https://cubecoders.com/AMPInstall * Music - Roon - https://roonlabs.com/ * Automation - HomeAssistant - https://www.home-assistant.io/ * Unifi Controller *…
I really really loved Plex, then suddenly my networks internet connection went down, no biggie I thought, I have my collection on Plex. Plex no longer worked offline at all. Not sure if that’s fixed, but I always saw it as a file server with a UI and webplayer. Plex also doesn’t let me pay for one premium subscription for the server so my family can watch old family guy episodes longer than 30 seconds on a phone. The…
Re: What are your most used self-hosted applications?
#405Re: What are your most used self-hosted applications?
#406To not make my list exhaustive and list my most used applications. - Vaultwarden. I see this in a shockingly small amount of lists. Selfhosted password manager. It’s been absolutely amazing and works with the Bitwarden apps. - Proxmox. Specifically LXC. For courses/sideprojects/whatever, I just spin up a clean Alpine/Arch LXC and use it for remote development through CLion/IDEA/PHPStorm or VSC. It’s been great and sa…
Re: What are your most used self-hosted applications?
#407Earlier quoted context omitted.
I'm using a very lazy hack for authenticating web services by letting Apache check the OpenID auth state in the browser and redirecting to Keycloak's login page if the session expired. It's like HTTP Basic Auth but with extra steps. It's basically these rules: OIDCCryptoPassphrase secretsecretsecret OIDCProviderMetadataURL https://keycloak.example.com/auth/realms/realmnamehere/.well-known/openid-configuration OIDCCli…
Looks like a Plus Feature, or in deed much config: https://developers.redhat.com/blog/2018/10/08/configuring-ng...
You'd have to be careful with custom code like this, though, because it's very easy to try to get the server to send a redirect but end up sending actual content that just has its HTTP status code changed to 301. The example seems to fail with 500 instead of redirecting, that's one way to do it.
Re: What are your most used self-hosted applications?
#408People really should give Caddy a try. It's a nice breath of fresh air and make you figure nginx config is such a bloat. my.domain { reverse_proxy 10.0.0.2 } is all you need to get https://my.domain running with automatic Let's Encrypt.
Re: What are your most used self-hosted applications?
#409My main goal is to replace cloud services so I can be Google-free. I've also got LineageOS + MicroG on my phone. This is all running in docker containers on NixOS (other than OPNSense), with automated restic backups to a NAS as well as Backblaze. One of my goals is to be able to deploy all this again from scratch with minimal effort, and I think I succeeded, though haven't had to test it yet. Nextcloud - for caldav a…
Thank you, this is exactly something I was looking for!
Re: What are your most used self-hosted applications?
#410Over time I've tried to whittle down my homelab and move more of it to Microsoft 365/Google Suite/iTunes Store with mixed results. Currently my must haves are: * Router - pfSense - https://www.pfsense.org/ * Movies/TV/Home Videos - Plex * Minecraft Server - AMP - https://cubecoders.com/AMPInstall * Music - Roon - https://roonlabs.com/ * Automation - HomeAssistant - https://www.home-assistant.io/ * Unifi Controller *…
I really really loved Plex, then suddenly my networks internet connection went down, no biggie I thought, I have my collection on Plex. Plex no longer worked offline at all. Not sure if that’s fixed, but I always saw it as a file server with a UI and webplayer. Plex also doesn’t let me pay for one premium subscription for the server so my family can watch old family guy episodes longer than 30 seconds on a phone. The…
https://support.plex.tv/articles/203815766-what-is-plex-home...