* chore(apps): move icons into the apps folder * rename to `icon.png` * replace solr image * remove `docs/` from gitignore * move app specific docs into app folder [skip ci] * fix some links * chore(apps): update image links temporary
36 lines
966 B
YAML
36 lines
966 B
YAML
apiVersion: v2
|
|
appVersion: "2022w6"
|
|
dependencies:
|
|
- name: common
|
|
repository: https://library-charts.truecharts.org
|
|
version: 10.2.1
|
|
- condition: postgresql.enabled
|
|
name: postgresql
|
|
repository: https://charts.truecharts.org/
|
|
version: 8.0.24
|
|
- condition: redis.enabled
|
|
name: redis
|
|
repository: https://charts.truecharts.org
|
|
version: 3.0.24
|
|
description: "A self-hosted open source photo management service."
|
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/librephotos
|
|
icon: https://truecharts.org/img/appicons/librephotos.png
|
|
keywords:
|
|
- photos
|
|
- gallery
|
|
kubeVersion: '>=1.16.0-0'
|
|
maintainers:
|
|
- email: info@truecharts.org
|
|
name: TrueCharts
|
|
url: https://truecharts.org
|
|
name: librephotos
|
|
sources:
|
|
- https://github.com/LibrePhotos/librephotos
|
|
- https://hub.docker.com/r/reallibrephotos/librephotos
|
|
version: 4.0.12
|
|
annotations:
|
|
truecharts.org/catagories: |
|
|
- media
|
|
truecharts.org/SCALE-support: "true"
|
|
truecharts.org/grade: U
|