nanabox
nanabox copied to clipboard
No login, fast and free file uploading
โจ ยท Installation
๐ป โ Executable file:
-
Go to https://github.com/Axorax/nanabox/releases
-
Download a file according to your operating system.
๐ โ With Python:
- Download the source code or run (in terminal):
git clone https://github.com/Axorax/nanabox.git
- Change directory:
cd nanabox
- Install Python dependencies:
pip install -r requirements.txt
- Install JavaScript dependencies:
npm install
- Run the app in dev mode:
npm run dev
โ ยท File not uploading!
[!IMPORTANT] Nanabox uses other free third-party APIs to store the uploaded files. This does mean that the providers can use your uploaded content in any way they want so make sure to read their terms. You can change the API being used by clicking on
Select hostand changing it. Sometimes the APIs may go down then it won't work. You can also add your own API. For adding your own API, you need to provide a path that leads to the URL for the uploaded file in the JSON response, this is lambda. An example of it can belambda data: data['link']