Skip to content

BunnyCDN ImageBox that lets you upload, manage, and retrieve image links natively. (Primarily used for image hosting/box)

Notifications You must be signed in to change notification settings

Faralha/BunnyCDN-ImageBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WARNING! DO NOT DEPLOY ON WEBSITE/SERVER! This app was intended for local-use, as such no authentication system is implemented.

BunnyCDN ImgBox

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.

Screenshot 2024-07-10 202953 image

Run Locally

Clone the project

  git clone https://github.com/Faralha/BunnyCDN-ImageBox.git

Go to the project directory

  cd BunnyCDN-ImageBox

Install dependencies

  npm install

Configure .env variables (explanations below)

SECRET : 

REGION : 

STORAGE_API : 

STORAGE_NAME :

PULL_ZONES :

Start the server

  node .

Environment Variables

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

Features

  • Retrieve Folders
  • Upload directly to Storage Zones
  • Create links from uploaded files
  • File Explore (coming soon)

Authors

About

BunnyCDN ImageBox that lets you upload, manage, and retrieve image links natively. (Primarily used for image hosting/box)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published