remove piwigo_dev, note immich as preferred alternative

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
code
2026-07-14 21:11:29 +00:00
co-authored by Claude Fable 5
parent 9647c42754
commit 15be7a33c4
4 changed files with 3 additions and 29 deletions
+3
View File
@@ -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.*
-9
View File
@@ -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
-11
View File
@@ -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
-9
View File
@@ -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