2023-03-10 17:13:54 +01:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "forgejo"
|
|
|
|
name = "Forgejo"
|
|
|
|
description.en = "Lightweight software forge"
|
|
|
|
description.fr = "Forge logiciel légère"
|
|
|
|
|
2023-08-08 17:16:42 +02:00
|
|
|
version = "1.20.2-0~ynh1"
|
2023-03-10 17:13:54 +01:00
|
|
|
|
|
|
|
maintainers = ["Emmanuel Averty"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "MIT"
|
|
|
|
website = "https://forgejo.org"
|
2023-05-27 17:52:29 +02:00
|
|
|
admindoc = "https://forgejo.org/docs/latest/admin/"
|
|
|
|
userdoc = "https://forgejo.org/docs/latest/user/"
|
2023-03-10 17:13:54 +01:00
|
|
|
code = "https://codeberg.org/forgejo/forgejo"
|
|
|
|
|
|
|
|
[integration]
|
2023-04-19 09:40:39 +02:00
|
|
|
yunohost = ">= 11.1.17"
|
2023-03-10 17:22:52 +01:00
|
|
|
architectures = ["amd64", "arm64", "armhf"]
|
2023-03-10 17:13:54 +01:00
|
|
|
multi_instance = true
|
2023-03-10 17:22:52 +01:00
|
|
|
ldap = true
|
2023-05-27 17:52:29 +02:00
|
|
|
sso = true
|
|
|
|
disk = "150M"
|
2023-03-10 17:22:52 +01:00
|
|
|
ram.build = "50M"
|
2023-05-27 17:52:29 +02:00
|
|
|
ram.runtime = "2G"
|
2023-03-10 17:13:54 +01:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/forgejo"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
2023-06-25 12:11:59 +02:00
|
|
|
[install.init_admin_permission]
|
2023-06-25 18:48:03 +02:00
|
|
|
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"
|
2023-06-25 12:11:59 +02:00
|
|
|
type = "group"
|
|
|
|
default = "admins"
|
|
|
|
|
2023-03-10 17:13:54 +01:00
|
|
|
[resources]
|
2023-05-27 17:52:29 +02:00
|
|
|
[resources.sources.main]
|
2023-08-08 17:16:42 +02:00
|
|
|
amd64.url = "https://codeberg.org/attachments/483cbc17-b31a-4401-b4a0-773a8b975e2f"
|
|
|
|
amd64.sha256 = "ef7849e02e4ad56512eabe280e956913483d87228de21f3dd37ec77e40fe1f0e"
|
|
|
|
arm64.url = "https://codeberg.org/attachments/345cc669-751d-48fb-afac-e7cdbf5a827a"
|
|
|
|
arm64.sha256 = "0cf891efb6101329e5154209e5d250e6d74492a8b637efc4cbd77af587c189b0"
|
|
|
|
armhf.url = "https://codeberg.org/attachments/ceec6963-e20c-49e0-87a4-0fd531bd9ef8"
|
|
|
|
armhf.sha256 = "8c7e7d3e62021d3cdb0837e42c55bb5ff088c8765cb01faa54309ec52e40d045"
|
2023-05-27 17:52:29 +02:00
|
|
|
format = "xz"
|
|
|
|
extract = false # will be extracted during install script
|
|
|
|
rename = "forgejo.xz"
|
2023-03-10 17:13:54 +01:00
|
|
|
|
|
|
|
[resources.system_user]
|
2023-05-27 17:52:29 +02:00
|
|
|
allow_ssh = true
|
2023-03-10 17:13:54 +01:00
|
|
|
|
2023-03-10 17:22:52 +01:00
|
|
|
[resources.ports]
|
2023-05-27 17:52:29 +02:00
|
|
|
main.default = 6000
|
2023-03-10 17:22:52 +01:00
|
|
|
|
2023-03-10 17:13:54 +01:00
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.data_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
2023-06-25 12:11:59 +02:00
|
|
|
admin.show_tile = false
|
|
|
|
admin.auth_header = false
|
|
|
|
admin.protected = true
|
|
|
|
|
2023-07-14 17:12:00 +02:00
|
|
|
api.url = "/api"
|
|
|
|
api.show_tile = false
|
|
|
|
api.allowed = "visitors"
|
|
|
|
api.auth_header = false
|
|
|
|
|
2023-03-10 17:22:52 +01:00
|
|
|
[resources.apt]
|
|
|
|
packages = "postgresql"
|
|
|
|
|
2023-03-10 17:13:54 +01:00
|
|
|
[resources.database]
|
|
|
|
type = "postgresql"
|