1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/open-web-calendar_ynh.git synced 2024-09-03 19:56:09 +02:00
open-web-calendar_ynh/manifest.toml

62 lines
1.3 KiB
TOML
Raw Normal View History

2024-02-08 22:38:16 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "open-web-calendar"
2024-02-08 23:12:25 +01:00
name = "Open Web Calendar"
2024-02-08 22:38:16 +01:00
description.en = "Embed a web calendar into your own website"
description.fr = "Intégrez un calendrier Web à votre propre site Web"
2024-07-09 03:40:17 +02:00
version = "1.37~ynh1"
2024-02-08 22:38:16 +01:00
maintainers = ["eric_G"]
[upstream]
license = "GPL-2.0"
website = "https://open-web-calendar.hosted.quelltext.eu/"
demo = "https://open-web-calendar.hosted.quelltext.eu/"
code = "https://github.com/niccokunzmann/open-web-calendar/"
[integration]
yunohost = ">= 11.2"
architectures = "all"
2024-02-08 23:26:35 +01:00
multi_instance = false
2024-02-08 22:38:16 +01:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
2024-07-09 03:40:17 +02:00
url = "https://github.com/niccokunzmann/open-web-calendar/archive/refs/tags/v1.37.tar.gz"
sha256 = "ac4afd0492ad57729bf50c6ab93cc5e28d1164b72fb93d307c69313332138088"
2024-02-08 22:38:16 +01:00
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
main.default = 5000
[resources.apt]
packages = "python3-venv, python3-pip"