mirror of
https://github.com/YunoHost-Apps/misskey_ynh.git
synced 2024-09-03 19:46:03 +02:00
69 lines
2 KiB
TOML
69 lines
2 KiB
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
||
|
||
packaging_format = 2
|
||
|
||
id = "misskey"
|
||
name = "Misskey"
|
||
description.en = "Microblogging platform"
|
||
description.fr = "Platforme de Microblogging"
|
||
|
||
version = "12.119.2~ynh2"
|
||
|
||
maintainers = []
|
||
|
||
[upstream]
|
||
license = "AGPL-3.0"
|
||
website = "https://misskey-hub.net/"
|
||
code = "https://github.com/misskey-dev/misskey"
|
||
cpe = "cpe:2.3:a:misskey:misskey"
|
||
fund = "https://patreon.com/syuilo"
|
||
|
||
[integration]
|
||
yunohost = ">= 11.2.12"
|
||
architectures = ["amd64", "arm64"]
|
||
multi_instance = true
|
||
ldap = false
|
||
sso = true
|
||
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
|
||
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
||
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
||
|
||
[install]
|
||
[install.domain]
|
||
type = "domain"
|
||
|
||
[install.init_main_permission]
|
||
help.en = "If enabled, Misskey will be accessible by people who do not have an account. This can be changed later via the webadmin."
|
||
help.fr = "Si cette case est cochée, Misskey sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
type = "group"
|
||
default = "visitors"
|
||
|
||
[resources]
|
||
[resources.sources.main]
|
||
url = "https://github.com/misskey-dev/misskey/archive/refs/tags/12.119.2.tar.gz"
|
||
sha256 = "0620c8d4ee82f3bfa5749197b719cff606628413875589918df58f71cae9df57"
|
||
|
||
autoupdate.strategy = "latest_github_tag"
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|
||
|
||
[resources.ports]
|
||
|
||
[resources.apt]
|
||
packages = [
|
||
"ffmpeg",
|
||
"postgresql"
|
||
]
|
||
|
||
[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 = "postgresql"
|