Piwigo on OMV5 via Portainer - Quick Install

  • When I attempted the install at myhost:8125 and submit the page I, also, got a http 500. I used to manage this issue by updating the portainer stack in the editor to this one below :



    Are those volumes LITERAL or you just hidden your UUID?

    For the record, NO ONE will be able to hack your OMV by knowing the UUIDs of the drives


    And, since your post is a bit vague, are you able to connect to piwigo or are you asking something?

  • Are those volumes LITERAL or you just hidden your UUID?

    For the record, NO ONE will be able to hack your OMV by knowing the UUIDs of the drives


    And, since your post is a bit vague, are you able to connect to piwigo or are you asking something?

    I no longer have the HTTP 500 error with the updated stack I posted here. Everything works well with this stack. I was able to install and to connect to piwigo. And I've, indeed, hidden my UUID.

    • Official Post

    I no longer have the HTTP 500 error with the updated stack I posted here. Everything works well with this stack. I was able to install and to connect to piwigo.

    That didn't really answer his question (regarding your paths).

    • Official Post

    I no longer have the HTTP 500 error with the updated stack I posted here. Everything works well with this stack. I was able to install and to connect to piwigo. And I've, indeed, hidden my UUID.

    I have no idea why people are obsessed with hiding their UUID's, but this point in asking was legitimate. You'd be amazed how many new folks here have used exactly what you put as their path because that is what they saw in a how to, tutorial, etc.

  • I am getting "502 Bad Gateway" Nginx Error


    services:

    piwigo:

    image: linuxserver/piwigo

    container_name: piwigo

    environment:

    - PUID=966 ##change to your user id. It cannot be the root user

    - PGID=100 ##change to your user group ID

    - TZ=America/Los_Angeles

    volumes:

    - /srv/local-disk-by-label-Files2-myraid/media/piwigo:/config ##this is the omv shared folders absolute path to where you have your media

    ports:

    - 8125:80

    restart: unless-stopped


    mariadb:

    image: linuxserver/mariadb

    container_name: piwidb

    environment:

    - PUID=966 ##change to your user id. I use root since I am on a closed system

    - PGID=100 ##change to your user group ID. Again I use root since I am on a closed system

    - MYSQL_ROOT_PASSWORD=whatever_you_want ##set a password

    - TZ=America/Los_Angeles

    - MYSQL_DATABASE=piwigo

    - MYSQL_USER=piwigo

    - MYSQL_PASSWORD=piwigo

    volumes:

    - /srv/local-disk-by-label-Files2-myraid/appdata/piwidb:/config ##point this to your omv5 shared folders absolute path

    ports:

    - 3315:3306

    restart: unless-stopped

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!