diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-09-07 21:06:02 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-09-07 21:08:07 +0900 |
| commit | e3d8dfe841f928a7578ebb6333aa1074d52ced7d (patch) | |
| tree | c4ee56ef274fc471b0995827ec3e26a6008a0b1c | |
| parent | e6c18d475e9cdb11bf906a22435ea6c9e62b34f8 (diff) | |
The Gitea instance is forced to discontinue servicing of most
unauthenticated requests due to extensive and overwhelming slopware
crawler access. The cgit instance is currently the only method
of public read-only git access.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | static/humans.txt | 4 | ||||
| -rw-r--r-- | static/index.html | 2 | ||||
| -rw-r--r-- | templates/footer.html | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/static/humans.txt b/static/humans.txt index 641cab96..8b7293c2 100644 --- a/static/humans.txt +++ b/static/humans.txt @@ -55,6 +55,6 @@ Hakurei is a collaboratively developed open source project. -See the repositories at https://git.gensokyo.uk/rosa for more details. +See the repositories at https://src.rosa.moe/hakurei for more details. -This website is developed in the https://git.gensokyo.uk/rosa/hakurei.app repository. +This website is developed in the https://src.rosa.moe/hakurei.app repository. diff --git a/static/index.html b/static/index.html index fff090b0..cb5c5228 100644 --- a/static/index.html +++ b/static/index.html @@ -62,7 +62,7 @@ <p>Hakurei is a security-focused Linux container runtime for running unmodified desktop applications, developed as a non-profit <a - href="https://git.gensokyo.uk/rosa/hakurei" target="_blank">open source</a> + href="https://src.rosa.moe/hakurei" target="_blank">open source</a> project. It also implements <a href="/package.html">planterette</a>, an experimental self-contained Android-like package manager with modern security features.</p> diff --git a/templates/footer.html b/templates/footer.html index 7018c8d3..2f108e78 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,7 +1,7 @@ <footer> <a href="/"><img src="[[path|/mask-icon.svg]]" width="512" height="512" alt=""/>Hakurei</a> <ul id="social"> - <li><a href="https://git.gensokyo.uk/rosa">Gitea</a></li> + <li><a href="https://src.rosa.moe/hakurei.app">Source</a></li> <li><a href="/discord">Discord</a></li> </ul> </footer> |
