Pages: 1
Hello/Hi/Greetings,
I am stuck at the instalation screen in unRaid docker. I have spent literally hours with chatGPT and google trying to get it to install. I have set all passwords users and database names to piwigo just to simplify things until I get this installed. I have MariaDB_Oficial installed with docker, seems to be running fine. Got one warning about swap size limit.
If you can help me I would be so gratefull. I don;t want to have to use Plex for photo managment! :)
This is my MariaDB docker
docker run
-d
--name='MariaDB-Official'
--net='bridge'
--pids-limit 2048
-e TZ="America/Los_Angeles"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="OllyWorld"
-e HOST_CONTAINERNAME="MariaDB-Official"
-e 'MARIADB_RANDOM_ROOT_PASSWORD'=''
-e 'MARIADB_DATABASE'='piwigo'
-e 'MARIADB_USER'='piwigo'
-e 'MARIADB_PASSWORD'='piwigo'
-e 'MARIADB_ROOT_PASSWORD'='piwigo'
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.icon='https://github.com/mgutt/unraid-docker-templates/raw/main/mgutt/images/mariadb.png'
-p '3306:3306/tcp'
-v '/mnt/user/appdata/mariadb-official/data':'/var/lib/mysql':'rw'
-v '/mnt/user/appdata/mariadb-official/config':'/etc/mysql/conf.d':'rw'
--user=99:100
--memory=2G 'mariadb'
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
689559176e6c58056eda399023a415963042e115328d1bfc964def2e6804ed33
This is my Piwigo:
docker run
-d
--name='piwigo'
--net='bridge'
--pids-limit 2048
-e TZ="America/Los_Angeles"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="OllyWorld"
-e HOST_CONTAINERNAME="piwigo"
-e 'PUID'='99'
-e 'PGID'='100'
-e 'UMASK'='022'
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='http://[IP]:[PORT:80]'
-l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/piwigo-logo.png'
-p '8082:80/tcp'
-v '/mnt/user/Media/':'/gallery':'rw'
-v '/mnt/user/appdata/piwigo':'/config':'rw' 'lscr.io/linuxserver/piwigo'
adaa8778dd778e2311bb9841d8e3fadf4380b6d91fd33c9a7da2d93839181540
Last edited by Dalas (2024-12-29 04:57:04)
Offline
I just went through this same today, i think what fixed it was to remove the Piwigo from docker and delete the appdata file for it also. Reinstall, clearing the Yes for the random password and then entering the root password, in your case "piwigo" I had to select show more settings on the template page to get there. Then install.
I think if you install it with a random password, it seems to get stuck in the appdata, even reinstalling, unless you totally clear it out. Hopefully that works does it for you, I chased myself around for some time also on this and it did finally work.
Offline
Thanks very much for the reply! I am excited to try your suggestion. Will let you know how it goes!
Offline
Well it worked! Thanks so much for sharing your fix! I'm off to enjoy the software now!!
Offline
Pages: 1