mirror of
https://github.com/YunoHost-Apps/beehive_ynh.git
synced 2024-09-03 18:06:24 +02:00
commit
3e9096a8ee
3 changed files with 10 additions and 6 deletions
|
@ -28,7 +28,7 @@ Beehive is an event and agent system, which allows you to create your own agents
|
||||||
- Notify you when a stock's price drops below a certain value
|
- Notify you when a stock's price drops below a certain value
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 0.4.0~ynh2
|
**Shipped version:** 0.4.0~ynh3
|
||||||
|
|
||||||
**Demo:** https://github.com/muesli/beehive/wiki/Available-Hives
|
**Demo:** https://github.com/muesli/beehive/wiki/Available-Hives
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ Beehive is an event and agent system, which allows you to create your own agents
|
||||||
- Notify you when a stock's price drops below a certain value
|
- Notify you when a stock's price drops below a certain value
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 0.4.0~ynh2
|
**Version incluse :** 0.4.0~ynh3
|
||||||
|
|
||||||
**Démo :** https://github.com/muesli/beehive/wiki/Available-Hives
|
**Démo :** https://github.com/muesli/beehive/wiki/Available-Hives
|
||||||
|
|
||||||
|
|
|
@ -3,10 +3,11 @@ packaging_format = 2
|
||||||
id = "beehive"
|
id = "beehive"
|
||||||
name = "Beehive"
|
name = "Beehive"
|
||||||
description.en = "Flexible event/agent & automation system"
|
description.en = "Flexible event/agent & automation system"
|
||||||
|
description.fr = "Système flexible d'événement et d'automatisation"
|
||||||
|
|
||||||
version = "0.4.0~ynh2"
|
version = "0.4.0~ynh3"
|
||||||
|
|
||||||
maintainers = ["Anmol Sharma"]
|
maintainers = []
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
@ -14,7 +15,7 @@ demo = "https://github.com/muesli/beehive/wiki/Available-Hives"
|
||||||
code = "https://github.com/muesli/beehive"
|
code = "https://github.com/muesli/beehive"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.15"
|
yunohost = ">= 11.2"
|
||||||
architectures = ["amd64", "arm64", "armhf"]
|
architectures = ["amd64", "arm64", "armhf"]
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -26,7 +27,10 @@ ram.runtime = "50M"
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
type = "domain"
|
type = "domain"
|
||||||
full_domain = true
|
|
||||||
|
[install.init_main_permission]
|
||||||
|
type = "group"
|
||||||
|
default = "visitors"
|
||||||
|
|
||||||
[install.admin]
|
[install.admin]
|
||||||
type = "user"
|
type = "user"
|
||||||
|
|
Loading…
Add table
Reference in a new issue