mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-22 09:32:36 -05:00
[GH-ISSUE #948] Headless/declarative setup (no dashboard) #16684
Reference in New Issue
Block a user
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 @dystopiandev on GitHub (Jun 20, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/948
I've noticed the recommended way to programmatically setup pangolin is via the integration api, and that works with an api key, which one must logon to the admin dash to create. If it were possible to provide some init/seed data for sites, resources, etc, that would make it easier to provision in IaC.
Is it possible or planned to have pangolin setup entirely with no usage of the web ui, or have I missed a guide in the docs for achieving exactly this?
@oschwartz10612 commented on GitHub (Jun 22, 2025):
Yes I think this is something we are interested in doing! Maybe something like a CDK that orchestrates the API or other declarative setups. This might come at some point. I am going to move this to a discussions so other people can upvote.