mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
remove piwigo_dev, note immich as preferred alternative
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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.
|
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.*
|
*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.
|
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.*
|
*Preferred alternative: [InvokeAI](https://invoke-ai.github.io/) - full generative AI suite with upscaling and image generation workflows.*
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user