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-07-18 03:43:23 +02:00
|
|
|
version = "0.8.2~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-07-12 12:59:03 +02:00
|
|
|
architectures = [ "amd64", "arm64" ]
|
2024-03-09 23:40:16 +01:00
|
|
|
multi_instance = true
|
|
|
|
|
2024-03-10 23:18:36 +01:00
|
|
|
ldap = false
|
2024-03-09 23:40:16 +01:00
|
|
|
|
2024-03-10 23:18:36 +01:00
|
|
|
sso = false
|
2024-03-09 23:40:16 +01:00
|
|
|
|
2024-03-10 20:38:30 +01:00
|
|
|
disk = "100M"
|
2024-03-09 23:40:16 +01:00
|
|
|
ram.build = "50M"
|
2024-03-10 20:38:30 +01:00
|
|
|
ram.runtime = "250M"
|
2024-03-09 23:40:16 +01:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
# this is a generic question - ask strings are automatically handled by YunoHost's core
|
|
|
|
type = "domain"
|
|
|
|
|
2024-03-10 21:59:09 +01:00
|
|
|
[install.admin]
|
2024-03-10 20:38:30 +01:00
|
|
|
help.en = "Choose the user who can access to silverbullet"
|
2024-03-10 00:45:58 +01:00
|
|
|
help.fr = "Choisissez l'utilisateur pouvant accéder à silverbullet"
|
2024-03-09 23:40:16 +01:00
|
|
|
type = "user"
|
|
|
|
|
|
|
|
[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 20:38:30 +01:00
|
|
|
in_subdir=false
|
2024-07-18 03:43:23 +02:00
|
|
|
amd64.url = "https://github.com/silverbulletmd/silverbullet/releases/download/0.8.2/silverbullet-server-linux-x86_64.zip"
|
|
|
|
amd64.sha256 = "fc847fc1d0ac40403b75383fba660f7b899078ee5e767428d6f007c5f288b837"
|
|
|
|
arm64.url = "https://github.com/silverbulletmd/silverbullet/releases/download/0.8.2/silverbullet-server-linux-aarch64.zip"
|
|
|
|
arm64.sha256 = "7f136bf7a5782fad0236dd0b551f871069656f7df47e72778868df3d41b6fac3"
|
2024-03-10 00:45:58 +01:00
|
|
|
autoupdate.strategy = "latest_github_release"
|
2024-07-12 12:59:03 +02:00
|
|
|
autoupdate.asset.amd64 = "^silverbullet-server-linux-x86_64.zip$"
|
|
|
|
autoupdate.asset.arm64 = "^silverbullet-server-linux-aarch64.zip$"
|
2024-03-09 23:40:16 +01:00
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.data_dir]
|
2024-03-10 21:59:09 +01:00
|
|
|
subdirs = [ "notes" ]
|
2024-03-09 23:40:16 +01:00
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
[resources.ports]
|
2024-03-10 20:38:30 +01:00
|
|
|
main.default = 3000
|