WARNING! DO NOT DEPLOY ON WEBSITE/SERVER! This app was intended for local-use, as such no authentication system is implemented.
A BunnyCDN unofficial Web Interface to ease with image hosting (imgBox like). The idea is to directly upload image(s) and get the link tag.
Clone the project
git clone https://github.com/Faralha/BunnyCDN-ImageBox.gitGo to the project directory
cd BunnyCDN-ImageBoxInstall dependencies
npm installConfigure .env variables (explanations below)
SECRET :
REGION :
STORAGE_API :
STORAGE_NAME :
PULL_ZONES :Start the server
node .To run this project, you will need to add the following environment variables to your .env file
SECRET : any random letters will do
REGION : your Storage Zone main Region. (ex. SG for Singapore)
STORAGE_API : Storage API Keys/Password, NOT ACCOUNT API KEYS (keys differ with each Storage Zones.)
STORAGE_NAME : The name of Storage Zone which you will use
PULL_ZONES : Pull Zones which assigned to your Storage Zones
- Retrieve Folders
- Upload directly to Storage Zones
- Create links from uploaded files
- File Explore (coming soon)