Use Gitea from source

This commit is contained in:
2025-05-31 15:28:33 +04:00
parent 00f4c8bd31
commit 3492bec627
3 changed files with 18 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
node.default["gitea"]["version"] = "1.23.7"
node.default["gitea"]["checksum"] = "3c0a7121ad1d9c525a92c68a7c040546553cd41e7464ce2fa811246b648c0a46"
node.default["gitea"]["repo"] = nil
node.default["gitea"]["revision"] = nil
node.default["gitea"]["working_directory"] = "/var/lib/gitea"
node.default["gitea"]["port"] = 3000
node.default["gitea"]["postgresql_host"] = "localhost:5432"