mirror of
https://github.com/YunoHost-Apps/mumbleserver_ynh.git
synced 2024-09-03 19:46:03 +02:00
commit
d2a3339cae
3 changed files with 31 additions and 4 deletions
26
README.md
26
README.md
|
@ -11,8 +11,28 @@ Password and other usefull information will be sent to you after installation.
|
|||
#### Maintainers & history
|
||||
----------------
|
||||
|
||||
2014: Package creation was maid by [matlink]](https://github.com/Matlink)
|
||||
* 2014: Package creation was maid by [matlink]](https://github.com/Matlink)
|
||||
* 2016: improved and maintained by [Moul](https://github.com/M5oul)
|
||||
* 2018: full rewrite and now maintained by [Jibec](https://github.com/Jibec)
|
||||
|
||||
2016: improved and maintained by [Moul](https://github.com/M5oul)
|
||||
**Shipped version:** 1.2.8 (source package provided by Debian)
|
||||
|
||||
2018: full rewrote and now maintained by [Jibec](https://github.com/Jibec)
|
||||
# State of this package
|
||||
|
||||
* works fine:
|
||||
|
||||
* [x] install/remove/backup/remove/upgrade/multi-instance with x86_64
|
||||
|
||||
* to be confirmed
|
||||
* [x] ARM support
|
||||
* [x] Improve systemd protection
|
||||
|
||||
* to be added:
|
||||
* [ ] Improve log file and add logrotate
|
||||
|
||||
## Links
|
||||
|
||||
* Report a bug about this package: https://github.com/YunoHost-Apps/mumbleserver_ynh
|
||||
* Report a bug about Mumble itself: https://github.com/mumble-voip/mumble
|
||||
* Mumble website: https://mumble.info
|
||||
* YunoHost website: https://yunohost.org
|
||||
|
|
|
@ -10,6 +10,13 @@ Type=forking
|
|||
ExecStart=/usr/sbin/murmurd -ini __FINALPATH__/mumble-server.ini
|
||||
PIDFile=/var/run/mumble-server/__APP__.pid
|
||||
ExecReload=/bin/kill -s HUP $MAINPID
|
||||
PrivateDevices=true
|
||||
PrivateTmp=true
|
||||
ProtectHome=true
|
||||
ProtectSystem=strict
|
||||
ProtectControlGroups=yes
|
||||
ProtectKernelModules=yes
|
||||
ReadWritePaths=__FINALPATH__ /var/log/mumble-server /var/run/mumble-server
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"requirements": {
|
||||
"yunohost": ">= 3.1.0"
|
||||
},
|
||||
"version": "1.2.8~ynh4",
|
||||
"version": "1.2.8~ynh5",
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue