Timely seems to match Anubis addition.
Retrying solves the issue.
Related to [Improve_websites_thanks_to_open_source/issues/1551](https://codeberg.org/Benjamin_Loison/Improve_websites_thanks_to_open_source/issues/1551).
*Bad Gateway* seems to make sense in this context, source: [Wikipedia: HTTP 502 (1286244298)](https://en.wikipedia.org/w/index.php?title=HTTP_502&oldid=1286244298).
Maybe I am confusing with https://gitea.lemnoslife.com as I faced this issue due to [Benjamin-Loison/gitea/issues/118](https://github.com/Benjamin-Loison/gitea/issues/118).
<!doctype html><title>502 Service unavailable - Codeberg.org</title><metaname="viewport"content="width=device-width, initial-scale=1"><style>body{text-align:center;font:20pxHelvetica,sans-serif;color:#333;}h1{font-size:3rem;}article{display:block;text-align:start;margin:0auto;}a{color:#2185d0;text-decoration:none;}a:hover{text-decoration:none;}@media(prefers-color-scheme:dark){body{background-color:#171e26;color:#fff;}a{color:#4793cc;}}@mediaonlyscreenand(min-width:48rem){body{padding:9rem;}article{width:40rem;}}</style><article><h1>Service unavailable</h1><p>This Codeberg service is currently unavailable due to technical difficulties, maintenance or a service update.</p><p>We are sorry for the inconvenience, and we do hope that we'll be back soon.</p><p>There is currently a status note:
<blockquote><p>We are currently rebooting our main instance to wrap up a hardware maintenance we had earlier today. We expect a disruption of a few minutes.</p></blockquote></p><p>
If this error continues to show up, please have a look at our <ahref="https://status.codeberg.org">status page</a>.<br>
For more information on possible outages, follow us on <ahref="https://social.anoxinon.de/@codeberg">Mastodon</a> or have a look at our <ahref="https://matrix.to/#/#codeberg.org:matrix.org">Matrix channel</a>.
</p></article>
<details>
<summary>Example of response:</summary>
```html
<!doctype html>
<title>502 Service unavailable - Codeberg.org</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body { text-align: center; font: 20px Helvetica, sans-serif; color: #333; }
h1 { font-size: 3rem; }
article { display: block; text-align: start; margin: 0 auto; }
a { color: #2185d0; text-decoration: none; }
a:hover { text-decoration: none; }
@media (prefers-color-scheme: dark) {
body { background-color: #171e26; color: #fff; }
a { color: #4793cc; }
}
@media only screen and (min-width: 48rem) {
body { padding: 9rem; }
article { width: 40rem; }
}
</style>
<article>
<h1>Service unavailable</h1>
<p>This Codeberg service is currently unavailable due to technical difficulties, maintenance or a service update.</p>
<p>We are sorry for the inconvenience, and we do hope that we'll be back soon.</p>
<p>There is currently a status note:
<blockquote>
<p>We are currently rebooting our main instance to wrap up a hardware maintenance we had earlier today. We expect a disruption of a few minutes.</p>
</blockquote>
</p>
<p>
If this error continues to show up, please have a look at our <a href="https://status.codeberg.org">status page</a>.<br>
For more information on possible outages, follow us on <a href="https://social.anoxinon.de/@codeberg">Mastodon</a> or have a look at our <a href="https://matrix.to/#/#codeberg.org:matrix.org">Matrix channel</a>.
</p>
</article>
```
</details>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Timely seems to match Anubis addition.
Retrying solves the issue.
Related to Improve_websites_thanks_to_open_source/issues/1551.
Bad Gateway seems to make sense in this context, source: Wikipedia: HTTP 502 (1286244298).
Maybe I am confusing with https://gitea.lemnoslife.com as I faced this issue due to Benjamin-Loison/gitea/issues/118.
Example of response: