How to configure resources for Synology Services #498

Closed
opened 2025-11-13 12:02:30 -06:00 by GiteaMirror · 7 comments
Owner

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

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
Author
Owner

@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:

Image

Then you can directly forward the resource in Pangolin

@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: <img width="936" height="768" alt="Image" src="https://github.com/user-attachments/assets/acdbcc7e-18c7-46cb-bde5-e71631596725" /> Then you can directly forward the resource in Pangolin
Author
Owner

@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 👍

@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 👍
Author
Owner

@isibizi commented on GitHub (Oct 1, 2025):

Does anyone know, which rules the services of synology needed for SSO?

@isibizi commented on GitHub (Oct 1, 2025): Does anyone know, which rules the services of synology needed for SSO?
Author
Owner

@Tuphal commented on GitHub (Oct 1, 2025):

I have Authentik running and used this tutorial successfully:
https://integrations.goauthentik.io/infrastructure/synology-dsm/

@Tuphal commented on GitHub (Oct 1, 2025): I have Authentik running and used this tutorial successfully: [https://integrations.goauthentik.io/infrastructure/synology-dsm/](https://integrations.goauthentik.io/infrastructure/synology-dsm/)
Author
Owner

@isibizi commented on GitHub (Oct 1, 2025):

I want to use SSO from Pangolin, not another service that complicates my home lab.

@isibizi commented on GitHub (Oct 1, 2025): I want to use SSO from Pangolin, not another service that complicates my home lab.
Author
Owner

@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.

@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.
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#498