mirror of
https://github.com/YunoHost-Apps/forgejo_ynh.git
synced 2024-09-03 18:36:26 +02:00
87 lines
2.5 KiB
TOML
87 lines
2.5 KiB
TOML
packaging_format = 2
|
|
|
|
id = "forgejo"
|
|
name = "Forgejo"
|
|
description.en = "Lightweight software forge"
|
|
description.fr = "Forge logiciel légère"
|
|
|
|
version = "1.20.4-1~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.2"
|
|
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.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.init_admin_permission]
|
|
ask.en = "Which group will have access to forgejo admin page (broken feature : see appliction description)"
|
|
ask.fr = "Quel groupe aura accès à l'administration de forgejo (ne fonctionne pas : voir la description de l'application)"
|
|
help.en = "Users of this group should have access to Forgejo admin page"
|
|
help.fr = "Les utilisateurs de ce groupe devrait avoir accès à la page d'administration de Forgejo"
|
|
type = "group"
|
|
default = "admins"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
amd64.url = "https://codeberg.org/forgejo/forgejo/releases/download/v1.20.4-1/forgejo-1.20.4-1-linux-amd64.xz"
|
|
amd64.sha256 = "fa6ad8040cc8a9f44b6129b2e8974bb754c22d33c2937eb168bc70d680374c0a"
|
|
arm64.url = "https://codeberg.org/forgejo/forgejo/releases/download/v1.20.4-1/forgejo-1.20.4-1-linux-arm64"
|
|
arm64.sha256 = "d1a66badabb425d23a92dad57efbeaa573c0b6f99f93cece3e8102ef8aadc212"
|
|
armhf.url = "https://codeberg.org/forgejo/forgejo/releases/download/v1.20.4-1/forgejo-1.20.4-1-linux-arm-6.xz"
|
|
armhf.sha256 = "f753bd0ec24f35a05051244fc50e40a26c4c7e7d8c822a0d9f20638e9ecb8e2a"
|
|
format = "whatever"
|
|
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]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
admin.show_tile = false
|
|
admin.auth_header = false
|
|
admin.protected = true
|
|
|
|
api.url = "/api"
|
|
api.show_tile = false
|
|
api.allowed = "visitors"
|
|
api.auth_header = false
|
|
|
|
[resources.apt]
|
|
packages = "postgresql"
|
|
|
|
[resources.database]
|
|
type = "postgresql"
|