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.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"]
|
||||
|
||||
|
@ -16,7 +16,7 @@ demo = "https://chitchatter.im/"
|
|||
code = "https://github.com/jeremyckahn/chitchatter"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.21"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
|
@ -28,7 +28,6 @@ ram.runtime = "50M"
|
|||
[install]
|
||||
[install.domain]
|
||||
type = "domain"
|
||||
full_domain = true
|
||||
|
||||
[install.init_main_permission]
|
||||
type = "group"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
# nodejs version
|
||||
nodejs_version=18
|
||||
version_commit=2c29674a483a7e9e481710e135d0dd5ae8ce56b2
|
||||
version_commit=6529a0b4a7f7f00900a846055ef69ad86fffc254
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Add table
Reference in a new issue