Skip to content

Instantly share code, notes, and snippets.

@casparjones
Last active July 5, 2024 02:06
Show Gist options
  • Save casparjones/ce4c0d08c8acc177682c97dc5f677b52 to your computer and use it in GitHub Desktop.
Save casparjones/ce4c0d08c8acc177682c97dc5f677b52 to your computer and use it in GitHub Desktop.
Piwigo caprover
captainVersion: 4
services:
$$cap_appname:
image: linuxserver/piwigo:$$cap_piwigo_version
volumes:
- $$cap_appname-config-data:/config
- $$cap_appname-gallery-data:/gallery
restart: unless-stopped
environment:
PUID: 1000
PGID: 1000
TZ: Europe/Berlin
caproverOneClickApp:
variables:
- id: '$$cap_piwigo_version'
label: Pwigo App Version
defaultValue: '12.2.0'
description: Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/piwigo/tags
validRegex: "/.{1,}/"
instructions:
start: |-
Installation of piwigo starts
end: |-
$$cap_appname successfull installed
displayName: Piwigo
isOfficial: false ## Only if all images used here are official or from a trusted source.
description: Piwigo is open source photo management software. Manage, organize and share your photo easily on the web. Designed for organisations, teams and individuals.
documentation: https://piwigo.org/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment