- 8 Posts
- 24 Comments
There’s also an option to set up a vanilla WireGuard server. I’ve done that on my dream machine and am able to remote into my homelab with the vanilla WireGuard iOS & Mac apps
cantankerous_cashew@lemmy.worldto
Selfhosted@lemmy.world•Gopherbook – The Self-Hosted Comic Reader (Full Tutorial)English
1·5 months agoHow is this better than/different from something like kavita
cantankerous_cashew@lemmy.worldto
Selfhosted@lemmy.world•where to move for cheap VPS?English
1·7 months agoHad to scroll too far down to find this. OVH is great, VPSes are cheap & reliable. Oh, and bandwidth is unlimited… arrr 🏴☠️
cantankerous_cashew@lemmy.worldto
Selfhosted@lemmy.world•Sources to purchase mp3s?English
4·7 months agoI used to buy from Beatport when I was actively djing. Nice because the tracks are available in 320kbps or lossless. No idea how much Beatport’s cut is though
cantankerous_cashew@lemmy.worldto
Selfhosted@lemmy.world•Securing a 'public' service for familyEnglish
2·8 months agounethical life pro tip, but you can use the free tier of Cloudflare tunnels + Access to accomplish this. While technically against the ToS, I have been doing this with jellyfin for an over a year now, I don’t cache anything, and my overall bandwidth usage is low it’s probably not very noticeable. If I get banned at some point I’ll just create a new free account ¯\_(ツ)_/¯
cantankerous_cashew@lemmy.worldto
Selfhosted@lemmy.world•Self-hosted blog - do I need a static IP address?English
2·8 months agoSurprised nobody has mentioned cloudflare ddns. If you registered your domain with cloudflare, you can use the api or qdm12’s (author of gluetun) ddns-updater to keep your A/AAAA records up to date.
It’s definitely doable. I run both gluetun & tailscale in separate docker containers on Ubuntu. The trick here is that gluetun should get /dev/net/tun device (basically the default example in the project readme) and tailscale should he configured (via env vars) to run in userspace mode
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
cantankerous_cashew@lemmy.worldto
Selfhosted@lemmy.world•That's all folks, Plex is starting to charge for sharingEnglish
221·1 year 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 AlternativesEnglish
5·1 year 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 AprilEnglish
232·1 year 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
Selfhosted@lemmy.world•Least terrible domain registrarsEnglish
6·1 year 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.English
7·1 year 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 somebodyEnglish
2·1 year 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 somebodyEnglish
6·1 year 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 servicesEnglish
3·1 year 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
cantankerous_cashew@lemmy.worldto
Selfhosted@lemmy.world•Mini pc arriving tomorrowEnglish
3·1 year 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 CouldEnglish
2·2 years agogluetun bundles a control server on port 8000 which you can query for the port number (don’t worry about
openvpnbeing in the url path, it still works with Wireguard). In my bash script (running on the host system), I usecurlto 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.






+1 for Cloudflare domains. I’ve got all my domains registered with them, can confirm that there are no identifiable details in the whois table for any of my domains.