removed owncloud and added filebrowser

This commit is contained in:
2023-12-05 19:47:48 -06:00
parent 9fbff72cbb
commit b3ca02ca33
2 changed files with 19 additions and 61 deletions

8
filebrowser/.filebrowser.json Executable file
View File

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