init
continuous-integration/drone/push Build is passing Details

master
Simon Bruder 2019-03-25 16:08:46 +01:00
commit 60f6618b05
3 changed files with 42 additions and 0 deletions

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: r.sbruder.de
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: r.sbruder.de/murmur

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM alpine
RUN apk add --no-cache murmur
COPY murmur.ini /etc/
ENTRYPOINT ["murmurd", "-ini", "/etc/murmur.ini", "-fg"]

22
murmur.ini Normal file
View File

@ -0,0 +1,22 @@
database=/var/lib/murmur/murmur.sqlite
icesecretwrite=
welcometext=
port=64738
serverpassword=
bandwidth=1000000
users=100
opusthreshold=0
logdays=-1
uname=murmur
# escape backslashes (\\)
#channelname=[ \\-=\\w\\#\\[\\]\\{\\}\\(\\)\\@\\|]+
#username=[-=\\w\\[\\]\\{\\}\\(\\)\\@\\|\\.]+
sslCert=/etc/ssl/fullchain
sslKey=/etc/ssl/privkey
# has to be last section
[Ice]
Ice.Warn.UnknownProperties=1
Ice.MessageSizeMax=65536