38e5ac1e76
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [shaneisrael/fireshare](https://togithub.com/ShaneIsrael/fireshare) | patch | `v1.2.19` -> `v1.2.20` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>ShaneIsrael/fireshare (shaneisrael/fireshare)</summary> ### [`v1.2.20`](https://togithub.com/ShaneIsrael/fireshare/releases/tag/v1.2.20) [Compare Source](https://togithub.com/ShaneIsrael/fireshare/compare/v1.2.19...v1.2.20) #### What's Changed - Add support for 127.0.0.1 alongside localhost when getting relative URLs by [@​JackBailey](https://togithub.com/JackBailey) in [https://github.com/ShaneIsrael/fireshare/pull/248](https://togithub.com/ShaneIsrael/fireshare/pull/248) - Update greenlet version for Python 3.11+ support by [@​JackBailey](https://togithub.com/JackBailey) in [https://github.com/ShaneIsrael/fireshare/pull/247](https://togithub.com/ShaneIsrael/fireshare/pull/247) - Update docker-compose.yml by [@​ShaneIsrael](https://togithub.com/ShaneIsrael) in [https://github.com/ShaneIsrael/fireshare/pull/251](https://togithub.com/ShaneIsrael/fireshare/pull/251) - Disable nginx sendfile by [@​ShaneIsrael](https://togithub.com/ShaneIsrael) in [https://github.com/ShaneIsrael/fireshare/pull/255](https://togithub.com/ShaneIsrael/fireshare/pull/255) #### New Contributors - [@​JackBailey](https://togithub.com/JackBailey) made their first contribution in [https://github.com/ShaneIsrael/fireshare/pull/248](https://togithub.com/ShaneIsrael/fireshare/pull/248) **Full Changelog**: https://github.com/ShaneIsrael/fireshare/compare/v1.2.19...v1.2.20 </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
55 lines
1.1 KiB
YAML
55 lines
1.1 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: shaneisrael/fireshare
|
|
tag: v1.2.20@sha256:6afb83f4672748e5db97ed520106cb183a7c2c0892b1ffc4dff5928ba2e6590a
|
|
|
|
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
|