mirror of
https://github.com/YunoHost-Apps/mumbleserver_ynh.git
synced 2024-09-03 19:46:03 +02:00
Add templates
This commit is contained in:
parent
c45e9319e2
commit
a31bdfa6d1
5 changed files with 16 additions and 3 deletions
|
@ -15,9 +15,6 @@
|
|||
upgrade=1 from_commit=d9ece341d532bd5eac9af9ce191da7b62d1e8bb1
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
wrong_user=0
|
||||
wrong_path=0
|
||||
port_already_use=0
|
||||
;;; Options
|
||||
Email=
|
||||
Notification=none
|
||||
|
|
5
doc/DISCLAIMER.md
Normal file
5
doc/DISCLAIMER.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
#### Setup
|
||||
|
||||
This package installs the Debian package and configures it with given settings. Password and other usefull information will be sent to you after installation.
|
||||
|
||||
- [Add the admin](http://wiki.mumble.info/wiki/Murmurguide#Connecting_to_Murmur_Server)
|
5
doc/DISCLAIMER_fr.md
Normal file
5
doc/DISCLAIMER_fr.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
## Configuration
|
||||
|
||||
mumbleserver_ynh installe le paquet Debian et le configure avec les paramètres donnés. Le mot de passe et d'autres informations utiles sont envoyés après l'installation.
|
||||
|
||||
- [Ajouter l'administrateur](http://wiki.mumble.info/wiki/Murmurguide#Connecting_to_Murmur_Server)
|
BIN
doc/screenshots/connected.png
Normal file
BIN
doc/screenshots/connected.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
|
@ -8,6 +8,12 @@
|
|||
},
|
||||
"version": "1.3.0~ynh2",
|
||||
"url": "https://mumble.info",
|
||||
"upstream": {
|
||||
"license": "BSD-3-Clause",
|
||||
"website": "https://mumble.info",
|
||||
"admindoc": "https://wiki.mumble.info/wiki/Main_Page",
|
||||
"code": "https://github.com/mumble-voip/mumble"
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
"maintainer": {
|
||||
"name": "",
|
||||
|
|
Loading…
Add table
Reference in a new issue