It works with containers so I can create a setup where requests sent from the container goes through the VPN. I use it for my Redlib setup to bypass rate limiting by rotating its IP regularly. Unless you have your host to route all traffic through a certain node, it should work independently from Tailscale.
[object Object]
- 2 Posts
- 34 Comments
[object Object]@sh.itjust.worksto
Selfhosted@lemmy.world•Selfhosting Sunday! What's up?English
4·4 months agoAnubis, though I always had it before I removed Cloudflare.
[object Object]@sh.itjust.worksto
Selfhosted@lemmy.world•Selfhosting Sunday! What's up?English
22·4 months agoCLOUDFLARE IS NO MORE FOR MY NETWORK
Soon I’ll drop Cloudflare for my public services too
[object Object]@sh.itjust.worksto
Selfhosted@lemmy.world•Dedicated music server or all-in-one media server?English
1·6 months agoDefinitely more than a year! If you have tried it in the past, you probably dropped it either because you used it before the revival, or the UI looked really old. At least that was what I did.
[object Object]@sh.itjust.worksto
Selfhosted@lemmy.world•Dedicated music server or all-in-one media server?English
3·6 months agoIt works pretty well despit having 30k+ music files read over rclone, though I am the only user. It also has a web client, though it looks a bit old. I use Symfonium on Android and Feishin on Desktop since it provides OpenSubsonic API.
[object Object]@sh.itjust.worksto
Selfhosted@lemmy.world•Dedicated music server or all-in-one media server?English
12·6 months agoOne major reason why I have Ampache as a separate server is that they support smart playlist, which wasn’t well supported on Jellyfin. Navidrome also supports smart playlist, but you couldn’t edit on the web.
[object Object]@sh.itjust.worksto
Selfhosted@lemmy.world•Selfhosting Sunday - What's up to date, selfhosters?English
6·6 months agosops-nix + rootless podman turns out to be much trickier than I imagined. Spent like 2 days over this shit just to get it in the central config when I could have just manually loaded the config files and change the permission… I eventually solved it by running
rootlesskitin the activation script to copy the decrypted file into a temporary folder and changing the permission to the correct sub-user. Not worth the time though.
[object Object]@sh.itjust.worksto
Selfhosted@lemmy.world•Planning out my next self-hosting solutionEnglish
2·7 months agoI was talking more about whether they can personally tolerate it or not. I thought Factorio over Wi-Fi would be okay even with the inevitable latency, but it was slightly off in a way that I simply could not continue. Meanwhile, I’ve seen people playing ranked games of Rainbow 6 Siege with a similar setup.
[object Object]@sh.itjust.worksto
Selfhosted@lemmy.world•Planning out my next self-hosting solutionEnglish
5·7 months agoIf you haven’t used Sunshine to play games yet, I would first try it out with whatever equipments you have before going all-in. It sounds fucking cool on paper, but the whole experience wasn’t all that great for me. Not the Sunshine’s fault, but the games I play are very latency sensitive that it was barely playable.
Personally, if the games play well, I would just go for it.
[object Object]@sh.itjust.worksto
Selfhosted@lemmy.world•🔒 Setting Up Headscale & Tailscale on NixOS: A Zero-Trust Networking Guide for ❄️ NixOS - YouTubeEnglish
15·8 months agoIn terms of setup, Caddy is a lot simpler in syntax, but you will find more tutorials for Traefik and it has better integration with Docker. You can add labels to a container and Traefik uses that as config, whereas in Caddy, you need to set up both the container and the config file. If you want to drop a service, then it is easier in Traefik for this reason. But with decent Nix code, you can basically replicate this in Caddy. Once you set them up, they’re pretty much the same. I’ve seen some people saying Traefik is faster, but realistically, I don’t think it’s meaningful.
[object Object]@sh.itjust.worksto
Selfhosted@lemmy.world•how are my fellow peeps hosting your music collection these days?English
4·8 months agoSame. There are some tracks and albums I don’t like, but I won’t delete them. Another reason to use smart playlist, I can just put them into “Not My Style” playlist and it’s magically gone from my main list.
[object Object]@sh.itjust.worksto
Selfhosted@lemmy.world•how are my fellow peeps hosting your music collection these days?English
2·8 months agoTry Ampache! I host 75k files with it.
[object Object]@sh.itjust.worksto
Selfhosted@lemmy.world•how are my fellow peeps hosting your music collection these days?English
3·8 months agoItem Count: 74939 | Duration: 5274:37:36
[object Object]@sh.itjust.worksto
Selfhosted@lemmy.world•how are my fellow peeps hosting your music collection these days?English
5·8 months agoWell, I don’t actually play all of them in a straight line; it’s more of an archive. Still, my main playlist is few thousand songs long, which is created with smart playlists.
[object Object]@sh.itjust.worksto
Selfhosted@lemmy.world•how are my fellow peeps hosting your music collection these days?English
6·8 months agoThey’re available in Soulseek! Both Soulseek and Ampache share the same directory. I was thinking of creating a torrent, but I am still in the process of deduplicating them, so I decided against it.
[object Object]@sh.itjust.worksto
Selfhosted@lemmy.world•how are my fellow peeps hosting your music collection these days?English
9·8 months agoWhy do I see no mentions of Ampache here? From what I found, it was the only program except Navidrome to support nested smart playlist, and Ampache has the editor directly in the web interface.
Anyways, I host mine too! Over 2TB of music files on my server, and it runs pretty well.
[object Object]@sh.itjust.worksOPto
Selfhosted@lemmy.world•File collecting program?English
1·9 months agoActually, that’s what I’ve done. It gets a bit tedious when the file size gets a bit big.
[object Object]@sh.itjust.worksOPto
Selfhosted@lemmy.world•File collecting program?English
1·9 months agoI honestly did not know Nextcloud allowed uploads without login. I definitely need to check that out.
[object Object]@sh.itjust.worksOPto
Selfhosted@lemmy.world•File collecting program?English
3·9 months agoIt would be desirable, as I don’t have to be prepared whenever someone starts sending a file, but I suppose I can live without it. Thank you for the suggestion!
You tried writing bash scripts that set things up for you, haven’t you? It’s NixOS for you.