I’d assume you need an admin account for every server and it uses that to create the users.
sudo@programming.dev 3 days ago
Automatic Mapping
If a user already exists on one or more connected servers, they can log in directly with their existing Jellyfin credentials. Jellyswarrm will automatically create a local user and set up the necessary server mappings.
If the same username and password exist on multiple servers, Jellyswarrm will link those accounts together automatically. This provides a smooth experience, giving the user unified access to all linked servers.
Really should audit the implementation of that feature. So when you first log in it automatically sends you’re credentials to every connected server?
exu@feditown.com 3 days ago
athairmor@lemmy.world 3 days ago
Jellyswarm doesn’t create users or accounts. You give your existing Jellyfin credentials for the servers where you already have an account.
princessnorah@lemmy.blahaj.zone 3 days ago
I would assume it’s a hash but yes, it needs an audit.
kate@lemmy.uhhoh.com 3 days ago
to send a hash only, you’d need a modified jellyfin server that can accept a given hash for auth in place of the password. since this project doesn’t require a modified jellyfin server, it does in fact send the password directly, as seen here github.com/LLukas22/Jellyswarrm/blob/…/users.rs#L…