adding filebrowser role

This commit is contained in:
2025-05-22 15:39:00 +02:00
parent 69ae923d1b
commit b6c92a7a8d
7 changed files with 146 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"port": {{ fb_port }},
"baseURL": "",
"address": "{{ fb_address }}",
"log": "{{ fb_log_dir }}/filebrowser.log",
"database": "{{ fb_config_dir }}/filebrowser.db",
"root": "{{ fb_root }}"
}