initial commit

This commit is contained in:
2025-10-23 09:21:23 -07:00
commit a243eae91a
7 changed files with 140 additions and 0 deletions

15
config.sh Normal file
View File

@@ -0,0 +1,15 @@
#!/usr/bin/env bash
# GitLab
GL_DOMAIN="https://gitlab.alfter.us"
GL_CR_DOMAIN="https://cr.gitlab.alfter.us"
GL_USER="salfter"
GL_TOKEN="glpat-PUT-YOUR-GITLAB-PERSONAL-ACCESS-TOKEN-HERE"
# a token with read-only access is sufficient
# Gitea
GT_DOMAIN="https://git.alfter.us"
# Gitea serves container images on the same domain, so GT_CR_DOMAIN isn't needed
GT_USER="salfter"
GT_TOKEN="PUT-YOUR-GITEA-ACCESS-TOKEN-HERE"
# a token with read/write access is required