1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/trilium_ynh.git synced 2024-10-01 13:34:49 +02:00
trilium_ynh/manifest.toml

79 lines
2.2 KiB
TOML
Raw Permalink Normal View History

packaging_format = 2
id = "trilium"
name = "Trilium Notes"
2023-02-28 08:46:11 +01:00
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"
2024-03-29 02:45:22 +01:00
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]
2023-08-29 22:25:21 +02:00
yunohost = ">= 11.2"
2023-03-15 23:12:47 +01:00
architectures = [ "amd64", "arm64", "armhf" ]
multi_instance = true
ldap = false
sso = false
disk = "200M"
ram.build = "350M"
ram.runtime = "110M"
[install]
[install.domain]
type = "domain"
2023-03-15 11:37:05 +01:00
[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]
2023-03-15 10:54:30 +01:00
[resources.sources]
[resources.sources.main]
2024-03-29 02:45:22 +01:00
url = "https://github.com/zadam/trilium/archive/refs/tags/v0.63.7.tar.gz"
sha256 = "e2ce313758e84c879603853a912ebb2e088f71a3acc6daeb8b1a8dcc4cf7fde1"
2023-08-29 22:28:37 +02:00
rename = "v0.60.4.tar.gz"
2023-04-02 22:12:31 +02:00
autoupdate.strategy = "latest_github_tag"
2023-03-15 10:54:30 +01:00
[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"