2023-10-09 12:14:47 +02:00
packaging_format = 2
id = "outline"
name = "Outline"
description . en = "Wiki and knowledge base for teams"
description . fr = "Wiki et base de connaissances pour les équipes"
2024-08-29 06:34:46 +02:00
version = "0.78.0~ynh2"
2023-10-09 12:14:47 +02:00
maintainers = [ "Raoul de Limezy" ]
[ upstream ]
license = "BUSL-1.1"
website = "https://www.getoutline.com"
demo = "https://app.getoutline.com/create"
admindoc = "https://www.getoutline.com/developers"
userdoc = "https://www.getoutline.com/about"
code = "https://github.com/outline/outline"
[ integration ]
2024-08-25 19:30:53 +02:00
yunohost = ">= 11.2.14"
2023-10-09 12:55:47 +02:00
architectures = "all"
2023-10-09 12:14:47 +02:00
multi_instance = false
2023-10-09 12:55:47 +02:00
ldap = false
sso = false
disk = "50M"
2023-10-19 19:03:17 +02:00
ram . build = "3G"
2023-10-09 12:55:47 +02:00
ram . runtime = "50M"
2023-10-09 12:14:47 +02:00
[ install ]
[ install . domain ]
type = "domain"
[ install . init_main_permission ]
type = "group"
default = "visitors"
[ install . language ]
ask . en = "Choose the application language"
ask . fr = "Choisissez la langue de l'application"
2023-10-09 12:55:47 +02:00
type = "select"
2023-10-19 19:03:17 +02:00
choices = [ "de_DE" , "en_US" , "es_ES" , "fr_FR" , "it_IT" , "nl_NL" , "pl_PL" , "pt_PT" ]
default = "fr_FR"
2023-10-09 12:14:47 +02:00
[ install . dex_domain ]
ask . en = "Domain for authentication. It can't be the same domain as above. Dex app will be installed and used for the authentication mechanism."
ask . fr = "Domaine pour l'authentification. Il ne peut pas s'agir du même domaine que ci-dessus. L'application Dex sera installée et utilisée pour le mécanisme d'authentification."
type = "domain"
[ install . dex_path ]
ask . en = "Path for authentication URL. Please don't use 'auth' as it will break NGINX configuration."
ask . fr = "Chemin de l'URL d'authentification. Veuillez ne pas utiliser 'auth' car cela casserait la configuration NGINX."
type = "path"
default = "/"
[ resources ]
[ resources . sources . main ]
2024-08-25 16:50:21 +02:00
url = "https://github.com/outline/outline/archive/2578a1f75f5ec74492e5154352b527e98f480f20.zip"
sha256 = "09c330456646df73a1a34b54e522eeeefc338d27a8010961126ca761986b06fe"
2023-10-09 12:14:47 +02:00
[ resources . system_user ]
2023-10-09 13:00:35 +02:00
allow_email = true
2023-10-09 12:14:47 +02:00
[ resources . install_dir ]
2023-10-09 13:04:00 +02:00
[ resources . ports ]
2023-10-09 13:05:01 +02:00
main . default = 2410
2023-10-09 13:04:00 +02:00
2023-10-09 12:14:47 +02:00
[ resources . permissions ]
main . url = "/"
2023-10-09 13:04:00 +02:00
main . auth_header = false
2023-10-09 12:55:47 +02:00
[ resources . apt ]
2023-10-23 00:28:56 +02:00
packages = "postgresql gawk"
2023-10-09 12:55:47 +02:00
extras . yarn . repo = "deb https://dl.yarnpkg.com/debian/ stable main"
extras . yarn . key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
extras . yarn . packages = "yarn"
2023-10-09 12:14:47 +02:00
[ resources . database ]
type = "postgresql"