mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 14:47:04 -05:00
[GH-ISSUE #1163] Installer script automatically starts with "no" option #8552
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 @gitmotion on GitHub (Jul 29, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1163
Originally assigned to: @miloschwartz on GitHub.
Hey there! been using pangolin and have been loving it! wanted to introduce it to internal homelab use with the installer script and with a test I noticed that the prompt:
Would you like to install and start the containers? (yes/no) (default: yes): nostill starts the containers even thoughnowas entered. (at least it was for me 🙏🏻)for this use case I wanted to include a CLOUDFLARE_DNS_API_TOKEN to the traefik
docker-compose.ymlportion, prefer wildcard certs, and utilize DNS challenge instead of the default http (before starting up pangolin)I suppose the quick workaround would be to cancel process while docker is downloading the images since it looks like the directories and files all exist by that point?
Not a huge deal but would be nice to include these in the installer
nooption to actually not start up (maybe with a disclaimer to rundocker compose upwhen ready)/config/config.yamlTest Installation:
Of course, I could be missing something on my end so feel free to let me know if that was the case!
Thanks for the great work! 🙌🏻
@oschwartz10612 commented on GitHub (Aug 26, 2025):
I think this works in 1.9.0!