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-06-25 12:11:59 +02:00
version = "1.19.3-0~ynh2"
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 ]
help . en = "Users of this group should have access to Forgejo admin page (but the won't : see application description in yunohost admin)"
help . fr = "Les utilisateurs de ce groupe devrait avoir accès à la page d'administration de Forgejo (mais cela ne fonctionne pas : voir la description de l'application dans l'administration de yunohost"
type = "group"
default = "admins"
2023-03-10 17:13:54 +01:00
[ resources ]
2023-05-27 17:52:29 +02:00
[ 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"
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 . allowed = "admins"
admin . show_tile = false
admin . auth_header = false
admin . protected = true
2023-03-10 17:22:52 +01:00
[ resources . apt ]
packages = "postgresql"
2023-03-10 17:13:54 +01:00
[ resources . database ]
type = "postgresql"