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

@@ -5,3 +5,11 @@ run_list %w(
kosmos_gitea::default
kosmos_gitea::backup
)
override_attributes(
"gitea" => {
"repo" => "https://github.com/67P/gitea.git",
"revision" => "ldap_sync",
"log" => { "level" => "Info" }
},
)