refactor: remove GitLab CI config and docs after full Gitea migration
Some checks failed
Some checks failed
- Delete .gitlab-ci.yml (replaced by .gitea/workflows/ci.yml) - Delete docs/deployment/gitlab.md (superseded by gitea.md) - Update audit rules to reference .gitea/workflows/*.yml - Update validate_audit.py to check Gitea CI paths - Clean up GitLab references in gitea.md, mkdocs.yml, .dockerignore - Mark IPv6 AAAA records as completed in hetzner docs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -459,9 +459,9 @@ Before setting up Caddy, point your domain's DNS to the server.
|
||||
| AAAA | `@` | `2a01:4f8:1c1a:b39c::1` | 300 |
|
||||
| AAAA | `www` | `2a01:4f8:1c1a:b39c::1` | 300 |
|
||||
|
||||
### IPv6 (AAAA) Records — TODO
|
||||
### IPv6 (AAAA) Records — Completed
|
||||
|
||||
Optional but recommended. Add AAAA records for all domains above, pointing to the server's IPv6 address. Verify your IPv6 address first:
|
||||
AAAA records are included in the DNS tables above for all domains. To verify your IPv6 address:
|
||||
|
||||
```bash
|
||||
ip -6 addr show eth0 | grep 'scope global'
|
||||
|
||||
Reference in New Issue
Block a user