1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/silverbullet_ynh.git synced 2024-09-03 20:26:18 +02:00
silverbullet_ynh/manifest.toml

76 lines
2.1 KiB
TOML
Raw Normal View History

2024-03-09 23:40:16 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
2024-03-10 00:45:58 +01:00
id = "silverbullet"
name = "SilverBullet"
description.en = "a creative space where you collect, create and expand your personal knowledge"
description.fr = "un espace créatif où vous recueillez, créez et élargissez vos connaissances personnelles"
2024-03-09 23:40:16 +01:00
2024-03-10 00:45:58 +01:00
version = "0.7.5~ynh1"
2024-03-09 23:40:16 +01:00
2024-03-10 00:45:58 +01:00
maintainers = ["fflorent"]
2024-03-09 23:40:16 +01:00
[upstream]
2024-03-10 00:45:58 +01:00
license = "MIT"
website = "https://silverbullet.md"
demo = "https://play.silverbullet.md/"
code = "https://github.com/silverbulletmd/silverbullet"
2024-03-09 23:40:16 +01:00
[integration]
yunohost = ">= 11.2"
2024-03-10 00:45:58 +01:00
architectures = "amd64"
2024-03-09 23:40:16 +01:00
multi_instance = true
2024-03-10 00:45:58 +01:00
ldap = "false"
2024-03-09 23:40:16 +01:00
2024-03-10 00:45:58 +01:00
sso = "false"
2024-03-09 23:40:16 +01:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
# this is a generic question - ask strings are automatically handled by YunoHost's core
type = "domain"
[install.path]
# this is a generic question - ask strings are automatically handled by YunoHost's core
type = "path"
default = "/example"
2024-03-10 00:45:58 +01:00
[install.user]
2024-03-09 23:40:16 +01:00
# this is a generic question - ask strings are automatically handled by YunoHost's core
2024-03-10 00:45:58 +01:00
help.en = "Choose the who can access to silverbullet"
help.fr = "Choisissez l'utilisateur pouvant accéder à silverbullet"
2024-03-09 23:40:16 +01:00
type = "user"
[install.password]
2024-03-10 00:45:58 +01:00
help.en = "Choose a password used to access to silverbullet?"
help.fr = "Choisissez le mot de passe pour accéder à silverbullet"
2024-03-09 23:40:16 +01:00
type = "password"
[resources]
# See the packaging documentation for the full set
# of explanation regarding the behavior and properties for each of those
[resources.sources]
[resources.sources.main]
2024-03-10 00:45:58 +01:00
url = "https://github.com/silverbulletmd/silverbullet/releases/download/0.7.5/silverbullet-server-linux-x86_64.zip"
sha256 = "cdacbeff4fc92fa936650f3536bb89cb4d5ab0871d7c19f29a6145e74202a4d9"
autoupdate.strategy = "latest_github_release"
2024-03-09 23:40:16 +01:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
2024-03-10 00:45:58 +01:00
main.permissions = "visitors" # The app is protected by a user/password prompt
2024-03-09 23:40:16 +01:00
[resources.ports]