Refactor/filebrowser (#3228)
* refactor(filebrowser): do not run with puid and pgid 911 * chore: bump filebrowser version
This commit is contained in:
parent
511c28150b
commit
4324985f3f
|
@ -5,14 +5,19 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8096,
|
"port": 8096,
|
||||||
"id": "filebrowser",
|
"id": "filebrowser",
|
||||||
"tipi_version": 3,
|
"tipi_version": 4,
|
||||||
"version": "s6",
|
"version": "s6",
|
||||||
"categories": ["utilities"],
|
"categories": [
|
||||||
|
"utilities"
|
||||||
|
],
|
||||||
"description": "Reliable and Performant File Management Desktop Sync and File Sharing\n Default credentials: admin / admin",
|
"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",
|
"short_desc": "Access your homeserver files from your browser",
|
||||||
"author": "filebrowser.org",
|
"author": "filebrowser.org",
|
||||||
"website": "https://filebrowser.org/",
|
"website": "https://filebrowser.org/",
|
||||||
"source": "https://github.com/filebrowser/filebrowser",
|
"source": "https://github.com/filebrowser/filebrowser",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"port": 80,
|
|
||||||
"baseURL": "",
|
|
||||||
"address": "",
|
|
||||||
"log": "stdout",
|
|
||||||
"database": "/database/filebrowser.db",
|
|
||||||
"root": "/srv"
|
|
||||||
}
|
|
|
@ -10,7 +10,9 @@ services:
|
||||||
- ${ROOT_FOLDER_HOST}/media:/srv/media
|
- ${ROOT_FOLDER_HOST}/media:/srv/media
|
||||||
- ${APP_DATA_DIR}/data/general:/srv/general
|
- ${APP_DATA_DIR}/data/general:/srv/general
|
||||||
- ${APP_DATA_DIR}/data/db:/database
|
- ${APP_DATA_DIR}/data/db:/database
|
||||||
- ${APP_DATA_DIR}/data/config:/config
|
environment:
|
||||||
|
- PUID=0
|
||||||
|
- PGID=0
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user