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).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/500
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.
<!-- gh-comment-id:2795593734 -->
@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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @daddeldash on GitHub (Apr 9, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/500
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