mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-05 19:17:29 -06:00
More configuration endpoints via API #228
Reference in New Issue
Block a user
No description provided.
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 @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.
@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