[GH-ISSUE #1077] How to configure resources for Synology Services #6547

Closed
opened 2026-04-25 15:27:02 -05:00 by GiteaMirror · 7 comments
Owner

Originally created by @xdonu2x on GitHub (Jul 17, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1077

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). Original GitHub issue: https://github.com/fosrl/pangolin/issues/1077 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

<!-- gh-comment-id:3135275607 --> @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 👍

<!-- gh-comment-id:3140000843 --> @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?

<!-- gh-comment-id:3355626884 --> @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/

<!-- gh-comment-id:3355682666 --> @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.

<!-- gh-comment-id:3355809798 --> @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.

<!-- gh-comment-id:3355856211 --> @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.

<!-- gh-comment-id:3355940001 --> @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#6547