1.2 KiB
1.2 KiB
Gitea Container Registry Configuration Check
1. Check Gitea app.ini configuration
Your Gitea app.ini should have:
[packages]
ENABLED = true
[server]
; Make sure these are set correctly
DOMAIN = gitea.skalas.org
ROOT_URL = https://gitea.skalas.org/
2. Check in Gitea Admin Panel
- Go to: https://gitea.skalas.org/admin/config
- Look for "Packages" section
- Should show "Packages: Enabled"
3. Check Repository Package Settings
- Go to your repo: https://gitea.skalas.org/jskala/NFOguard
- Check if you see a "Packages" tab
- Repository settings should allow packages
4. Manual Registry Test
Try manually from your runner host:
# Test login
docker login gitea.skalas.org
# Test push a simple image
docker pull hello-world
docker tag hello-world gitea.skalas.org/jskala/test:latest
docker push gitea.skalas.org/jskala/test:latest
5. Common Issues
- Registry not enabled: Check app.ini [packages] ENABLED = true
- Wrong URL format: Should be gitea.skalas.org (not gitea.skalas.org:port)
- SSL issues: Make sure HTTPS is properly configured
- Disk space: Check if Gitea server has enough space
- Permissions: Check file permissions on Gitea data directory