Refactor/filebrowser (#3228)

* refactor(filebrowser): do not run with puid and pgid 911

* chore: bump filebrowser version
This commit is contained in:
Stavros 2024-04-24 12:36:58 +03:00 committed by GitHub
parent 511c28150b
commit 4324985f3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 12 deletions

View File

@ -5,14 +5,19 @@
"exposable": true,
"port": 8096,
"id": "filebrowser",
"tipi_version": 3,
"tipi_version": 4,
"version": "s6",
"categories": ["utilities"],
"categories": [
"utilities"
],
"description": "Reliable and Performant File Management Desktop Sync and File Sharing\n Default credentials: admin / admin",
"short_desc": "Access your homeserver files from your browser",
"author": "filebrowser.org",
"website": "https://filebrowser.org/",
"source": "https://github.com/filebrowser/filebrowser",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

@ -1,8 +0,0 @@
{
"port": 80,
"baseURL": "",
"address": "",
"log": "stdout",
"database": "/database/filebrowser.db",
"root": "/srv"
}

View File

@ -10,7 +10,9 @@ services:
- ${ROOT_FOLDER_HOST}/media:/srv/media
- ${APP_DATA_DIR}/data/general:/srv/general
- ${APP_DATA_DIR}/data/db:/database
- ${APP_DATA_DIR}/data/config:/config
environment:
- PUID=0
- PGID=0
networks:
- tipi_main_network
labels: