Compare commits

...

6 Commits

Author SHA1 Message Date
Tyler Perkins 22d319892e
Update README to reflect real usage 2024-04-05 21:34:52 -04:00
Tyler Perkins f509d2fa9f
Add build badge 2024-03-30 16:15:17 -04:00
Tyler Perkins e3d6045626
Revert "Add shields to README"
This reverts commit bf5e9cdb00.
2023-12-26 23:00:51 -05:00
Tyler Perkins bf5e9cdb00
Add shields to README 2023-12-26 23:00:03 -05:00
Tyler Perkins ecec823195
Add release badge 2023-12-23 20:32:26 -05:00
Tyler Perkins 255d785c2f
Update README to include docs on authentik 2023-12-23 20:25:02 -05:00
1 changed files with 9 additions and 7 deletions

View File

@ -1,5 +1,8 @@
# Filebrowser
![Gitea Release](https://img.shields.io/gitea/v/release/Infrastructure/Filebrowser?gitea_url=https%3A%2F%2Fgit.clortox.com)
[![Build Status](https://drone.clortox.com/api/badges/Infrastructure/Filebrowser/status.svg)](https://drone.clortox.com/Infrastructure/Filebrowser)
An specfic contianer build of [filebrowser](https://filebrowser.org) that allows for some configuration using environment variables.
Intended to be used as a sidecar for kubernetes pods.
@ -44,9 +47,8 @@ secrets in a [kubernetes secret](https://kubernetes.io/docs/concepts/configurati
containers:
- name: filebrowser
image: git.clortox.com/infrastructure/filebrowser:latest
securityContext:
runAsUser: 1000
runAsGroup: 1000
ports:
- containerPort: 80
env:
- name: ADMIN_PASS
value: "admin"
@ -78,12 +80,12 @@ containers:
value: "false"
volumeMounts:
- name: volume-name
mountPath: /path/to/mount
mountPath: /srv
```
Note however that if you want to use a reverse proxy like [Authentik](https://goauthentik.io) for your authentication,
you will need to update the [auth method](https://filebrowser.org/configuration/authentication-method#proxy-header)
## Mirrors
This repository is activly maintained on my [gitea](https://git.clortox.com/Infrastructure/Filebrowser).