.gitignore | ||
deploy.sh | ||
init_gitea.py | ||
README.md | ||
requirements.txt |
🚀 Quick Setup Guide
Follow these simple steps to get started:
1️⃣ Create .env
File
Create a .env
file in your project directory with the following content:
API_KEY=
SSH_PUBKEY=
📝 Make sure to add your actual credentials.
2️⃣ Run the Deployment Script
Execute the deployment script by running the following command in your terminal:
$ ./deploy.sh
3️⃣ Automatic Gitea Launch 🚀
Once the script finishes, it will automatically open Gitea in your browser when it's ready.