2023-02-15 01:06:20 +01:00
|
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
|
|
id = "calckey"
|
|
|
|
|
name = "Calckey"
|
|
|
|
|
description.en = "Fork of Misskey with better UI/UX, security, features"
|
|
|
|
|
description.fr = "Un fork de Misskey avec une meilleure interface utilisateur, la sécurité, les fonctionnalités"
|
|
|
|
|
|
2023-05-07 23:51:55 +02:00
|
|
|
|
version = "14.0.0rc~ynh1"
|
2023-02-15 01:06:20 +01:00
|
|
|
|
|
|
|
|
|
maintainers = ["oufmilo"]
|
|
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
|
license = "AGPL-3.0"
|
|
|
|
|
website = "https://i.calckey.cloud/"
|
|
|
|
|
demo = "https://i.calckey.cloud/"
|
|
|
|
|
code = "https://codeberg.org/calckey/calckey"
|
|
|
|
|
|
|
|
|
|
[integration]
|
2023-03-15 16:03:26 +01:00
|
|
|
|
yunohost = ">= 11.1.14"
|
2023-02-15 01:06:20 +01:00
|
|
|
|
architectures = "all"
|
|
|
|
|
multi_instance = false
|
2023-02-15 01:46:23 +01:00
|
|
|
|
ldap = "not_relevant"
|
|
|
|
|
sso = "not_relevant"
|
2023-02-15 01:06:20 +01:00
|
|
|
|
disk = "50M"
|
2023-03-15 16:36:02 +01:00
|
|
|
|
ram.build = "2G"
|
|
|
|
|
ram.runtime = "2G"
|
2023-02-15 01:06:20 +01:00
|
|
|
|
|
|
|
|
|
[install]
|
|
|
|
|
[install.domain]
|
|
|
|
|
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
|
|
|
|
type = "domain"
|
|
|
|
|
full_domain = true
|
|
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
|
help.en = "If enabled, Calckey 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, Calckey sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
type = "group"
|
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
|
|
[resources]
|
2023-03-15 16:03:26 +01:00
|
|
|
|
|
|
|
|
|
[resources.sources.main]
|
2023-05-07 23:51:55 +02:00
|
|
|
|
url = "https://codeberg.org/calckey/calckey/archive/v14.0.0-rc.tar.gz"
|
|
|
|
|
sha256 = "3dc6023c4c816ab3504a8f2c7d2c2b2c908cb58c0cda0821631a314a29d3b0f6"
|
2023-03-15 16:03:26 +01:00
|
|
|
|
|
2023-02-15 01:06:20 +01:00
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
|
|
[resources.ports]
|
|
|
|
|
main.default = 3020
|
|
|
|
|
|
|
|
|
|
[resources.apt]
|
2023-05-07 23:51:55 +02:00
|
|
|
|
packages = "ffmpeg, postgresql, build-essential, curl"
|
2023-02-15 01:06:20 +01:00
|
|
|
|
|
|
|
|
|
[resources.database]
|
2023-05-07 23:51:55 +02:00
|
|
|
|
type = "postgresql"
|