diff --git a/README.md b/README.md index 2df7c25..43cbc5f 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,9 @@ These are projects that are not supported in this repo and the alternative: 1. [Portainer](https://www.portainer.io/) - Popular Docker management platform with UI, role-based access, and orchestration features. *Preferred alternative: Dockhand (not linked) - lighter-weight and preferred by the user.* +1. [Piwigo](https://piwigo.org/) - Self-hosted photo gallery and management software. + *Preferred alternative: [Immich](https://immich.app/) - modern photo and video management with mobile app, ML-powered search, and face recognition.* + 1. [Upscayl](https://upscayl.org/) — AI image upscaling tool for enhancing image resolution. *Preferred alternative: [InvokeAI](https://invoke-ai.github.io/) - full generative AI suite with upscaling and image generation workflows.* diff --git a/piwigo_dev/README.md b/piwigo_dev/README.md deleted file mode 100644 index 2142703..0000000 --- a/piwigo_dev/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# piwigo - -Last Updated: Thu August 08, 2024 14:13:59 PDT - -## Overview -Docker Hub: https://hub.docker.com/r/linuxserver/piwigo/tags/ -Project: https://piwigo.org/ -Docker Compose Example: https://hub.docker.com/r/linuxserver/piwigo -Proxy Port: 80 \ No newline at end of file diff --git a/piwigo_dev/docker-compose.yml b/piwigo_dev/docker-compose.yml deleted file mode 100644 index 1a5cc2f..0000000 --- a/piwigo_dev/docker-compose.yml +++ /dev/null @@ -1,11 +0,0 @@ -services: - piwigo: - image: ${PIWIGO_IMAGE:-lscr.io/linuxserver/piwigo:latest} - restart: unless-stopped - environment: - - PUID=${PIWIGO_PUID:-1000} - - PGID=${PIWIGO_PGID:-1000} - - TZ=${TZ:-America/Vancouver} - volumes: - - ${VOL_PATH:-./data}/piwigo:/config - - ${VOL_PATH:-./data}/gallery:/gallery diff --git a/piwigo_dev/sample.env b/piwigo_dev/sample.env deleted file mode 100644 index aa00fac..0000000 --- a/piwigo_dev/sample.env +++ /dev/null @@ -1,9 +0,0 @@ - -COOKBOOK=/git/docker-compose-cookbooks #HELP: cookbooks -TZ=America/Vancouver -VOL_PATH=./data #HELP: volpath - -# piwigo -PIWIGO_IMAGE=lscr.io/linuxserver/piwigo:latest -PIWIGO_PUID=1000 -PIWIGO_PGID=1000 \ No newline at end of file