Very interesting, thanks for sharing :)
Very interesting, thanks for sharing :)
As far as I was told at least, they use Intune to distribute these, don’t think they want to “hand them out manually”.
Yeah, they do not officially support us using Linux. However, I would like to see whether Intune can be easily installed on Linux machines so that I can create documentation for those employees who wish to use Linux over Windows/Mac.
Intune is the only way for us to get Wi-Fi certificates(AFAIK), that’s why it’s needed. On windows it’s baked in or whatever, but obviously not on Linux.
I’m more afraid of them reading about each transaction and selling that information forwards to their partners…
Hm, good of you to point out. I hope and assume they will post the code for this as soon as they launch this.
I’d be very surprised if this was some sort of sham. At least both Jeff Geerling and Raid Owl have posted about getting these; though like sent to them without them backing them directly.
Currently exploring some tools around this myself too. I’d recommend having a look at Gonic, LMS(light music server) and Navidrome for hosting music. Personally I quite liked the simplicity of Gonic.
If you need to re-sort/manage your music then, Beets and Musicbrainz Picard, or MediaMonkey (if you’re on Windows) are your friends. These can add alot of additional metadata to your library.
Beets is apparently the “best” tool out of these as it has a big plugin library and hella customizable configuration for your exact setup.
Best of luck 🤞
Love the idea of this project, exactly something I’m looking for. Though as others have stated, a more native way for Linux or an integration with Lutris or Heroic Launcher would truly be helpful for this project. Believe it would get a lot more traction in the selfhosting community if this became a reality.
This is good news! Anyone here played it recently? How far has the game come in terms of content compared to Minecraft or Vintage Story?
Ah I see, thank you
Never used IPTV before, how does it compare to say using Stremio with Real Debrid?
Also, thanks for contributing and sharing 🌻
Just out of curiosity, was your services pointing out to the public Internet? If yes, wouldn’t it be better to use a vpn?
This sounds promising! Currently in the process of getting rid of Spotify and selfhosting Navidrome pointing at Symfonium. This will be a nice backend addition.
Thanks for the detailed explanation, really appriciate it! Learned a thing or two here :)
This does seem like the way to go, thanks for the tips!
Here is one of the top of my head; https://perfectmediaserver.com/.
I’d say it boils down to what you see yourself hosting, what do you need/want? There are many great YT content creators out there documenting their experiences, tips and guides. HardwareHaven, Raid Owl, Jeff Geerling, Christian Lempa, TechnoTim and Wolfgang to mention a few.
JupiterBroadcasting has a wide variety of Podcasts dedicated to both selfhosting and linux stuff if that should peak your interest.
If you need tips for what to selfhost, here is another great resource :) https://github.com/awesome-selfhosted/awesome-selfhosted
Fair point
Good points here, uptime is a factor I had not taken into consideration. Probably better to get a vps as you say.
Remove any custom locations (if u have tried to add any), and then simply copy paste this into the advanced tab. Dont forget to change the <IP+PORT>
location / {
return 301 /admin;
}
location /admin {
proxy_pass http://<YOUR IP:PORT>/admin;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
Let me know how it goes :)
Thanks for the insight though! Feel like it’s a lot better trying than not to. Worst come to worst I continue using my mobile Hotspot which they pay for.