mirror of
https://github.com/YunoHost-Apps/trilium_ynh.git
synced 2024-10-01 13:34:49 +02:00
78 lines
2.2 KiB
TOML
78 lines
2.2 KiB
TOML
packaging_format = 2
|
|
|
|
id = "trilium"
|
|
name = "Trilium Notes"
|
|
description.en = "Hierarchical note taking application with focus on building large personal knowledge base"
|
|
description.fr = "Application de prise de note hiérarchique centrée sur la construction d'une large base de connaissances personnelle"
|
|
|
|
version = "0.63.7~ynh1"
|
|
|
|
maintainers = ["Jules Bertholet"]
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0-only"
|
|
admindoc = "https://github.com/zadam/trilium/wiki"
|
|
code = "https://github.com/zadam/trilium"
|
|
cpe = "cpe:2.3:a:trilium_project:trilium"
|
|
fund = "https://github.com/sponsors/zadam"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = [ "amd64", "arm64", "armhf" ]
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "200M"
|
|
ram.build = "350M"
|
|
ram.runtime = "110M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/trilium"
|
|
|
|
[install.init_main_permission]
|
|
help.en = "Enabling visitors access is required for sync with desktop app"
|
|
help.fr = "Autoriser l'accès aux visiteurs est nécessaire pour la synchronisation avec l'application desktop"
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.instance_name]
|
|
ask.en = "Choose a unique name for this instance (optional)"
|
|
ask.fr = "Choisissez un nom unique pour cette instance (facultatif)"
|
|
type = "string"
|
|
example = "MyTrillium"
|
|
optional = true
|
|
default = ""
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/zadam/trilium/archive/refs/tags/v0.63.7.tar.gz"
|
|
sha256 = "e2ce313758e84c879603853a912ebb2e088f71a3acc6daeb8b1a8dcc4cf7fde1"
|
|
rename = "v0.60.4.tar.gz"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.ports]
|
|
main.default = 8095
|
|
|
|
[resources.apt]
|
|
packages = "libpng16-16, libpng-dev, pkg-config, autoconf, libtool, build-essential, nasm, libx11-dev, libxkbfile-dev"
|
|
|
|
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"
|