From e3d6045626483733c257d9f1b79edf94c5c82acd Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Tue, 26 Dec 2023 23:00:51 -0500 Subject: [PATCH] Revert "Add shields to README" This reverts commit bf5e9cdb00b1dd5966175eb1fe78e57ac62ea126. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c39fd4f..fc98b6a 100644 --- a/README.md +++ b/README.md @@ -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.