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

58 lines
1.4 KiB
TOML
Raw Normal View History

2023-03-27 18:43:59 +02:00
packaging_format = 2
id = "ethercalc"
name = "EtherCalc"
description.en = "Real-time collaborative spreadsheet editor"
description.fr = "Feuille de calcul collaborative en ligne"
2023-04-06 17:03:45 +02:00
version = "20201228~ynh8"
2023-03-27 18:43:59 +02:00
maintainers = ["ljf"]
[upstream]
license = "CPAL-1.0"
website = "https://ethercalc.net/"
demo = "https://ethercalc.net/"
code = "https://github.com/audreyt/ethercalc"
[integration]
2023-04-06 17:03:45 +02:00
yunohost = ">= 11.1.17"
2023-03-27 18:48:41 +02:00
architectures = "all"
2023-03-27 18:43:59 +02:00
multi_instance = true
2023-03-27 18:48:41 +02:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-03-27 18:43:59 +02:00
[install]
[install.domain]
type = "domain"
full_domain = true
[install.init_main_permission]
type = "group"
default = "visitors"
[install.expire]
ask.en = "Deletes a spreadsheet's content after N days of inactivity. (0 to diasable this feature)"
ask.fr = "Suppression après N jours d'inactivités. (0 pour désactiver cette fonctionnalité)"
type = "string"
default = "0"
[resources]
[resources.sources.main]
url = "https://github.com/audreyt/ethercalc/archive/b196277081d677be991d104e454a52d242ef0189.tar.gz"
sha256 = "eaf1b7def67ebf1160d93e403a3930381e99a60f4768809bab653d1c9af26936"
2023-04-02 22:04:45 +02:00
autoupdate.strategy = "latest_github_commit"
autoupdate.force_version = "%Y%m%d"
2023-03-27 18:43:59 +02:00
2023-03-27 18:48:41 +02:00
[resources.ports]
2023-03-27 18:43:59 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"