Pages: Add a warning that the availability is only best effort (#585)

I'm approaching the "transparency" proposal by @fnetX in Codeberg-e.V./Discussion#124

This should set the expectations of users using this feature to a more realistic setting (at least if they read the documentation). If this MR gets accepted, we can adapt the landing page afterward to include the same text.

cc @crapStone

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/585
Reviewed-by: Otto <otto@codeberg.org>
Reviewed-by: crapStone <codeberg@crapstone.dev>
Co-authored-by: Bene <bene64@posteo.de>
Co-committed-by: Bene <bene64@posteo.de>
This commit is contained in:
Bene 2025-04-24 20:32:36 +00:00 committed by crapStone
parent cfb83ba171
commit 20e5862bcf

View file

@ -6,6 +6,14 @@ eleventyNavigation:
order: 60
---
{% admonition "Warning" %}
Codeberg Pages is currently provided with a best effort approach. To be exact, the software behind this feature is currently in [maintenance mode](https://codeberg.org/Codeberg/pages-server/issues/399).
Please do not rely on it for critical websites, as we can't guarantee high availability like some other providers do.
{% endadmonition %}
Codeberg Pages allows you to easily publish static websites with a human-friendly address (`{username}.codeberg.page`) via Git on Codeberg.
Follow these simple steps below to get started, or check out the advanced usage below.