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

63 lines
1.3 KiB
TOML
Raw Permalink 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-08-31 15:04:23 +02:00
version = "1.39~ynh2"
2024-02-08 22:38:16 +01:00
2024-08-31 15:04:23 +02:00
maintainers = []
2024-02-08 22:38:16 +01:00
[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]
2024-08-31 15:04:32 +02:00
yunohost = ">= 11.2.29"
helpers_version = "2.1"
2024-02-08 22:38:16 +01:00
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]
url = "https://github.com/niccokunzmann/open-web-calendar/archive/refs/tags/v1.39.tar.gz"
sha256 = "cb78197d6278b7e667650f28348e1130fd895c30e8e5d57a44ba786ef48325da"
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"