mirror of
https://github.com/YunoHost-Apps/laverna_ynh.git
synced 2024-09-03 19:36:06 +02:00
ad74bfe782
* Warning * Fix linter warnings * Update README.md * Set SVG badge * Update manifest.json * Update manifest.json * Fix * Fix * Update rights (#11) * Update rights * 4.3 * Version 2 (#13) * v2 * Auto-update README * v2 * Update manifest.toml * Update manifest.toml * Auto-update README --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Delete DISCLAIMER.md * Update nginx.conf * Auto-update READMEs * cleaning * Auto-update READMEs --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org>
54 lines
1.1 KiB
TOML
54 lines
1.1 KiB
TOML
packaging_format = 2
|
|
|
|
id = "laverna"
|
|
name = "Laverna"
|
|
description.en = "Taking note with Markdown editor and encryption support"
|
|
description.fr = "Prise de note avec éditeur Markdown et chiffrement"
|
|
|
|
version = "0.7.51~ynh7"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "MPL-2.0"
|
|
website = "https://laverna.cc/index.html"
|
|
demo = "https://laverna.cc/app/"
|
|
admindoc = "https://github.com/Laverna/laverna/wiki"
|
|
code = "https://github.com/Laverna/laverna"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/laverna"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/Laverna/static-laverna/archive/gh-pages.zip"
|
|
sha256 = "226224a141eeefefcf446e8ba4bda3f9ea7be6e96cd1992b185d44d5ef58e7d3"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|