2024-11-06 20:14:59 +13:00
{
2025-04-09 13:10:02 +02:00
"name" : "File Browser" ,
"slug" : "filebrowser" ,
2025-05-20 11:51:20 +02:00
"categories" : [
1 ,
11
] ,
2025-04-09 13:10:02 +02:00
"date_created" : "2024-05-02" ,
"type" : "addon" ,
2025-09-10 09:44:09 +02:00
"updateable" : true ,
2025-04-09 13:10:02 +02:00
"privileged" : false ,
"interface_port" : 8080 ,
"documentation" : null ,
"website" : "https://filebrowser.org/features" ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/file-browser.webp" ,
2025-04-24 11:49:40 +02:00
"config_path" : "" ,
2025-04-09 13:10:02 +02:00
"description" : "File Browser offers a user-friendly web interface for managing files within a designated directory. It allows you to perform various actions such as uploading, deleting, previewing, renaming, and editing files." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "tools/addon/filebrowser.sh" ,
"resources" : {
"cpu" : null ,
"ram" : null ,
"hdd" : null ,
"os" : null ,
"version" : null
}
2024-11-06 20:14:59 +13:00
} ,
2025-04-09 13:10:02 +02:00
{
"type" : "alpine" ,
"script" : "tools/addon/filebrowser.sh" ,
"resources" : {
"cpu" : null ,
"ram" : null ,
"hdd" : null ,
"os" : null ,
"version" : null
}
}
] ,
"default_credentials" : {
"username" : "admin" ,
"password" : "helper-scripts.com"
} ,
"notes" : [
{
"text" : "Execute within an existing LXC Console" ,
"type" : "warning"
}
]
2025-03-12 06:56:12 +01:00
}