mirror of
https://github.com/YunoHost-Apps/gitea_ynh.git
synced 2024-09-03 20:36:22 +02:00
Update requirement
This commit is contained in:
parent
d27371ba8c
commit
f6373deb54
1 changed files with 5 additions and 1 deletions
|
@ -23,7 +23,7 @@ cpe = "cpe:2.3:a:gitea:gitea"
|
|||
fund = "https://opencollective.com/gitea"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.2.18"
|
||||
yunohost = ">= 11.2.30"
|
||||
helpers_version = "2.1"
|
||||
architectures = [
|
||||
"amd64",
|
||||
|
@ -89,8 +89,12 @@ ram.runtime = "100M"
|
|||
allow_email = true
|
||||
|
||||
[resources.install_dir]
|
||||
owner = "__APP__:rwx"
|
||||
group = "__APP__:r-x"
|
||||
|
||||
[resources.data_dir]
|
||||
owner = "__APP__:rwx"
|
||||
group = "__APP__:r-x"
|
||||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
|
|
Loading…
Add table
Reference in a new issue