Revert "Add shields to README"

This reverts commit bf5e9cdb00.
This commit is contained in:
Tyler Perkins 2023-12-26 23:00:51 -05:00
parent bf5e9cdb00
commit e3d6045626
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
1 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,6 @@
# Filebrowser
![Gitea Release](https://img.shields.io/gitea/v/release/Infrastructure/Filebrowser?gitea_url=https%3A%2F%2Fgit.clortox.com)
![Static Badge](https://img.shields.io/badge/Gitea-g?style=flat-square&logo=gitea&logoColor=black&labelColor=grey&color=blue&link=https%3A%2F%2Fgit.clortox.com%2FInfrastructure%2FFilebrowser)
![Static Badge](https://img.shields.io/badge/Github-g?style=flat-square&logo=github&logoColor=black&labelColor=grey&color=blue&link=https%3A%2F%2Fgithub.com%2FClortox%2FFilebrowser)
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.
@ -88,3 +85,8 @@ containers:
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).
However you can find a [github mirror](https://github.com/Clortox/Filebrowser) as well.