Files
truecharts/charts/stable/fireshare/values.yaml
T
TrueCharts Bot 170f1c91d2 chore(deps): update container image shaneisrael/fireshare to v1.2.20@dcc3db5 by renovate (#24362)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [shaneisrael/fireshare](https://togithub.com/ShaneIsrael/fireshare) |
digest | `6afb83f` -> `dcc3db5` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOC40LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-07-26 02:33:30 +02:00

55 lines
1.1 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: shaneisrael/fireshare
tag: v1.2.20@sha256:dcc3db5472357897a71f3aa4bb51a9700ebde5bc732fb771344f0670ab2d8f1a
securityContext:
container:
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
env:
SECRET_KEY:
secretKeyRef:
name: fireshare-secrets
key: SECRET_KEY
MINUTES_BETWEEN_VIDEO_SCANS: 5
ADMIN_PASSWORD: "changeme"
# TODO ADD LDAP
# LDAP_ENABLE: false
# LDAP_URL: ""
# LDAP_BINDDN: ""
# LDAP_PASSWORD: ""
# LDAP_BASEDN: ""
# LDAP_USER_FILTER: ""
# LDAP_ADMIN_GROUP: ""
service:
main:
ports:
main:
port: 10287
protocol: http
targetPort: 80
persistence:
data:
enabled: true
mountPath: /data
processeddata:
enabled: true
mountPath: /processed
videos:
enabled: true
mountPath: /videos
portal:
open:
enabled: true