- 33 Posts
- 30 Comments
cantankerous_cashew@lemmy.worldto
Selfhosted@lemmy.world•where to move for cheap VPS?English
1·2 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·3 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
1·4 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 ¯\_(ツ)_/¯
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
cantankerous_cashew@lemmy.worldto
Selfhosted@lemmy.world•That's all folks, Plex is starting to charge for sharingEnglish
201·7 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
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
212·9 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
Technology@lemmy.world•FCC to get Republican majority and plans to “delete” as many rules as possibleEnglish
18·9 months agoCan’t wait until we’re forced to access the internet exclusively through starlink!
cantankerous_cashew@lemmy.worldto
Technology@lemmy.world•*Permanently Deleted*English
261·9 months agoThis perfectly illustrates America’s 2-tiered justice system: one for the wealthy and one for the little people. If I torrent copyrighted material, I risk fines/jail-time. If a big corporation like meta does it, then it’s allegedly “fair use”. To be clear, what OpenAI is requesting isn’t remotely close to the original intended purpose of fair use. Worst part is that small/independent creators will (if they aren’t already) be most adversely impacted by such selective application of copyright law
cantankerous_cashew@lemmy.worldto
Selfhosted@lemmy.world•Least terrible domain registrarsEnglish
6·9 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
Technology@lemmy.world•'Jetsons' robot finally arrives: Sweater-wearing Neo Gamma android helps with household choresEnglish
2·9 months agoI see this being useful for senior/assisted living care. This isn’t a job many people want to do, doesn’t pay well, and requires ungodly amounts of patience
cantankerous_cashew@lemmy.worldto
Selfhosted@lemmy.world•Looking for a VPS. I don't know who to choose.English
7·9 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 somebodyEnglish
2·10 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 somebodyEnglish
6·10 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 servicesEnglish
3·10 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 tomorrowEnglish
2·11 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
Technology@lemmy.world•Russia admits its homegrown consoles can't match the PS5 or Xbox SeriesEnglish
1·11 months ago“Hacking” can be as easy as running some script you found online to prowl for vulnerable systems. This doesn’t take a lot of creativity. A lot of people/businesses/governments don’t practice good security hygiene (e.g. apply security patches as soon as they’re available) and end up getting popped by skiddies. I’d be more impressed if these Russian “hackers” could consistently repel attacks, but a simple google search suggests that they are struggling to defend their own turf
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.



















How is this better than/different from something like kavita