[GH-ISSUE #492] Option for non-HTTP resources not showing in the "Create Resource" dialog #3420

Closed
opened 2026-04-20 07:22:20 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @Viduct on GitHub (Apr 8, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/492

Hello,

I was able to set up the Pangolin stack and everything (including my services) seems to work just fine, but for some reason I am only able to create HTTP resources:

Image

I already went step-by-step through your documentation (https://docs.fossorial.io/Pangolin/tcp-udp). Is there anything else I needed to enable raw UDP/TCP resources?

Versions:
Pangolin: 1.2.0
Gerbil: 1.0.0
Traefik: 3.3.5
Badger: 1.1.0
Newt: 1.1.3

Originally created by @Viduct on GitHub (Apr 8, 2025). Original GitHub issue: https://github.com/fosrl/pangolin/issues/492 Hello, I was able to set up the Pangolin stack and everything (including my services) seems to work just fine, but for some reason I am only able to create HTTP resources: ![Image](https://github.com/user-attachments/assets/4d79e664-7ed2-4bdb-bb70-fe1f12bdbaec) I already went step-by-step through your documentation (https://docs.fossorial.io/Pangolin/tcp-udp). Is there anything else I needed to enable raw UDP/TCP resources? Versions: Pangolin: 1.2.0 Gerbil: 1.0.0 Traefik: 3.3.5 Badger: 1.1.0 Newt: 1.1.3
Author
Owner

@oschwartz10612 commented on GitHub (Apr 9, 2025):

Make sure you have allow_raw_resources set to true in your config.yml.

flags:
  require_email_verification: false
  disable_signup_without_invite: false
  disable_user_create_org: false
  allow_raw_resources: true
<!-- gh-comment-id:2787933384 --> @oschwartz10612 commented on GitHub (Apr 9, 2025): Make sure you have `allow_raw_resources` set to `true` in your `config.yml`. ``` flags: require_email_verification: false disable_signup_without_invite: false disable_user_create_org: false allow_raw_resources: true ```
Author
Owner

@Viduct commented on GitHub (Apr 9, 2025):

Ah, that's it. Thanks!

A note about this config property in the documentation would be helpful (https://docs.fossorial.io/Pangolin/tcp-udp)

<!-- gh-comment-id:2790013885 --> @Viduct commented on GitHub (Apr 9, 2025): Ah, that's it. Thanks! A note about this config property in the documentation would be helpful (https://docs.fossorial.io/Pangolin/tcp-udp)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#3420