You can install Yunohost on your home server. I’ve been running it that way on various machines for years. It’s just built on Debian Linux. I love it, and find it way easier than Docker. That said, you will be limited to the apps available (have a look at their catalog) in comparison to Docker. If you vibe with Docker then power to you. It has some good features. One more option I’d like to mention, specifically for the *arr stack/media server is Swizzin Community Edition. It’s another non-Docker, super easy setup. Also, don’t be fooled: you can install it locally too :)
“I’m knittin’ like a fuckin electric nan”
- 1 Post
- 113 Comments
electric_nan@lemmy.mlto
Selfhosted@lemmy.world•Password manager woes. How have you solved syncing on Android?English
1·25 days agoI’ve had that happen though rarely. In those cases it’s been easy to manually merge the one or two entries if necessary.
electric_nan@lemmy.mlto
Selfhosted@lemmy.world•I haven't had time to look into it, ok?English
21·25 days agoI had a server that would lose internet connectivity approximately every 36 hours. Could never figure out why. Ended up running a script every 2 min or so to check connectivity. If it failed, then it would trigger a reboot.
electric_nan@lemmy.mlto
Selfhosted@lemmy.world•Password manager woes. How have you solved syncing on Android?English
4·25 days agoKeepassXC and Nextcloud. Been working fine for years.
electric_nan@lemmy.mlto
Fediverse@lemmy.world•How should Lemmy & Piefed handle voting activity from banned/deleted accounts?English
142·2 months agoUh, votes don’t matter here. That’s one of the improvements over Reddit.
electric_nan@lemmy.mlto
Fediverse@lemmy.world•Dbzero has Defederated from Feddit.org following its Governance post about the later's "Zionist Bar Problem" English
5713·2 months agoZionists eat shit.
electric_nan@lemmy.mlto
Selfhosted@lemmy.world•A newbie's guide to self-hosting with YunoHost. Part 4: backupsEnglish
2·2 months agoI don’t remember exactly why, but I couldn’t get it to work any other way. First problem was incoming port 80 blocked by my ISP.
electric_nan@lemmy.mlto
Selfhosted@lemmy.world•A newbie's guide to self-hosting with YunoHost. Part 4: backupsEnglish
2·2 months agoI have used (and loved) Yunohost for a long time, and I host it at home. A few years back, I did set up a vps to proxy the traffic (over wireguard) so that I could actually get a letsencrypt cert. Some apps really don’t like self-signed certs.
electric_nan@lemmy.mlto
Selfhosted@lemmy.world•BentoPDF is a self hostable, privacy first PDF ToolkitEnglish
2·3 months agoThanks for this! I saw this post yesterday, and decided to check it out. I installed it locally on my laptop, and am evaluating it for work. If I recommend it for use, we’ll get a license :).
Since the idea would be to replace Adobe for non-Pro (and maybe some Pro accounts), ease of use for low-tech users is at the front of my mind. Not being able to “set as default” for PDFs is not ideal, but I understand the limitation comes from running in the browser. Is there some way to open the PDF, and then choose which tool to use? Rather than how it seems now: choose the tool/function, then upload the PDF.
electric_nan@lemmy.mlto
Selfhosted@lemmy.world•Tempus v4.6.0 android subsonic clientEnglish
2·4 months agoThanks! Just started using this recently (been having problems with Substreamer), and so far, so good :)
electric_nan@lemmy.mlto
Selfhosted@lemmy.world•Where can I learn about networking?English
2·4 months agoHow I learned the most was building a home server and figuring out all the problems along the way. LAN, WAN, VPN, iptables, DNS…
I do your second suggestion. I have a cheap ($5/mo) vps from digital ocean that proxies all the traffic to/from my home server via wireguard. There’s a few tutorials out there that explain how to configure iptables to forward traffic from one network interface to another on the vps.
electric_nan@lemmy.mlto
Selfhosted@lemmy.world•Is self-hosting becoming too gatekept by power users?English
4·5 months agoCheck out Yunohost. In my experience it is way easier to setup and manage than docker. I’ve been using it for years and it continues to improve and add more supported software.
electric_nan@lemmy.mlto
Selfhosted@lemmy.world•what would you do with an old dell server?English
194·5 months agoDrop it on a cop from a high window.
electric_nan@lemmy.mlto
Selfhosted@lemmy.world•End-to-End Encrypted Chat that YOU Control: Hosting XMPP (Jabber) with ProsodyEnglish
1·6 months agoI couldn’t find any “about” info anywhere.
electric_nan@lemmy.mlto
Selfhosted@lemmy.world•End-to-End Encrypted Chat that YOU Control: Hosting XMPP (Jabber) with ProsodyEnglish
1·6 months agoWho is the author of this response?
electric_nan@lemmy.mlto
Selfhosted@lemmy.world•How much time and money would it take to set up and maintain a server similar to disroot.org, offering the same services, for a group of ten people?English
3·6 months agoCame here to say pretty much the same thing. I basically already host “disroot” services for myself.
electric_nan@lemmy.mlto
Selfhosted@lemmy.world•Immich finally goes stable, a talk with the teamEnglish
1·6 months agoI run it with Yunohost.
I don’t run my *arr stack on Yunohost, but I’m sure it will make them all accessible ootb. You will probably need to point them to one another where necessary from within their web config. For example, sonarr will need to know where your torrent client is. So in your sonarr config you’ll tell it that qbittorrent (or whatever) is at localhost:1243 (or whatever port qbittorrent is running on.