toughyear / gaac

Use Github as a CDN

Home Page:https://gaac.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gaac: Github as A CDN ✨

License: MIT Beta

Gaac is an open source project that allows you to store your images/static files in your public Github repository and use them in blogs, websites, apps, etc. It is built with NextJS and relies on GitHub API to fetch the files.

How to use

Visit gaac.vercel.app and follow the instructions to get started.

Connect

You can connect your GitHub account by clicking on the Connect button on the homepage. Connect

Upload

You can upload files by the file uploader on the homepage. You can also drag and drop files to upload or paste from the clipboard. All files are uploaded to the /upload directory in your public repository. Upload via Gaac

Searching

You can search for uploaded files using the UI - Search In Gaac

Fun fact, the image above was uploaded using Gaac itself.

Self hosting

You can also host Gaac yourself. Deploy with Vercel

Run locally

This is a standard NextJS project. You can run it locally by following the instructions here.

You will need to set the environment variables GITHUB_APP_CLIENT_ID and GITHUB_APP_CLIENT_ACCESS_TOKEN in a .env.local file.

You can obtain the GITHUB_APP_CLIENT_ID and GITHUB_APP_CLIENT_ACCESS_TOKEN by creating a new GitHub OAuth app here.

Contributing

Contributions are welcome! Please open an issue or a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Use Github as a CDN

https://gaac.vercel.app/

License:MIT License


Languages

Language:TypeScript 93.6%Language:JavaScript 5.8%Language:Shell 0.4%Language:CSS 0.3%