Skip to content

Commit

Permalink
feat: add lychee
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Breuer <fbreuer@pm.me>
  • Loading branch information
breuerfelix committed Mar 28, 2024
1 parent 3bae481 commit 99b3b28
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Chart.lock
*.tgz
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# helm-charts

```bash
helm repo add breuerfelix https://breuerfelix.github.io/helm-charts
helm repo update
```
9 changes: 9 additions & 0 deletions charts/lychee/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: v2
name: lychee
description: A great looking and easy-to-use photo-management-system.
version: 0.0.1
appVersion: v4.11.1
dependencies:
- name: template
version: 0.0.3
repository: https://breuerfelix.github.io/helm-charts
28 changes: 28 additions & 0 deletions charts/lychee/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
template:
name: lychee

image:
name: lycheeorg/lychee
tag: 5.1.2

volumes:
- name: uploads
path: /uploads
size: 50Gi
- name: conf
size: 1Gi
path: /conf

env:
- name: APP_NAME
value: lychee
- name: APP_URL
value: https://lychee.example.com
- name: PHP_TZ
value: Europe/Berlin
- name: DB_CONNECTION
value: sqlite
- name: ADMIN_USER
value: admin
- name: ADMIN_PASSWORD
value: admin

0 comments on commit 99b3b28

Please sign in to comment.