Initial commit: Plugin Directory with automation

This commit is contained in:
2026-04-17 01:48:23 +10:00
commit bd535138d6
10 changed files with 1045 additions and 0 deletions

9
.env.example Normal file
View File

@@ -0,0 +1,9 @@
# Gitea configuration
GITEA_URL=http://synbox.ruv.wtf:8418
GITEA_TOKEN=your_gitea_access_token_here
# Webhook secret (must match Gitea webhook configuration)
WEBHOOK_SECRET=your_webhook_secret_here
# Server port
PORT=3000