Skip to content

filebrowser File Browser

File Browser is a web file browser.

🛠 Installation

Default Port: 8080

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/filebrowser.sh)"
bash -c "$(wget -qLO - https://github.com/asylumexp/Proxmox/raw/main/ct/filebrowser.sh)"

âš™ Config

Make symlinks to repo.

Traefik

homelab/pve/traefik/conf.d/filebrowser.yaml
---
http:
 #region routers 
  routers:
    filebrowser:
      entryPoints:
        - "websecure"
      rule: "Host(`fb.l.nicholaswilde.io`)"
      middlewares:
        - default-headers@file
        - https-redirectscheme@file
      tls: {}
      service: filebrowser
#endregion
#region services
  services:
    filebrowser:
      loadBalancer:
        servers:
          - url: "http://192.168.2.98:8095"
        passHostHeader: true
#endregion

Task List

task: Available tasks for this project:
* backup:        Backup the application's volume data.
* decrypt:       Decrypt sensitive configuration files using SOPS.
* default:       List all available tasks.
* encrypt:       Encrypt sensitive configuration files using SOPS.
* export:        Export the task list to `task-list.txt`.
* init:          Initialize the application's environment and configuration files.
* pull:          Pull Docker images for the application.
* restart:       Restart the application's Docker containers.
* rm:            Remove container
* shell:         Shell
* status:        Check the status of the application's Docker containers.
* stop:          Stop the application's Docker containers.
* up:            Run Docker Compose in the foreground.
* up-d:          Run Docker Compose in the background.
* update:        Update the application or its running containers.
* upgrade:       Upgrade the application by pulling the latest changes and updating.
* watch:         Watch the application's Docker container logs.

🔗 References