kiol
@kiol@lemmy.world
- Comment on One Year Selfhosting My Own Podcast 4 days ago:
Thanks, this is certainly an option in short vs premium longer. It is currently a way to offer something different from those shows, and it is also as you describe. Also an open question in terms of whether audiences want this or not, haha. Appreciate the thoughts.
- Comment on One Year Selfhosting My Own Podcast 4 days ago:
What do you think of cutting the episodes to half-hour and releasing all of the detailed breakdowns as premium subscription? The reason they are long is because I will talk about how something is to use at length, rather than mentioning it and moving on.
- Comment on One Year Selfhosting My Own Podcast 5 days ago:
Cool, hope you enjoy.
- Comment on One Year Selfhosting My Own Podcast 5 days ago:
Hetzner is a good host, so definitely a solid choice. I suppose the main question is in terms of uptime vs Hetzner.
- Comment on One Year Selfhosting My Own Podcast 5 days ago:
I have another Nextcloud interview from this morning. It went almost three hours. I hear you on an hour is a lot, because it is a lot. Haha.
- Comment on One Year Selfhosting My Own Podcast 1 week ago:
Cool, thanks. I’ve added support for Podcast Index, Apple Podcasts, Fountain.fm, Spotify. These mostly relay to a few dozen other places. Should also be able to follow directly from the fediverse.
- Submitted 1 week ago to selfhosted@lemmy.world | 11 comments
- Comment on Mommy, Why is There a Server in the House? 2 weeks ago:
Haha, this book keep popping back up.
- Submitted 3 weeks ago to selfhosted@lemmy.world | 0 comments
- Comment on Jellyswarrm - reverse proxy all your Jellyfin servers from a single interface, presenting as a standard Jellyfin server, clients should work out of the box. 3 weeks ago:
Made a short podcast episode to highlight Jellyswarrm. Hope you enjoy podcast.james.network/…/happy-birthday-linux
- Comment on Jellyswarrm - reverse proxy all your Jellyfin servers from a single interface, presenting as a standard Jellyfin server, clients should work out of the box. 3 weeks ago:
Presuming jellyfin would actually be on the public internet?
- Comment on Jellyswarrm - reverse proxy all your Jellyfin servers from a single interface, presenting as a standard Jellyfin server, clients should work out of the box. 3 weeks ago:
Good question. Asked the developer here, so feel free to chime in: github.com/Angablade/…/1#issuecomment-3217864250
- Comment on Jellyswarrm - reverse proxy all your Jellyfin servers from a single interface, presenting as a standard Jellyfin server, clients should work out of the box. 3 weeks ago:
Haha, you certainly don’t have to host it at a public url over http.
- Comment on Jellyswarrm - reverse proxy all your Jellyfin servers from a single interface, presenting as a standard Jellyfin server, clients should work out of the box. 3 weeks ago:
What sort of conflicts?
- Comment on Jellyswarrm - reverse proxy all your Jellyfin servers from a single interface, presenting as a standard Jellyfin server, clients should work out of the box. 3 weeks ago:
Jellyfin plays the media. It doesn’t make it or upload it for you.
- Comment on Jellyswarrm - reverse proxy all your Jellyfin servers from a single interface, presenting as a standard Jellyfin server, clients should work out of the box. 3 weeks ago:
Keep in mind this isn’t federation. It is a way to access multiple independent servers via reverse proxy.
- Comment on Jellyswarrm - reverse proxy all your Jellyfin servers from a single interface, presenting as a standard Jellyfin server, clients should work out of the box. 3 weeks ago:
Here are some questions from Jellyfin-offtopic:
- I wouldn’t trust it especially with the new DB coming out. No way Jellyfin’s own DB supports multiple servers. It would be up to the tool to keep track of everything. And I’m assuming only one person is supposed to run that thing on multiple servers.
- How would this work when multiple people want to connect to others at the same time?
- Comment on Jellyswarrm - reverse proxy all your Jellyfin servers from a single interface, presenting as a standard Jellyfin server, clients should work out of the box. 3 weeks ago:
- Comment on How do you manage accessing multiple Plex and Jellyfin servers simultaneously? 3 weeks ago:
Yep, it has already been posted here. Cheers!
- Comment on Jellyswarrm - reverse proxy all your Jellyfin servers from a single interface, presenting as a standard Jellyfin server, clients should work out of the box. 3 weeks ago:
Yep, this was mentioned in that thread and it is so impressive it deserves a dedicated topic to promote itself. Seems it has only existed for a few hours!
- Comment on How do you manage accessing multiple Plex and Jellyfin servers simultaneously? 3 weeks ago:
Post inception. That post was linked from this thread, hahaha.
- Jellyswarrm - reverse proxy all your Jellyfin servers from a single interface, presenting as a standard Jellyfin server, clients should work out of the box.lemmy.world ↗Submitted 3 weeks ago to selfhosted@lemmy.world | 44 comments
- Comment on How do you manage accessing multiple Plex and Jellyfin servers simultaneously? 3 weeks ago:
Oh wow, repo is github.com/LLukas22/Jellyswarrm Jellyswarrm is a reverse proxy that lets you combine multiple Jellyfin servers into one place. If you’ve got libraries spread across different locations or just want everything together, Jellyswarrm makes it easy to access all your media from a single interface.
Working
- Unified Library Access – Browse media from multiple Jellyfin servers in one place.
- Direct Playback – Play content straight from the original server without extra overhead.
- User Mapping – Link accounts across servers for a consistent user experience.
- API Compatibility – Appears as a normal Jellyfin server, so existing apps and tools still work.
⚠️ In Progress
- Websocket Support – Needed for real-time features like SyncPlay (not fully reliable yet).
- Audio Streaming – May not function correctly (still untested in many cases).
- Automatic Bitrate Adjustment – Stream quality based on network conditions isn’t supported yet.
🚫 Not Planned
- Admin Functions – Server administration (user management, settings, etc.) won’t be supported through Jellyswarrm.----
- Comment on Here is the mockup pic for adding Oauth Scopes in Nextcloud, but how should it actually be implemented? 3 weeks ago:
Thanks, this helped me better understand what is going on. Tried to formulate a response: github.com/nextcloud/server/issues/26233#issuecom…
- Comment on How do you manage accessing multiple Plex and Jellyfin servers simultaneously? 3 weeks ago:
Thank you for checking!
- Submitted 3 weeks ago to selfhosted@lemmy.world | 8 comments
- Here is the mockup pic for adding Oauth Scopes in Nextcloud, but how should it actually be implemented?lemmy.world ↗Submitted 4 weeks ago to selfhosted@lemmy.world | 7 comments
- Comment on Garage - S3-compatible Object Storage alternative to Minio 3 months ago:
Sounds like a question to ask the project directly, via their contact on the site: garagehq@deuxfleurs.fr
- Comment on Garage - S3-compatible Object Storage alternative to Minio 3 months ago:
One sentence answer: “Object storage manages data as discrete units called objects with unique identifiers and metadata, while file storage organizes data in a hierarchical structure of files and folders.”
fwiw, I see object storage used as a way to manage data regardless of the file system. It is designed to scale, as opposed to the file system, in large cloud environments.
Here is a recap from Google Cloud:
Object storage, also known as object-based storage, is a computer data storage architecture designed to handle large amounts of unstructured data. Unlike other architectures, it designates data as distinct units, bundled with metadata and a unique identifier that can be used to locate and access each data unit.
These units—or objects—can be stored on-premises, but are typically stored in the cloud, making them easily accessible from anywhere. Due to object storage’s scale-out capabilities, there are few limits to its scalability, and it’s less costly to store large data volumes than other options, such as block storage.
Much of today’s data is unstructured: email, media and audio files, web pages, sensor data, and other types of digital content that do not fit easily into traditional databases. As a result, finding efficient and affordable ways to store and manage it has become problematic. Increasingly, object storage has become the preferred method for storing static content, data arches, and backups.
- Comment on Garage - S3-compatible Object Storage alternative to Minio 3 months ago:
Minio has worked well for many years. Haven’t had any problems with it until now, but ready to migrate away.