mirror of
https://github.com/YunoHost-Apps/forgejo_ynh.git
synced 2024-09-03 18:36:26 +02:00
76 lines
2.1 KiB
TOML
76 lines
2.1 KiB
TOML
packaging_format = 2
|
||
|
||
id = "forgejo"
|
||
name = "Forgejo"
|
||
description.en = "Lightweight software forge"
|
||
description.fr = "Forge logiciel légère"
|
||
|
||
version = "1.19.3-0~ynh1"
|
||
|
||
maintainers = ["Emmanuel Averty"]
|
||
|
||
[upstream]
|
||
license = "MIT"
|
||
website = "https://forgejo.org"
|
||
admindoc = "https://forgejo.org/docs/latest/admin/"
|
||
userdoc = "https://forgejo.org/docs/latest/user/"
|
||
code = "https://codeberg.org/forgejo/forgejo"
|
||
|
||
[integration]
|
||
yunohost = ">= 11.1.17"
|
||
architectures = ["amd64", "arm64", "armhf"]
|
||
multi_instance = true
|
||
ldap = true
|
||
sso = true
|
||
disk = "150M"
|
||
ram.build = "50M"
|
||
ram.runtime = "2G"
|
||
|
||
[install]
|
||
[install.domain]
|
||
type = "domain"
|
||
|
||
[install.path]
|
||
type = "path"
|
||
default = "/forgejo"
|
||
|
||
[install.admin]
|
||
type = "user"
|
||
|
||
[install.init_main_permission]
|
||
help.en = "If enabled, Forgejo will be accessible by people who do not have an account. This can be changed later via the webadmin."
|
||
help.fr = "Si cette case est cochée, Forgejo sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
type = "group"
|
||
default = "visitors"
|
||
|
||
[resources]
|
||
[resources.sources.main]
|
||
amd64.url = "https://codeberg.org/attachments/8dc303a9-8a4e-416c-8d6c-62e0d3e289e8"
|
||
amd64.sha256 = "84ad6db129c491c9e4b935cdb6ad7003a804d27fb70e9bc3c653d931cf62d92d"
|
||
arm64.url = "https://codeberg.org/attachments/dc0a8d51-e2f9-4395-a286-e5f6cbbc20bc"
|
||
arm64.sha256 = "e1514b0075223aef8d7992cef0b30cb9869171d4fbec4651693305ad724a530d"
|
||
armhf.url = "https://codeberg.org/attachments/b1643658-7394-45c8-9fad-9d286ec29c7d"
|
||
armhf.sha256 = "b8265436d3af7a46ffbf306917aacbe5ee00fd74dc1eee79f1d4b4cba97ec395"
|
||
format = "xz"
|
||
extract = false # will be extracted during install script
|
||
rename = "forgejo.xz"
|
||
|
||
[resources.system_user]
|
||
allow_ssh = true
|
||
|
||
[resources.ports]
|
||
main.default = 6000
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.data_dir]
|
||
subdirs = ['.ssh']
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|
||
|
||
[resources.apt]
|
||
packages = "postgresql"
|
||
|
||
[resources.database]
|
||
type = "postgresql"
|