Unlike others here, my goal isn't to be "google free" or "apple free" but instead to have backups so that I'm not reliant on a cloud platform going away. To 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 - Seafi…
Urbackup looks interesting for backup of my kids Windows laptops. Does it take an "opportunistic" approach rather than a rigid schedule? I.e.: If the laptop and backup server notice they're on the same network, and there hasn't been a backup for a while, then initiate an incremental backup?
What are your most used self-hosted applications?
411–420 of 456 posts
Re: What are your most used self-hosted applications?
#412Over 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…
I’ll set up my users as managed and pay for them, that’s really perfect. Since all users are accessing via a vps I control I can just whitelist that and my home networks CIDR and might be back in business!
Thanks for the help folks!
Re: What are your most used self-hosted applications?
#413Earlier quoted context omitted.
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…
I have a plex server with plexpass and not a single person user my server has ever seen ads streaming my content.
Re: What are your most used self-hosted applications?
#414I have a _terrible_ memory and am constantly forgetting things about friends I have known for almost a decade. I host this in a container that I am likely going to move to a RPi: https://github.com/monicahq/monica
Igf in reinstall it; this will be my 3rd try on monica... if only someone else would fill it for me - oh how is the mobile support for it nowadays?
Monica really needs some sort of smart insertion system - just a free-form field that can parse a full sentence and handle the logistics.
For example, "Mary and I spoke on the phone last week and said she was going to Italy for a vacation and offered to show me photos" - Monica should be able to parse the conversation, the event and a follow-up somehow.
Re: What are your most used self-hosted applications?
#415Earlier quoted context omitted.
> a 45 Drives unraid server You run this at home? How’s your power bill? And why so many drives?
45 Drives is a brand ;). Modern servers are reasonably power efficient, and solar helps a lot. I've got a high density 42RU rack at home, it's a fun hobby.
Re: What are your most used self-hosted applications?
#416My 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…
Re: What are your most used self-hosted applications?
#417My 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…
Re: What are your most used self-hosted applications?
#418People 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.
The one thing keeping me from moving to Caddy, and maybe it's a user error, is that I can't figure out how to request a wildcard cert once and use it in multiple places. I have several subdomains that are not exposed to the internet and so without a wildcard I wouldn't be able to get an SSL certificate for them.
Hope that helps!
Re: What are your most used self-hosted applications?
#419Listing the docker images. All this is hosted on a 45 Drives unraid server. adguard/adguardhome - Blocks ads on devices that don't support ad block extensions charlocharlie/epicgames-freegames - Bot that will automatically "purchase" free games from the epic game store. I have it setup to telegram me a link to enter the captcha. chuckmacdev/adrfinder - Checks for Disney dining reservations and emails a link to reserv…
> a 45 Drives unraid server You run this at home? How’s your power bill? And why so many drives?
Re: What are your most used self-hosted applications?
#420Earlier quoted context omitted.
I am out of the loop. What is “*arr”?
I was curious about this too, and looked into it. It's referring to a suite of piracy apps, for automatically building libraries from trackers. Wiki (linked from one of the githubs, has links to all apps and more info than the githubs): https://wiki.servarr.com/ Lidarr (Music): https://github.com/Lidarr/Lidarr Radarr (Movies): https://github.com/radarr/radarr Readarr (Books): https://github.com/readarr/readarr Sonarr…