mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 21:30:36 -05:00
[GH-ISSUE #2352] [Documentation] Manual Installation / Docker Compose #8912
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 @ulab on GitHub (Jan 27, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2352
Describe the Bug
Following the Manual Installation / Docker Compose setup, I ran into a "404 Page not found" when navigating to the https://your-domain.com/auth/initial-setup.
While comparing the installer and manual configuration, I noticed the following differences:
docker-compose.ymllatestfor the imagesdynamic_config.yml- badgerinstead of spacestcp:sectiontraefik_config.ymlbadgerversionsemailin manual installation is missing quotesencodedCharacterssection is missing in manual installationping / entrypointhas two additional spaces in manual installation. I do think these matter in yml?I am not sure if any of these resulted in my issue, but I do feel the configuration should at least be identical between these two setups.
Environment
Debian 12
To Reproduce
Follow the above linked documentation for the manual installation.
Expected Behavior
A similar if not identical configuration.
@oschwartz10612 commented on GitHub (Jan 27, 2026):
Not sure if you have the time but a PR on the docs page would be awesome
to resolve this.
I will only say we use latest on the example because we want to avoid
the tags getting old / stale in the docs. But the badger version should
be up to date.
@ulab commented on GitHub (Jan 28, 2026):
I will give it a try, but it's my first look at the software, so I need someone to proofread :-).
I guess it's best to copy this over to docs-v2 and close this for now?
@ulab commented on GitHub (Jan 28, 2026):
Will push a PR to the right repository.
@oschwartz10612 commented on GitHub (Jan 28, 2026):
Thanks for doing this fix! 🙌