add new userparameter
This commit is contained in:
parent
b439d7c611
commit
a38980aabe
1 changed files with 20 additions and 0 deletions
|
@ -66,4 +66,24 @@ UserParameter=privatebin[*],cat /tmp/bin_stats | grep $1 | cut -d' ' -f2-
|
|||
UserParameter=etherpad[*],cat /tmp/pad_stats | grep $1 | cut -d' ' -f2-
|
||||
{% endif %}
|
||||
|
||||
{% if item.name == 'forgejo' %}
|
||||
# Forgejo
|
||||
UserParameter=forgejo[*],cat /tmp/git_stats | grep $1 | cut -d' ' -f2-
|
||||
{% endif %}
|
||||
|
||||
{% if item.name == 'prosody' %}
|
||||
# Prosody
|
||||
UserParameter=prosody[*],cat /tmp/prosody_stats | grep $1 | cut -d' ' -f2-
|
||||
{% endif %}
|
||||
|
||||
{% if item.name == 'jitsi' %}
|
||||
# Jitsi
|
||||
UserParameter=jitsi[*],cat /tmp/jitsi_stats | grep $1 | cut -d' ' -f2-
|
||||
{% endif %}
|
||||
|
||||
{% if item.name == 'mumble' %}
|
||||
# Mumble
|
||||
UserParameter=prmumbleosody[*],cat /tmp/mumble_stats | grep $1 | cut -d' ' -f2-
|
||||
{% endif %}
|
||||
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue