We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Piwigo refuses to start with the root user, which is provided in roles/piwigo/defaults/main.yml
Environment
git rev-parse --short HEAD
ansible --version
cat /etc/lsb-release
Expected behavior Piwigo starts
Actual behavior "please specify user and group other than root" in the logs of the docker container webpage gives a 502 error
Steps to reproduce run the playbook
Workaround change "piwigo_user_id" and "piwigo_group_id" in group_vars/nas.yml
The text was updated successfully, but these errors were encountered:
@AlanAndre thanks so much for documenting a workaround here! Just ran into this bug.
For others having trouble, just changing the two IDs Alan mentions from "0" to "1" did the trick for me to get Piwigo running.
Sorry, something went wrong.
Fix Piwigo startup and docs for davestephens#614
7917abd
5ee8109
Merge pull request #713
1aec019
Fix Piwigo startup and docs for #614
No branches or pull requests
Describe the bug
Piwigo refuses to start with the root user, which is provided in roles/piwigo/defaults/main.yml
Environment
git rev-parse --short HEAD
): "5886702a"ansible --version
on the machine you run the playbook from): 2.13.4cat /etc/lsb-release
on the Ansible-NAS box): Ubuntu 22.04.1 LTSExpected behavior
Piwigo starts
Actual behavior
"please specify user and group other than root" in the logs of the docker container
webpage gives a 502 error
Steps to reproduce
run the playbook
Workaround
change "piwigo_user_id" and "piwigo_group_id" in group_vars/nas.yml
The text was updated successfully, but these errors were encountered: