A very simple online image hosting service
- Clone this repository
- Create a new GitHub Personal Access Token with the
reposcope - Create a private repository to store your files
- Make sure you have
npmandwranglerinstalled and configured - Run
npm installto install dependencies - Run
wrangler deployto publish your project - Run
wrangler secret put GithubPAT,wrangler secret put GithubOwnerandwrangler secret put GithubRepoto 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.