Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willuhmjs/filelion
File storage software that allows you to access a folder on your PC from over the internet
https://github.com/willuhmjs/filelion
files server storage
Last synced: 8 days ago
JSON representation
File storage software that allows you to access a folder on your PC from over the internet
- Host: GitHub
- URL: https://github.com/willuhmjs/filelion
- Owner: willuhmjs
- License: apache-2.0
- Created: 2021-01-09T16:48:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-26T19:28:56.000Z (about 4 years ago)
- Last Synced: 2024-04-28T05:42:32.909Z (10 months ago)
- Topics: files, server, storage
- Language: HTML
- Homepage:
- Size: 877 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# filelion
FileLion is file storage software that allows you to access a folder on your PC from over the internet. For example, I use this software on my Raspberry Pi to access a USB stick, but you can use it for whatever storage needs you may have.## Technologies
The following frameworks and modules were used in the creation of this project
* Express
* EJS
* Cookie Parser
* Body Parser
* Bootstrap
and other obscure packages## Installation
To get started: Edit the config, then cd into the src folder and run:
```
npm install
node index.js
```## Credits
User Zytekaron helped with some code refractoring