Skip to content

Instantly share code, notes, and snippets.

@casparjones
Created January 18, 2022 19:05
Show Gist options
  • Save casparjones/79b776b43c47da657a2e4a1e6609fa52 to your computer and use it in GitHub Desktop.
Save casparjones/79b776b43c47da657a2e4a1e6609fa52 to your computer and use it in GitHub Desktop.
Lychee Caprover
captainVersion: 4
services:
$$cap_appname:
image: lycheeorg/lychee:$$cap_lychee_version
volumes:
- $$cap_appname-conf-data:/conf
- $$cap_appname-uploads-data:/uploads
- $$cap_appname-sym-data:/sym
restart: unless-stopped
environment:
PUID: 1000
PGID: 1000
TZ: Europe/Berlin
caproverOneClickApp:
variables:
- id: '$$cap_lychee_version'
label: Lychee App Version
defaultValue: 'latest'
description: Check out their Docker page for the valid tags https://hub.docker.com/r/lycheeorg/lychee/tags
validRegex: "/.{1,}/"
instructions:
start: |-
Installation of lychee starts
end: |-
$$cap_appname successfull installed
displayName: Lychee
isOfficial: false ## Only if all images used here are official or from a trusted source.
description: A great looking and easy-to-use photo-management-system you can run on your server, to manage and share photos.
documentation: https://lycheeorg.github.io/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment