1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calckey_ynh.git synced 2024-09-03 18:16:18 +02:00
calckey_ynh/manifest.toml

63 lines
1.9 KiB
TOML
Raw Normal View History

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-04-08 19:19:07 +02:00
version = "13.1.4.1~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"
2023-09-26 11:19:48 +02:00
[antifeatures]
deprecated-software.en = "Calckey has been replaced by Firefish, install that new app instead. A migration procedure is being developed for existing instances."
deprecated-software.fr = "Calckey a été remplacée par Firefish, installez plutôt cette nouvelle application. Une procédure de migration est en cours de développement pour les instances existantes."
2023-02-15 01:06:20 +01:00
[integration]
2024-08-06 10:16:46 +02:00
yunohost = ">= 11.2.20"
2024-05-20 16:11:06 +02:00
architectures = "all"
2023-02-15 01:06:20 +01:00
multi_instance = false
2024-05-20 16:11:06 +02:00
ldap = "not_relevant"
sso = "not_relevant"
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]
type = "domain"
[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 nayant 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-07-29 09:51:01 +02:00
url = "https://git.joinfirefish.org/firefish/firefish/-/archive/v13.1.4.1/firefish-v13.1.4.1.tar.gz"
2023-07-29 09:52:01 +02:00
sha256 = "658965f878fb0f5b22a6f29b5c63723f052a64f6b9bd8d9a3da93849231e3e62"
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]
packages = "ffmpeg, postgresql, build-essential, redis-server"
2023-02-15 01:06:20 +01:00
[resources.database]
2023-07-29 09:51:01 +02:00
type = "postgresql"