Add Gitea Actions workflows, CI config, and docs
Some checks failed
Docker / docker (push) Successful in 6s
Security / security (push) Successful in 6s
Deploy / deploy-local-runner (push) Has been cancelled
CI / ci (push) Successful in 1m42s
Deploy / deploy-ssh (push) Successful in 7s

This commit is contained in:
2026-02-28 20:40:14 +01:00
parent 3b48b39561
commit 8cadb2d216
35 changed files with 3216 additions and 0 deletions

24
.gitea/template Normal file
View File

@@ -0,0 +1,24 @@
# Gitea Template Variable Expansion
# ----------------------------------
# When a new repo is created from this template, Gitea will replace
# template variables (e.g. ${REPO_NAME}) in files matching the globs below.
#
# Supported variables (Gitea ≥ 1.20):
# REPO_NAME name of the new repository
# REPO_DESCRIPTION description entered during creation
# TEMPLATE_NAME name of this template repository
# YEAR current four-digit year
# MONTH current zero-padded month (01-12)
# DAY current zero-padded day (01-31)
# MONTH_ENGLISH current month in English (January, February, …)
#
# Glob patterns — one per line. Files matching these will have variables expanded.
README.md
docs/*.md
.ci/config.env
SECURITY.md
CONTRIBUTING.md
CODE_OF_CONDUCT.md
LICENSE
pull_request_template.md