- 8 Posts
- 17 Comments
cantankerous_cashew@lemmy.worldto Selfhosted@lemmy.world•That's all folks, Plex is starting to charge for sharingEnglish211·2 months agoIt was only a matter of time. Plex is a Series C startup, employs 100+ people, and has taken substantial VC investment. Those investors are expecting exponential returns, and a “one-time lifetime payment” will never sustain that sort of growth
cantankerous_cashew@lemmy.worldto Selfhosted@lemmy.world•Cloudflare Tunnel AlternativesEnglish5·2 months agoYes, unless you use a provider that doesn’t have bandwidth caps; I personally use OVH for that reason
Unethical life pro tip, but I use the free tier of Cloudflare tunnels and Cloudflare access to gate access to my jellyfin instance. This is technically against their TOS but I don’t cache anything and my bandwidth usage is low so it’s probably not too noticeable. I’ll update this post if I get banned at some point 🤡
cantankerous_cashew@lemmy.worldto Selfhosted@lemmy.world•Plex is locking remote streaming behind a subscription in AprilEnglish232·4 months agoSo basically… this is a blatant cash grab, and a nearly 200% one depending on the level of service you pay/paid for. Wonder how long it will be before the lifetime pass is discontinued and everyone gets forcibly moved over to a monthly subscription model
cantankerous_cashew@lemmy.worldto Open Source@lemmy.ml•What projects does the opensource world lack1·4 months agoA self-hosted photo/video viewer which presents itself as an Open Directory that maps closely to the underlying file system and also includes the ability to view images and stream videos. If videos are too large/incompatible with the user’s browser, they should be transcoded on the fly (optionally with the gpu). Genuinely surprised something like this doesn’t exist
cantankerous_cashew@lemmy.worldto Selfhosted@lemmy.world•Least terrible domain registrarsEnglish6·4 months agoSame, I also use Cloudflare dns, tunnels, and pages. Having these all in the same place makes it easy to deploy/keep track of everything
cantankerous_cashew@lemmy.worldto Selfhosted@lemmy.world•Looking for a VPS. I don't know who to choose.English7·4 months agoI use OVH. Reasonable prices, very reliable, and no bandwidth caps
cantankerous_cashew@lemmy.worldto Selfhosted@lemmy.world•Just discovered #spotdl (https://github.com/spotDL/spotify-downloader). It's a great way to download songs from #youtube with metadata and lyrics, or to just quickly listen to that one song somebodyEnglish2·5 months agoOh yeah don’t get me wrong I love nicotine+ too! I figured I’d link to slskd since this is the selfhosted community after all 🙃
cantankerous_cashew@lemmy.worldto Selfhosted@lemmy.world•Just discovered #spotdl (https://github.com/spotDL/spotify-downloader). It's a great way to download songs from #youtube with metadata and lyrics, or to just quickly listen to that one song somebodyEnglish6·5 months agoI’m not a fan of YouTube’s audio compression algorithm (optimized for saving google’s bandwidth but sounds awful on higher fidelity audio setups). If quality is a concern, I can’t recommend slskd enough
cantankerous_cashew@lemmy.worldto Selfhosted@lemmy.world•Landing page for all my servicesEnglish3·5 months agoI use wiki.js in the linuxserver.io flavor. I have 3 URLs for every service I run: public, LAN, and tailscale url. My “homepage” is a big markdown table with links to all the services. It’s not pretty by any means, but it’s very functional
you can also delete them recursively with
find . -name '*.DS_Store' -type f -print -delete
(adapted from this script)
cantankerous_cashew@lemmy.worldto Selfhosted@lemmy.world•Mini pc arriving tomorrowEnglish3·6 months agoThe pi zero is good for small projects that don’t require a lot of compute, however I personally haven’t found it to be useful in a self-hosted context. Unless you really don’t care about performance, the low specs make it unsuitable for hosting most of the services you listed above
cantankerous_cashew@lemmy.worldto Selfhosted@lemmy.world•Gluetun: The Little VPN Client That CouldEnglish2·1 year agogluetun bundles a control server on port 8000 which you can query for the port number (don’t worry about
openvpn
being in the url path, it still works with Wireguard). In my bash script (running on the host system), I usecurl
to retrieve the forwarded port number and then do a POST with that data to the API of my qbt client which is running in another container on port 8080.
cantankerous_cashew@lemmy.worldto Selfhosted@lemmy.world•Gluetun: The Little VPN Client That CouldEnglish5·1 year agoThere’s a reason why most providers don’t allow that feature anymore
Yes, cheese pizza
It’s said that port forwarding is a security risk
Says who? Assuming a fully patched system/client and a properly configured firewall/network, I’d love to hear more about these “risks”.
Also, qBitTorrent works just fine without it.
Only if you don’t care about seeding
cantankerous_cashew@lemmy.worldto Selfhosted@lemmy.world•Gluetun: The Little VPN Client That CouldEnglish7·1 year agoBased. I use gluetun with qbt and ProtonVPN (with port forwarding). Despite this being a tricky config, it was still pretty easy to setup. Can share bash scripts if anyone is interested.
cantankerous_cashew@lemmy.worldto Selfhosted@lemmy.world•Looking for ngrok alternativeEnglish1·1 year agoI’m personally a big fan of bore. It’s easy to setup/use and there’s a free public instance operated by the developer.
To be fair there is a tvOS app in development but progress is slow because the whole project is maintained by a small handful of volunteers. They’ve put out a call for help and the maintainers post updates here