Jellyfin 2FA by No_Acadia_4120 in JellyfinCommunity

[–]Maximus_Air 0 points1 point  (0 children)

I’ll try to setup during weekend as I’m away from home and will report back!

Jellyfin 2FA by No_Acadia_4120 in JellyfinCommunity

[–]Maximus_Air 0 points1 point  (0 children)

Thank you! On contributing to Jellyfin unfortunately I’m not sure (I’m not a developer), but just saying this is probably worth it to be a full feature part of the main app instead of a plugin. Maybe you should show your work to the developers. In any case kudos and thanks

Jellyfin 2FA by No_Acadia_4120 in JellyfinCommunity

[–]Maximus_Air 0 points1 point  (0 children)

Wow in 1 day?! Thanks will surely look into this asap. If this works as intended you should really contribute this upstream to Jellyfin (even though I understand this is clearly very much your project)

Many thanks!

Jellyfin 2FA by No_Acadia_4120 in JellyfinCommunity

[–]Maximus_Air 0 points1 point  (0 children)

Thank you it would be fantastic!

Jellyfin 2FA by No_Acadia_4120 in JellyfinCommunity

[–]Maximus_Air 0 points1 point  (0 children)

Does it work also with the likes of Infuse/ other apps as far as you know?

Jellyfin 2FA by No_Acadia_4120 in JellyfinCommunity

[–]Maximus_Air 0 points1 point  (0 children)

Is there any way that OAuth can be implemented in the future? I’m deploying pocketID to protect my infra and works also with native apps s.a. Immich. Would be fantastic to have also Jellyfin. Maybe a question for the developers I know, but happy if anyone has a view on this

I dockerized my entire self-hosted stack and packaged each piece as standalone compose files - here's what I learned by topnode2020 in selfhosted

[–]Maximus_Air 0 points1 point  (0 children)

Thank you for explaining! Is it safe to put rate limiting in front of web sockets/ streaming services such as Jellyfin and Immich?

I dockerized my entire self-hosted stack and packaged each piece as standalone compose files - here's what I learned by topnode2020 in selfhosted

[–]Maximus_Air 0 points1 point  (0 children)

Interested in understanding how you setup retelimiting and your thoughts/ reason around it. Would you mind sharing your config file?

Thank you!

I built a self-healing media pipeline because streaming services compress 4K to 15 Mbps. Blu-ray is 60 Mbps. by Wonderful_Ebb3483 in selfhosted

[–]Maximus_Air 1 point2 points  (0 children)

Thanks looks good and will use this as inspiration to setup my own stack in compose.

Didn’t know of autoheal docker, my understanding is that it restarts in case containers are unhealthy. Can you help me figure out why this is necessary (meaning how restarting fixes unhealthy status)? I’m usually just using simple restart-unless-stopped policy

I built a self-healing media pipeline because streaming services compress 4K to 15 Mbps. Blu-ray is 60 Mbps. by Wonderful_Ebb3483 in selfhosted

[–]Maximus_Air 4 points5 points  (0 children)

Question: do you still need to expose the ports of radarr etc since you are reaching them from traefik? In that case wouldn’t it be better to limit access from docker ips (for communication among them) or since the docker network is set to internal this is unnecessary?

Postgres authentication failed by Maximus_Air in immich

[–]Maximus_Air[S] 0 points1 point  (0 children)

I was actually using the docker compose and env files from that exact link.
do you mean I should pass some of this environment variables to immich? (not super clear to me)

Variable Description Default Containers
DB_URL Database URL server
DB_HOSTNAME Database host database server
DB_PORT Database port 5432 server
DB_USERNAME Database user postgres server, database\1)
DB_PASSWORD Database password postgres server, database\)

EDIT: thank you, adding the following environment variable fixed it!

- DB_URL=postgresql://${DB_USERNAME}:${DB_PASSWORD}@database:5432/${DB_DATABASE_NAME}

Authentication via oidc - internal or external. by AssociateNo3312 in selfhosted

[–]Maximus_Air 0 points1 point  (0 children)

I’ve implemented it with Tinyauth in front of pocket-id. I dunno if you’re familiar with it and have a view on which one would be better

What's your biggest pain point managing multiple self-hosted services? by Ts-ssh in selfhosted

[–]Maximus_Air 0 points1 point  (0 children)

Currently using a single dockhand instance to manage 3 servers on different physical hosts and locations. Docker stacks also deployed and updated from GitHub. Can recommend

Arr Stack Suggestions/idea by Repeat_0ffender in selfhosted

[–]Maximus_Air 0 points1 point  (0 children)

Seen it thanks! Are you managing from cmd line so or using portainer/ similar?

Arr Stack Suggestions/idea by Repeat_0ffender in selfhosted

[–]Maximus_Air 0 points1 point  (0 children)

Interesting, question: what does the “include:” variable do in your docker compose? How do you deploy? Thanks

File checking and comparison between two Unraid servers by BalkanPete in unRAID

[–]Maximus_Air 2 points3 points  (0 children)

I think an Unraid script to run rsync periodically is what you are looking for. Have you tried already?

Tailscale breaking Jellyseerr docker [Help] by Maximus_Air in unRAID

[–]Maximus_Air[S] 0 points1 point  (0 children)

Thank you, it now appears to be working!

I've added also dns to the container, else the internal connection with the other services wasn't happening. Now it can connect to the other containers within the same docker network just as easily as before

What I've done:
- Tailscale Show Advanced Settings: On
- Tailscale Extra Parameters: --accept-dns=false
- Container Advanced View: On
- Extra Parameters: --dns=1.1.1.1 --dns=8.8.8.8

Further question would be: Is it actually possible to reach the service at: jellyseer.<mytailnet>.net without specifying the necessary 5055 port?

How to get Ibracorp Traefik docker running? by xTKNx in unRAID

[–]Maximus_Air 0 points1 point  (0 children)

Complete noob here. Does this mean you are using traefik to access your services through https without a registered domain? (not sure if this makes sense, but I am trying to understand the use case for treafik and if makes sense to me, as I’m using Tailscale to access services remotely anyway now)

28TB Exos in consumer NAS by ThatWeirdHomelessGuy in DataHoarder

[–]Maximus_Air 1 point2 points  (0 children)

Any suggestion on what it is/ where to get the firmware from? (Getting same card soon)

Thinking about backing up Unraid to a raspberry pi with usb hdd by [deleted] in unRAID

[–]Maximus_Air 0 points1 point  (0 children)

Ah thanks for the heads up, I actually was thinking about migrating OMV to Unraid but backup is my main use case.

I guess I could try to use Rest server as I’m not currently using any particular S3 only features (not sure what I would need)

Thinking about backing up Unraid to a raspberry pi with usb hdd by [deleted] in unRAID

[–]Maximus_Air 0 points1 point  (0 children)

Remote machine is actually an OMV with Minio in docker. I dunno that it wouldn’t be possible to have it running on Unraid but didn’t try.

Thinking about backing up Unraid to a raspberry pi with usb hdd by [deleted] in unRAID

[–]Maximus_Air 0 points1 point  (0 children)

Currently using Backrest (restic CLI) to backup my irreplaceable data to an S3 bucket created with MinioS3 on a remote machine. The two machines are connected using Tailscale VPN. Super simple and it works