filebrowser helm

No introduction found. Create it?

More popular helm chart found

filebrowser from bjw-s-labs/charts/ is more popular with 13 repositories.

Install

Install with:

helm repo add filebrowser oci://ghcr.io/bjw-s-labs/charts/
helm install filebrowser filebrowser/filebrowser -f values.yaml

Examples

See examples from other people.

Top Repositories (2 out of 6)

NameRepoStarsVersionTimestamp
filebrowserauricom/home-ops2054.6.211 days ago
filebrowseroscaromeu/home-ops314.6.215 days ago

Values

See the most popular values for this chart:

KeyTypes
route.app.hostnames[] (6)
- {{ .Release.Name }}.${SECRET_DOMAIN}
string
string
string
string
number
string
string
string
number
number
string
string
string
string
controllers.filebrowser.containers.app.image.tag (5)
v2.63.2@sha256:4dce87308b9f9cfbcf8d0a284fc9565d2b515530a6bae2d920b388161e093f26
string
string
string
string
string
string
string
number
string
string
boolean
boolean
string
boolean
boolean
number
string
number
number
number
number
boolean
boolean
number
string
number
number
number
number
boolean
string
boolean
string
string
string
string
string
controllers.filebrowser.containers.main.image.tag (1)
1.3.0-stable@sha256:d5d2cb23f49e9e0a77ab12dca92a2b1bcc5deb11d8ce3c23b2175297d4a1182b
string
boolean
boolean
number
string
number
number
number
number
boolean
boolean
number
string
number
number
number
number
string
string
string
boolean
string
boolean
number
string
number
number
boolean
string
string
string
string
number
string
number
boolean
number
string
number
string
string
string
string
string
boolean
string
string
persistence.data.path (1)
${NAS_SERVER_MEDIA_PATH}/Library
string
string
string
string
string
string
persistence.downloads.path (2)
/data/nvme/downloads
string
persistence.downloads.server (2)
nas-k8s.int.sbbh.cloud
string
string
boolean
string
persistence.backups.path (1)
/mnt/nas/data/backups
string
string
string
boolean
string
persistence.booklore.path (1)
/mnt/vol1/apps/booklore
string
string
string
boolean
string
persistence.bookstack.path (1)
/mnt/vol1/apps/bookstack
string
string
string
boolean
string
persistence.claude.path (1)
/mnt/vol1/home/claude
string
string
string
string
persistence.docs.path (1)
/mnt/nas/data/docs
string
string
string
string
persistence.grey.path (1)
/mnt/nas/data/work/grey
string
string
string
boolean
string
boolean
string
string
string
boolean
string
persistence.helene.path (1)
/mnt/vol1/home/helene
string
string
string
boolean
string
persistence.homelab-backups.path (1)
/mnt/vol1/apps/homelab_backups
string
string
string
string
persistence.lightroom.path (1)
/mnt/nas/data/shares/lightroom
string
string
string
string
string
string
string
persistence.media-hdd.server (1)
nas-k8s.int.sbbh.cloud
string
string
string
string
persistence.media-nvme.server (1)
nas-k8s.int.sbbh.cloud
string
string
boolean
string
string
string
string
boolean
string
persistence.music-transcoded.path (1)
/mnt/vol1/music_transcoded
string
string
string
boolean
string
string
string
string
boolean
string
persistence.paperless.path (1)
/mnt/vol1/apps/paperless
string
string
string
boolean
string
string
string
string
boolean
string
string
string
string
string
string
persistence.pub.server (1)
nas-k8s.int.sbbh.cloud
string
string
boolean
string
persistence.shared-documents.path (1)
/mnt/vol1/shared-documents
string
string
string
string
persistence.strata.path (1)
/mnt/nas/data/work/strata
string
string
string
string
persistence.users.path (1)
/mnt/nas/data/users
string
string
string
boolean
string
string
string
string
configMaps.config.data."config.yaml" (2)
server: database: /data/filebrowser.db cacheDir: /tmp/.cache numImageProcessors: 2 sources: - path: /mnt name: "Data Directory" config: defaultEnabled: true indexingIntervalMinutes: 5 - path: /mnt/work name: "Work Directory" config: denyByDefault: true - path: /mnt/home name: "Home Directory" config: createUserDir: true defaultUserScope: "/" private: true indexSqlConfig: walMode: true auth: adminUsername: sysadmin tokenExpirationHours: 24 methods: password: enabled: true # oidc: # Phase 2: uncomment and remove password block # enabled: true # clientId: filebrowser # issuerUrl: https://auth.${SECRET_DOMAIN}/application/o/filebrowser/ # scopes: email openid profile groups # userIdentifier: preferred_username # createUser: true userDefaults: fileLoading: maxConcurrentUpload: 5 uploadChunkSizeMb: 10
string