mirror of
https://github.com/YunoHost-Apps/mumble-web_ynh.git
synced 2024-09-03 19:46:16 +02:00
commit
fc9d482ff4
7 changed files with 11 additions and 7 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Web interface for voice chat software (VoIP)
|
Web interface for voice chat software (VoIP)
|
||||||
|
|
||||||
**Shipped version:** 1.3.0~ynh1
|
**Shipped version:** 1.3.0~ynh2
|
||||||
|
|
||||||
**Demo:** https://web.mumble.framatalk.org/
|
**Demo:** https://web.mumble.framatalk.org/
|
||||||
|
|
||||||
|
@ -35,6 +35,7 @@ Web interface for voice chat software (VoIP)
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
- Murmur documentation: https://wiki.mumble.info/wiki/Murmurguide
|
||||||
- Framasoft documentation: https://docs.framasoft.org/fr/jitsimeet/mumble.html
|
- Framasoft documentation: https://docs.framasoft.org/fr/jitsimeet/mumble.html
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
Interface web interface pour voix sur IP (VoIP)
|
Interface web interface pour voix sur IP (VoIP)
|
||||||
|
|
||||||
**Version incluse :** 1.3.0~ynh1
|
**Version incluse :** 1.3.0~ynh2
|
||||||
|
|
||||||
**Démo :** https://web.mumble.framatalk.org/
|
**Démo :** https://web.mumble.framatalk.org/
|
||||||
|
|
||||||
|
@ -31,6 +31,7 @@ Interface web interface pour voix sur IP (VoIP)
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
- Documentation Murmur : https://wiki.mumble.info/wiki/Murmurguide
|
||||||
- Documentation Framasoft : https://docs.framasoft.org/fr/jitsimeet/mumble.html
|
- Documentation Framasoft : https://docs.framasoft.org/fr/jitsimeet/mumble.html
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/Johni0702/mumble-web/archive/8f97d6326cfdafd89995d91b039a568c3a479276.tar.gz
|
SOURCE_URL=https://github.com/Johni0702/mumble-web/archive/4ef594c8a097d180700d22d91e9a7fea3bab08ac.tar.gz
|
||||||
SOURCE_SUM=8e54bba1259472e2f50b72dceae8e2a1637293bf3682c3fddefb2a94630bddeb
|
SOURCE_SUM=27ced80fc7a3035af531226658903ecd8a18881e045ebb5684d0a503ef67fb1d
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
ARCH_FORMAT=tar.gz
|
ARCH_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,4 +6,5 @@
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
- Murmur documentation: https://wiki.mumble.info/wiki/Murmurguide
|
||||||
- Framasoft documentation: https://docs.framasoft.org/fr/jitsimeet/mumble.html
|
- Framasoft documentation: https://docs.framasoft.org/fr/jitsimeet/mumble.html
|
||||||
|
|
|
@ -6,4 +6,5 @@
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
- Documentation Murmur : https://wiki.mumble.info/wiki/Murmurguide
|
||||||
- Documentation Framasoft : https://docs.framasoft.org/fr/jitsimeet/mumble.html
|
- Documentation Framasoft : https://docs.framasoft.org/fr/jitsimeet/mumble.html
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Web interface for voice chat software (VoIP)",
|
"en": "Web interface for voice chat software (VoIP)",
|
||||||
"fr": "Interface web interface pour voix sur IP (VoIP)"
|
"fr": "Interface web interface pour voix sur IP (VoIP)"
|
||||||
},
|
},
|
||||||
"version": "1.3.0~ynh1",
|
"version": "1.3.0~ynh2",
|
||||||
"url": "https://mumble.info",
|
"url": "https://mumble.info",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
},
|
},
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "",
|
"name": "eric_G",
|
||||||
"email": ""
|
"email": ""
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
pkg_dependencies="websockify"
|
pkg_dependencies="websockify"
|
||||||
|
|
||||||
# NodeJS version
|
# NodeJS version
|
||||||
nodejs_version=12
|
nodejs_version="14"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Reference in a new issue