Skip to content

beclab/files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cf9e00e · Apr 24, 2025

History

89 Commits
Mar 28, 2025
Mar 28, 2025
Apr 24, 2025
Apr 28, 2024
Mar 11, 2025
Apr 28, 2024
Mar 13, 2025
Mar 13, 2025
Apr 28, 2024
Apr 28, 2024
Mar 28, 2025
Mar 11, 2025

Repository files navigation

files

A file manager for Terminus

Installation

  • Install node in you system, You can check if you have node installed by running this code in your terminal

    node -v

    if it's not there, you can install from this site Node JS

  • Clone the repo

    git clone https://github.com/beclab/files.git
  • Navigate to the files/ folder Then start the server

    ./filebrowser --noauth
    # Output:
    Listening on 127.0.0.1:8110
  • Navigate to the frontend/ folder

    cd packages/frontend

    Then install all the dependencies

    npm i

    Then start the server

    quasar dev
    #Output:
    Opening default browser at http://localhost:8100/