https://github.com/beclab/files
https://github.com/beclab/files
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beclab/files
- Owner: beclab
- License: other
- Created: 2024-04-28T13:49:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-26T14:02:28.000Z (6 months ago)
- Last Synced: 2025-12-27T19:20:13.288Z (6 months ago)
- Language: Go
- Size: 5.25 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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
```bash
node -v
```
if it's not there, you can install from this site Node JS
- Clone the repo
```bash
git clone https://github.com/beclab/files.git
```
- Navigate to the `files/` folder
Then start the server
```bash
./filebrowser --noauth
```
```bash
# Output:
Listening on 127.0.0.1:8110
```
- Navigate to the `frontend/` folder
```bash
cd packages/frontend
```
Then install all the dependencies
```bash
npm i
```
Then start the server
```bash
quasar dev
```
```bash
#Output:
Opening default browser at http://localhost:8100/
```