Control over your own data (if you mean regular program as cloud apps), or accessible on multiple devices and to different users if you mean an offline computer app
Control over your own data (if you mean regular program as cloud apps), or accessible on multiple devices and to different users if you mean an offline computer app
I personally use lidarr to download and picard to tag, but use plex/plexamp to listen locally and on my phone
Seconding (thirding) logseq! Your daily journals all show up in one long scrollable page (delimited by the date and such) so you can easily see what happened previous days, etc. If you click one it brings up that page in full screen if you want to focus on it, it works very nicely imo.
You also aren’t limited to just journaling, you can use it for a pkm system. Say that you journal for that day about learning something, you can do this:
When you go to the eulers_formula page, all of that info will be in the links section without having to leave the page. I personally do all that, then write my own summary of the info on the page itself, so I have the original content and my take on it.
It’s also fully foss, you can pay for their sync service to have it available on multiple devices all the time and it’s fully encrypted in transit so they can’t see your info, I personally just use syncthing and haven’t run into any issues using it on my phone and computer unless you try to modify the same file at the same time (which isn’t really something you would ever do)
So far I really haven’t had musicbrainz be missing any artists or songs, idk if its different if you listen to indie or niche music though
You should check out last.fm (or musicbrainz, which I prefer since its open source). You connect your apps to it (Plex, tidal, Spotify, etc), they send over songs as you listen to them, you can rank them as love or hate (and some other stuff) and they curate playlists and artists that they think you’ll like based on your listening habits
Same here, idc about some of my containers going through VPN (tandoor, gitea, Plex, etc) but my whole arr suite, qbittorrent, and sabnzbd are routed through a gluetun container that uses my protonvpn credentials. Never have to worry about turning my VPN off for gaming or something since the… totally legal research papager aquirerer apps… are all routes through the VPN which changes it’s connection every 4 hours (changes my public IP but also just to make sure none of the containers run into any issues that they can’t figure out without a restart)
Sounds like a radio station where there community submits songs
Yep, their free servers are great for trying out the service and web browsing if you don’t it being slow, but none of the free servers are p2p enabled. Only paid servers have p2p
Step 1: multiply all inches by 2.54 on the plans and not mess up or miss any of them
Step 2: have fun cutting on fun cm decimals like 6 inches = 15.24 cm
As a note, their application process is super easy, free, and they do it every weekend. Not paid or super exclusive, just makes sure you read the rules basically
Like the other comments, I use qbittorrent. I recommend running your VPN with gluetun and routing the traffic from your qbittorrent container through it. If the gluetun container is down, no traffic at all. If it’s up, everything goes through the vpn
Time machine + $100 for a lifetime subscription to nzbgeek. I got a lifetime subscription a couple months before they removed the option, only had it for a few months now but well worth the money already. Most of my shows, movies, and music come from it (supplemented by torrenting)
My brother in Christ, we sail the high seas here.
In terms of electricity consumption, it’s still not going to be huge, just was noted in case you wanted to go smaller. You can almost certainly go smaller, but at the same time if you already have the hardware it’s not going to be useful to sell it second hand and buy new hardware that has less performance.
Hosting static websites at home is fine if you really want to, but for anything dynamic and/or that will have a lot of users, get a vps (basically a server that you pay for storage and compute resources on and can use remotely how you like, including hosting stuff like mastodon and lemmy instances)
Usenet is usually a lot faster, for most things you can basically max out your bandwidth (or whatever the max you set your download client to) instead of it being determined by the number and quality of seeders. Newer releases torrents also download very fast, but after a few months or years the seeders drop off a lot, usenet is always the same speed even if it’s super old and most keep stuff indefinitely or for 10-20 years or so (longer if it’s being grabbed a lot still)
Also one nzb site is usually enough, you don’t need to check a bunch of different torrent sites since it’s basically one massive one. I use prowlarr so I have it check nzbgeek for everything first and a bunch of torrent sites as backups in case it isn’t there, but almost everything gets grabbed from usenet
I’m happy to help if anyone needs help with docker and/or Linux stuff. (I’ll probably try to convert you to Linux, the os to rule them all. You’ve been warned) Wont necessarily be everything or set it all up for you, but enough knowledge to get you started and able to learn more yourself is doable
For op, that setup is likely overkill, most stuff will use more ram than cpu and very few self hosted apps will use the GPU at all (Plex and jellyfin are the only ones that come to mind). Only hurt to it being overkill is a higher power usage than a smaller setup, but if you already have it running full time then it’s unlikely to make a different
I’ve been using nzbgeek for a few months and have a friend that’s used it for a few years, no complaints and pretty cheap
For books and music, I pirate them and if I genuinely like it and would buy it myself then I donate the cost directly to the artist (unless they’re an artists with a stupid amount of money). For music it’s kind of depends on how much I like their music, but usually I’ll donate the cost of an album or something (I don’t donate if they already have stupid amounts of money though). For books, I’ll usually donate the cost of a paperback (5$-$10) if I liked it, or a hardcover ($25-$30)
It comes with multiple benefits: I don’t pay for something I don’t like, the entire cost actually goes to the people I want to support instead of 40% or whatever going to whoever prints the books or releases the music, and I no longer have to pay subscriptions to support platforms that take advantage of small artists and pocket a significant amount of what I pay for the subscription (looking at you Amazon and Spotify)
First ones that come to mind are:
https://www.bookstackapp.com/ - sets out your uploaded data like books. Can do books, chapters, pages, etc.
https://www.dokuwiki.org/DokuWiki - more standard wiki, also everything is stored in plain text so it’s easy to distribute and use source control on (no database backend)
https://tiddlywiki.com/ - full fledged wiki, bit different layout though since it’s all on one page. Clicking an internal link scrolls to that page so it’s pretty quick.
All are free and open source, almost certain they all have docker images too. I haven’t tried any of them but I’ve looked into them since I’ve been thinking about it
Well yeah, assuming you can install it on all devices you would want to use, and that it lets you use network storage, and that the app doesn’t conflict with other apps using the same network storage. A lot of apps don’t have a specific app for Android, Apple, Linux, macos, and windows because that’s a lot to build and maintain. A deployed webapp works on any device with a browser, and you don’t need to configure every device to use the same networked storage.