Free, open source and privacy friendly file host.
We created HiberFile to make it easy for casual users to share large files (up to 50GB). HiberFile is a free, convenient, fast and secure platform.
- Node.js and npm installed on your computer.
-
Clone the repository:
git clone https://github.com/hiberfile/hiberfile.git
-
Install dependancies:
cd hiberfile && npm install
-
Create the .env file and edit it (here is an example):
cp .env.example .env [OPTIONAL] nano .env
Note that you can use your favorite editor instead of
nano
, likevi
ormcedit
. -
Launch the dev server (optional):
npm run dev
-
Build and deploy:
npm run build && npm run generate && npm run start
If you are interested in helping contribute to HiberFile, feel free to open a pull request.
If you are fluent in a non-English or non-French language, we greatly appreciate any help translating our website in other languages.
© 2021 HiberFile Team
This project is GPL-3.0 licensed.