mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
84 lines
1.9 KiB
TOML
84 lines
1.9 KiB
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
packaging_format = 2
|
|
|
|
id = "snserver"
|
|
name = "Standard Notes Server"
|
|
description.en = "End-to-end encrypted note-taking app syncing server"
|
|
description.fr = "Serveur de synchronisation de prise de notes cryptées de bout en bout"
|
|
|
|
version = "1.23.0~ynh1"
|
|
|
|
maintainers = ["Fabian Wilkens"]
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0-or-later"
|
|
website = "https://standardnotes.org"
|
|
demo = "https://standardnotes.org/demo"
|
|
admindoc = "https://docs.standardnotes.org"
|
|
userdoc = "https://standardnotes.com/help"
|
|
code = "https://github.com/standardnotes/server"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2.12"
|
|
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 = "/"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/standardnotes/server/archive/refs/tags/@standardnotes/home-server@1.23.0.tar.gz"
|
|
sha256 = "67a00d932fa7a5bc144401b0bc60dac42bbfbee085f3853bfe9d77b6bd2d6197"
|
|
autoupdate.strategy = "latest_github_release"
|
|
autoupdate.asset = "tarball"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
subdirs = ["uploads"]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.ports]
|
|
api_gateway.default = 3000
|
|
auth.default = 3001
|
|
auth_worker.default = 3002
|
|
files.default = 3003
|
|
syncing_server.default = 3004
|
|
syncing_server_worker.default = 3005
|
|
workspace.default = 3006
|
|
|
|
[resources.apt]
|
|
packages = [
|
|
"mariadb-server",
|
|
]
|
|
|
|
[resources.apt.extras.yarn]
|
|
repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
|
key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
|
packages = "yarn"
|
|
|
|
[resources.database]
|
|
type = "mysql"
|