remote at sign from tangled urls

This commit is contained in:
Evan Jarrett
2026-02-10 20:48:24 -06:00
parent 53de92e5d3
commit 4ac2b97c33
11 changed files with 39 additions and 22 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ func LoadConfig(yamlPath string) (*Config, error) {
// Post-load: fixed values
cfg.Auth.TokenExpiration = 5 * time.Minute
cfg.Auth.ServiceName = deriveServiceName(cfg)
cfg.CredentialHelper.TangledRepo = "https://tangled.org/@evan.jarrett.net/at-container-registry"
cfg.CredentialHelper.TangledRepo = "https://tangled.org/evan.jarrett.net/at-container-registry"
// Post-load: CompanyName defaults to ClientName
if cfg.Legal.CompanyName == "" {
+1 -1
View File
@@ -10,7 +10,7 @@ $ApiUrl = if ($env:ATCR_API_URL) { $env:ATCR_API_URL } else { "https://atcr.io/a
# Fallback configuration (used if API is unavailable)
$FallbackVersion = "v0.0.1"
$FallbackTangledRepo = "https://tangled.org/@evan.jarrett.net/at-container-registry"
$FallbackTangledRepo = "https://tangled.org/evan.jarrett.net/at-container-registry"
Write-Host "ATCR Credential Helper Installer for Windows" -ForegroundColor Green
Write-Host ""
+1 -1
View File
@@ -17,7 +17,7 @@ API_URL="${ATCR_API_URL:-https://atcr.io/api/credential-helper/version}"
# Fallback configuration (used if API is unavailable)
FALLBACK_VERSION="v0.0.1"
FALLBACK_TANGLED_REPO="https://tangled.org/@evan.jarrett.net/at-container-registry"
FALLBACK_TANGLED_REPO="https://tangled.org/evan.jarrett.net/at-container-registry"
# Detect OS and architecture
detect_platform() {
+1 -1
View File
@@ -121,7 +121,7 @@
</div>
<h3 class="text-lg font-medium mb-3">Still having issues?</h3>
<p>Check the <a href="https://tangled.org/@evan.jarrett.net/at-container-registry/blob/main/INSTALLATION.md" class="link link-primary">full documentation</a> or <a href="https://tangled.org/@evan.jarrett.net/at-container-registry/issues" class="link link-primary">open an issue</a>.</p>
<p>Check the <a href="https://tangled.org/evan.jarrett.net/at-container-registry/blob/main/INSTALLATION.md" class="link link-primary">full documentation</a> or <a href="https://tangled.org/evan.jarrett.net/at-container-registry/issues" class="link link-primary">open an issue</a>.</p>
</section>
<section>
+1 -1
View File
@@ -164,7 +164,7 @@
</p>
<div class="flex flex-col sm:flex-row items-center justify-center gap-4">
<a href="/install" class="btn btn-primary btn-lg">Get Started</a>
<a href="https://tangled.org/@evan.jarrett.net/at-container-registry" target="_blank" rel="noopener" class="btn btn-ghost btn-lg">
<a href="https://tangled.org/evan.jarrett.net/at-container-registry" target="_blank" rel="noopener" class="btn btn-ghost btn-lg">
{{ icon "github" "size-5 mr-2" }}
View Source
</a>