mirror of
https://github.com/YunoHost-Apps/misskey_ynh.git
synced 2024-09-03 19:46:03 +02:00
56 lines
1.4 KiB
TOML
56 lines
1.4 KiB
TOML
packaging_format = 2
|
||
|
||
id = "misskey"
|
||
name = "Misskey"
|
||
description.en = "Microblogging platform"
|
||
description.fr = "Platforme de Microblogging"
|
||
|
||
version = "13.14.2~ynh1"
|
||
|
||
maintainers = [""]
|
||
|
||
[upstream]
|
||
license = "AGPL-3.0"
|
||
website = "https://misskey-hub.net/"
|
||
code = "https://github.com/misskey-dev/misskey"
|
||
|
||
[integration]
|
||
yunohost = ">= 11.2"
|
||
architectures = ["amd64", "arm64" ]
|
||
multi_instance = true
|
||
ldap = false
|
||
sso = true
|
||
disk = "50M"
|
||
ram.build = "50M"
|
||
ram.runtime = "50M"
|
||
|
||
[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/13.14.2.tar.gz"
|
||
sha256 = "05afd89b8d4fe0163caef691ea1eabf59eb166498ed49867c0ff2f102c44f066"
|
||
autoupdate.strategy = "latest_github_tag"
|
||
|
||
[resources.ports]
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|
||
|
||
[resources.apt]
|
||
packages ="ffmpeg, postgresql"
|
||
|
||
[resources.database]
|
||
type = "postgresql"
|