More configuration endpoints via API #228

Closed
opened 2025-11-13 11:53:42 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @daddeldash on GitHub (Apr 9, 2025).

Hi,
I stumbled over this project and instantly fell in love with it. I integrated it into my docker swarm homelab to replace the cloudflare tunnel and just keep my data in my hand. After timbering around for just a time, I was aware that the configuration options via ansible are very limited when it comes to API requests.
Do you plan to extend the API endpoints in the near future? What I really do need are the options to list, create and delete (and maybe modify) resources, organizations and domains.

Originally created by @daddeldash on GitHub (Apr 9, 2025). Hi, I stumbled over this project and instantly fell in love with it. I integrated it into my docker swarm homelab to replace the cloudflare tunnel and just keep my data in my hand. After timbering around for just a time, I was aware that the configuration options via ansible are very limited when it comes to API requests. Do you plan to extend the API endpoints in the near future? What I really do need are the options to list, create and delete (and maybe modify) resources, organizations and domains.
Author
Owner

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

Hello! Glad you are liking the platform!

Those api endpoints are actually available but just not documented. Take a look at:
https://github.com/fosrl/pangolin/blob/main/server/routers/resource/createResource.ts
https://github.com/fosrl/pangolin/blob/main/server/routers/resource/listResources.ts

@oschwartz10612 commented on GitHub (Apr 11, 2025): Hello! Glad you are liking the platform! Those api endpoints are actually available but just not documented. Take a look at: https://github.com/fosrl/pangolin/blob/main/server/routers/resource/createResource.ts https://github.com/fosrl/pangolin/blob/main/server/routers/resource/listResources.ts
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#228
No description provided.