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/conf/app.json

26 lines
768 B
JSON
Raw Normal View History

2024-02-08 22:38:16 +01:00
{
"name": "Open Web Calendar",
"description": "Embed a web calendar into your own website.",
"repository": "https://github.com/niccokunzmann/open-web-calendar",
"website": "https://github.com/niccokunzmann/open-web-calendar",
"success_url": "/",
"env": {
"APP_DEBUG": {
"description": "Whether to use debug mode to run the app (true/false). It defaults to true.",
"value": "true",
"required": false
},
"CACHE_REQUESTED_URLS_FOR_SECONDS": {
"description": "To speed up loading time, the requests to urls can be cached. This also delays displaying updates.",
"value": "600",
"required": false
}
},
"image": "heroku/python",
"keywords": [
"calendar",
"web",
"ical",
"open-source"
]
}