13 lines
368 B
Ruby
13 lines
368 B
Ruby
# -------------------------------------------
|
|
# Specifying the default settings:
|
|
# -------------------------------------------
|
|
node.reverse_merge!({
|
|
'gitea' => {
|
|
'url' => 'https://github.com/go-gitea/gitea/releases/download/',
|
|
'prefix' => 'gitea-',
|
|
'postfix' => '-linux-amd64',
|
|
'storage' => '/opt/gitea/',
|
|
'location' => '/usr/local/bin/'
|
|
},
|
|
})
|