Go to file
2025-02-09 15:30:17 +01:00
.gitignore init gitea 2025-02-09 15:29:17 +01:00
deploy.sh Update deploy.sh 2025-02-09 15:30:17 +01:00
init_gitea.py init gitea 2025-02-09 15:29:17 +01:00
README.md first commit 2025-02-09 15:28:59 +01:00
requirements.txt init gitea 2025-02-09 15:29:17 +01:00

🚀 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.