A very simple online image hosting service
- Clone this repository
- Create a new GitHub Personal Access Token with the
repo
scope - Create a private repository to store your files
- Make sure you have
npm
andwrangler
installed and configured - Run
npm install
to install dependencies - Run
wrangler deploy
to publish your project - Run
wrangler secret put GithubPAT
,wrangler secret put GithubOwner
andwrangler secret put GithubRepo
to store your GitHub Personal Access Token, GitHub Owner and GitHub Repository - Your image hosting service is now live! 🎉
This project is licensed under the terms of the GNU General Public License v3.0.