feat: source-code page links to live Forgejo instance
Forgejo is now running at git.mysovereignty.digital. Updated source-code.html: "Request Access" → direct link to Forgejo, infrastructure section updated from "planned" to live link. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
cb37ccdc1c
commit
9e6ed86342
1 changed files with 7 additions and 7 deletions
|
|
@ -63,7 +63,7 @@
|
||||||
<ul class="space-y-1">
|
<ul class="space-y-1">
|
||||||
<li>Primary: OVH France (EU jurisdiction)</li>
|
<li>Primary: OVH France (EU jurisdiction)</li>
|
||||||
<li>Secondary: Catalyst Cloud New Zealand</li>
|
<li>Secondary: Catalyst Cloud New Zealand</li>
|
||||||
<li>Repository: Self-hosted Forgejo (planned)</li>
|
<li>Repository: <a href="https://git.mysovereignty.digital" class="text-blue-600 hover:underline">Self-hosted Forgejo</a></li>
|
||||||
<li>Public mirror: Codeberg Germany (planned)</li>
|
<li>Public mirror: Codeberg Germany (planned)</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -109,17 +109,17 @@
|
||||||
<div class="flex items-start gap-4 p-4 bg-blue-50 rounded-lg border border-blue-100">
|
<div class="flex items-start gap-4 p-4 bg-blue-50 rounded-lg border border-blue-100">
|
||||||
<div class="w-8 h-8 bg-blue-100 rounded flex items-center justify-center flex-shrink-0 mt-0.5">
|
<div class="w-8 h-8 bg-blue-100 rounded flex items-center justify-center flex-shrink-0 mt-0.5">
|
||||||
<svg class="w-4 h-4 text-blue-700" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-4 h-4 text-blue-700" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"/>
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4"/>
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="font-semibold text-gray-900">Request Access</div>
|
<div class="font-semibold text-gray-900">Sovereign Forgejo Instance</div>
|
||||||
<p class="text-sm text-gray-600 mt-1">
|
<p class="text-sm text-gray-600 mt-1">
|
||||||
Contact us for repository access. We will provide git clone credentials
|
Browse the source code, documentation, and releases on our self-hosted
|
||||||
for direct SSH access to the sovereign repository.
|
Forgejo forge. Hosted on OVH France — no US intermediaries.
|
||||||
</p>
|
</p>
|
||||||
<a href="/media-inquiry.html" class="inline-flex items-center gap-1 mt-2 text-sm font-medium text-blue-700 hover:text-blue-800">
|
<a href="https://git.mysovereignty.digital" class="inline-flex items-center gap-1 mt-2 text-sm font-medium text-blue-700 hover:text-blue-800">
|
||||||
Contact Us
|
Browse Source Code
|
||||||
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue