mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 05:09:18 -05:00
How to configure resources for Synology Services #498
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xdonu2x on GitHub (Jul 17, 2025).
Hi,
I want to setup a resource for synology notes. In my nginx, I have a notes.conf that redirects to https://nas.domain.tld/notes$request_uri. I have a separate nas.conf that translates the x.x.x.x:5001 to nas.domain.tld. How do I achieve the same thing in Pangolin? I don't have any way of setting the path after the ip:port
@Tuphal commented on GitHub (Jul 30, 2025):
you can directly map an port in Synology.
For example I'm doing it with the drive app:
Then you can directly forward the resource in Pangolin
@xdonu2x commented on GitHub (Jul 31, 2025):
Hi Tuphal,
Thanks a lot, this solved my problem. I have to write a middleware to redirect to the correct path but this is much cleaner 👍
@isibizi commented on GitHub (Oct 1, 2025):
Does anyone know, which rules the services of synology needed for SSO?
@Tuphal commented on GitHub (Oct 1, 2025):
I have Authentik running and used this tutorial successfully:
https://integrations.goauthentik.io/infrastructure/synology-dsm/
@isibizi commented on GitHub (Oct 1, 2025):
I want to use SSO from Pangolin, not another service that complicates my home lab.
@Tuphal commented on GitHub (Oct 1, 2025):
Pangolin as an SSO provider? This will not work.
Pangolins user management will block the domain access when not logged in pangolin. But it will NOT forward/authenticate with the synology login.
@isibizi commented on GitHub (Oct 1, 2025):
I think you misunderstood me. I want to use the Pangolin Platform SSO with my Synology mobile apps, such as Synology Photos. I don’t need Authentik as the SSO. When I activate Platform SSO in Pangolin, it doesn’t work with my mobile apps because the required rules are missing. For example, I have rules for Home Assistant, and the companion app works fine with these rules.