75c740eac9
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser) | patch | `a6653eb` → `271ec82` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>filebrowser/filebrowser (docker.io/filebrowser/filebrowser)</summary> ### [`v2.63.17`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.63.17) [Compare Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.63.16...v2.63.17) #### Changelog - [`d76b7d1`](https://redirect.github.com/filebrowser/filebrowser/commit/d76b7d161099853f17e71b1327ce4545a30c27a2) chore(release): 2.63.17 - [`f30fca6`](https://redirect.github.com/filebrowser/filebrowser/commit/f30fca636c1af9ef401e9a82ff60391cb3db97e1) fix(share): delete exact directory share on trailing-slash delete (GHSA-pp88-jhwj-5qh5) - [`ec13054`](https://redirect.github.com/filebrowser/filebrowser/commit/ec130546713c44cd24556907552ac554c7f809c9) fix(share): stop exposing password hash and bypass token in share API (GHSA-833g-cqhp-h72j) - [`883a36f`](https://redirect.github.com/filebrowser/filebrowser/commit/883a36f02fcb69566a8628cb47f18fdc73348387) fix(auth): reject signup when normalized home dir collides (GHSA-7rc3-g7h6-22m7) - [`8503ba6`](https://redirect.github.com/filebrowser/filebrowser/commit/8503ba61ff51d48a7313896483d130eb6a5abfe0) fix(raw): neutralize backslashes in archive entry names (GHSA-83xp-526h-j3ww) - [`1fb05d6`](https://redirect.github.com/filebrowser/filebrowser/commit/1fb05d65de98f8dc341409f40d382297ca75bcf0) docs,cmd: warn about broad scope for self-signup users (GHSA-6759-996p-gpj6) - [`2472fbc`](https://redirect.github.com/filebrowser/filebrowser/commit/2472fbcd30502606feb11fbc8b8dc4f3803e6641) fix: normalize recursive listing paths to forward slashes ([#​6003](https://redirect.github.com/filebrowser/filebrowser/issues/6003)) - [`43a404c`](https://redirect.github.com/filebrowser/filebrowser/commit/43a404ca69bf25553bfbbb2b446f0f53077c6302) fix: match admin share paths by owner scope ([#​5992](https://redirect.github.com/filebrowser/filebrowser/issues/5992)) - [`d9cf2f0`](https://redirect.github.com/filebrowser/filebrowser/commit/d9cf2f0100d2c4892cad8e339eacca96df1aa5b6) fix: preserve SRT subtitle line breaks ([#​6002](https://redirect.github.com/filebrowser/filebrowser/issues/6002)) - [`6209f8f`](https://redirect.github.com/filebrowser/filebrowser/commit/6209f8fddd0f279b4d57571c0d5bb114affc1942) chore: update translations ([#​5990](https://redirect.github.com/filebrowser/filebrowser/issues/5990)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9maWxlYnJvd3NlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
43 lines
1003 B
YAML
43 lines
1003 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/filebrowser/filebrowser
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.63.17@sha256:271ec822a03112ee8d2fc7042e8434995dfa74421e6a48e031be68c88fcded1c
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env:
|
|
FB_ADDRESS: ""
|
|
FB_BASEURL: ""
|
|
FB_DATABASE: "/database/filebrowser.db"
|
|
FB_CONFIG: "/config/filebrowser.json"
|
|
FB_ROOT: "/data"
|
|
FB_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10187
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
database:
|
|
enabled: true
|
|
mountPath: /database
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|