mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
95 lines
3.3 KiB
TOML
95 lines
3.3 KiB
TOML
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"
|
|
|
|
version = "0.69.2.2~ynh1"
|
|
|
|
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]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = false
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[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"
|
|
type = "select"
|
|
choices = ["fr", "en"]
|
|
default = "en"
|
|
|
|
[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 = "/"
|
|
|
|
[install.minio_domain]
|
|
ask.en = "Domain for MinIO app, used for images and attachments storage. If not yet installed, it will automatically be. MinIO has to be installed at the root."
|
|
ask.fr = "Domaine pour l'application MinIO, utilisé pour le stockage des images et des pièces jointes. S'il n'est pas encore installé, il le sera automatiquement. MinIO doit être installé à la racine."
|
|
type = "domain"
|
|
|
|
[install.minio_admin]
|
|
ask.en = "Administrator for MinIO app, used for images and attachments storage. Please note that if MinIO is already installed, that setting won't be used."
|
|
ask.fr = "Administrateur pour l'application MinIO, utilisée pour le stockage des images et des pièces jointes. Veuillez noter que si MinIO est déjà installé, ce paramètre ne sera pas utilisé."
|
|
type = "user"
|
|
|
|
[install.minio_password]
|
|
ask.en = "Password for MinIO administrator"
|
|
ask.fr = "Mot de passe pour l'administrateur MinIO"
|
|
type = "password"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/outline/outline/archive/25e8c32b8403042b6813e2a6861f4cd16586ed69.zip"
|
|
sha256 = "8bb592ae014e653752311eb0664cc7741faaeb14b7101b06c5b55d878b616658"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
main.auth_header = false
|
|
|
|
[resources.ports]
|
|
|
|
[resources.apt]
|
|
packages = "postgresql"
|
|
|
|
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"
|
|
|
|
[resources.database]
|
|
type = "postgresql"
|