Open NorskNoobing opened 2 months ago
Additionally when using the image building instructions:
git clone https://github.com/jayden-chan/puggies.git
cd puggies
./docker-build.sh
it won't produce an image named jayden-chan/puggies:${TAG}
, as this is only when the image is publically listed on Dockerhub. The image is just named puggies
or puggies:latest
by default. The composefile docs should be updated to just have the image name of puggies:latest
when fixing the other issue listed in the post above.
I don't get the setup wizard on first boot, like what's mentioned on the configuration page:
https://github.com/NorskNoobing/puggies/blob/master/docs/Configuration.md#puggies_allow_self_signup
This can be circumvented by temporarily setting the self-signup env-var to true:
I'm unsure of what the initial setup wizard does, other than creating the admin user, and what implications it might have when it's not being run. I'd like to see either the documentation updated if the setup wizard is deprecated, or try to fix the setup wizard so it shows up on first boot.
After testing with self-registration, it seems that the first user that's created via self-signup is always assigned the
ADMIN
role, and any signups after that has no automatic role assignment. There should be more info on the initial setup page, that would help users through the process of temporarily enabling user registration, then optionally disabling it again.This leads me to believe that only the documentation has to be updated. Please correct me if I'm wrong :)