mirror of
https://github.com/YunoHost-Apps/chitchatter_ynh.git
synced 2024-09-03 18:15:59 +02:00
commit
4a26fd0ac2
2 changed files with 3 additions and 4 deletions
|
@ -5,7 +5,7 @@ name = "Chitchatter"
|
||||||
description.en = "Peer-to-peer chat that is serverless, decentralized, and ephemeral"
|
description.en = "Peer-to-peer chat that is serverless, decentralized, and ephemeral"
|
||||||
description.fr = "Chat peer-to-peer sans serveur, décentralisée et éphémère"
|
description.fr = "Chat peer-to-peer sans serveur, décentralisée et éphémère"
|
||||||
|
|
||||||
version = "1.0~ynh7"
|
version = "1.0~ynh8"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ demo = "https://chitchatter.im/"
|
||||||
code = "https://github.com/jeremyckahn/chitchatter"
|
code = "https://github.com/jeremyckahn/chitchatter"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.21"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -28,7 +28,6 @@ ram.runtime = "50M"
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
type = "domain"
|
type = "domain"
|
||||||
full_domain = true
|
|
||||||
|
|
||||||
[install.init_main_permission]
|
[install.init_main_permission]
|
||||||
type = "group"
|
type = "group"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
# nodejs version
|
# nodejs version
|
||||||
nodejs_version=18
|
nodejs_version=18
|
||||||
version_commit=2c29674a483a7e9e481710e135d0dd5ae8ce56b2
|
version_commit=6529a0b4a7f7f00900a846055ef69ad86fffc254
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Add table
Reference in a new issue