This PR contains the following updates: | Package | Update | Change | |---|---|---| | machines/filestash | digest | `195be71` -> `b778834` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDkuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQwOS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
41 lines
758 B
YAML
41 lines
758 B
YAML
image:
|
|
repository: machines/filestash
|
|
tag: latest@sha256:b77883478fe1434a0854e40df88ca6f0b762f1a9bbaa753b0dbe75636eab3268
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 8334
|
|
port: 8334
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
APPLICATION_URL: "http://localhost:8334"
|
|
GDRIVE_CLIENT_ID: ""
|
|
GDRIVE_CLIENT_SECRET: ""
|
|
DROPBOX_CLIENT_ID: ""
|
|
ONLYOFFICE_URL: ""
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /app/data/state
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|