Skip to content

AppJail-makejails/filebrowser-quantum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Browser Quantum

FileBrowser Quantum is a massive fork of the file browser open-source project with the following changes:

  1. Multiple sources support
  2. Login support for OIDC, password, and proxy.
  3. Revamped UI
  4. Simplified configuration via config.yaml config file.
  5. Ultra-efficient indexing and real-time updates
    • Real-time search results as you type.
    • Real-time monitoring and updates in the UI.
    • Search supports file and folder sizes, along with various filters.
  6. Better listing browsing
    • More file type previews, such as office and video file previews
    • Instantly switches view modes and sort order without reloading data.
    • Folder sizes are displayed.
    • Navigating remembers the last scroll position.
  7. Developer API support
    • Ability to create long-lived API Tokens.
    • A helpful Swagger page is available at /swagger endpoint for API enabled users.

github.com/gtsteffaniak/filebrowser

filebrowser quantum logo

How to use this Makejail

Basic usage

appjail makejail \
    -j filebrowser-quantum \
    -f gh+AppJail-makejails/filebrowser-quantum \
    -o virtualnet=":<random> default" \
    -o nat \
    -o expose=8080
appjail start filebrowser-quantum

Arguments

  • filebrowser_quantum_tag (default: 13.5): see #tags.
  • filebrowser_quantum_ajspec (default: gh+AppJail-makejails/filebrowser-quantum): Entry point where the appjail-ajspec(5) file is located.
  • filebrowser_quantum_conf (default: files/filebrowser-quantum.yml): Configuration file.

Check current status

The custom stage filebrowser_quantum_status can be used to run top(1) to check the status of File Browser Quantum.

appjail run -s filebrowser_quantum_status filebrowser-quantum

Log

To view the log generated by the web application, run the custom stage filebrowser_quantum_log.

appjail run -s filebrowser_quantum_log filebrowser-quantum

Volumes

Name Owner Group Perm Type Mountpoint
filebrowser-quantum-data 1001 1001 - - /data
filebrowser-quantum-db 1001 1001 - - /var/db/filebrowser-quantum
filebrowser-quantum-log 1001 1001 - - /var/log/filebrowser-quantum

Tags

Tag Arch Version Type filebrowser_quantum_version
13.5 amd64 13.5-RELEASE thin 0.7.2-beta
14.2 amd64 14.2-RELEASE thin 0.7.2-beta

About

Stylish web-based file browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%