3 Commits
0.1.2 ... 0.1.4

Author SHA1 Message Date
c792445e0f version bump
All checks were successful
continuous-integration/drone/tag Build is passing
2022-03-14 19:04:45 +01:00
76f5cf1853 fix restart 2022-03-14 19:04:26 +01:00
de0d9f9e1e fix ssl
All checks were successful
continuous-integration/drone/tag Build is passing
2022-03-14 09:00:31 +01:00
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
"name": "murmur - the mumble server", "name": "murmur - the mumble server",
"url": "https://git.asperti.com/paspo/hassio-addons", "url": "https://git.asperti.com/paspo/hassio-addons",
"image": "docker.asperti.com/paspo/hassio-murmur", "image": "docker.asperti.com/paspo/hassio-murmur",
"version": "0.1.2", "version": "0.1.4",
"slug": "murmur", "slug": "murmur",
"description": "murmur - the mumble server", "description": "murmur - the mumble server",
"startup": "services", "startup": "services",

View File

@@ -70,8 +70,8 @@ if bashio::config.true 'ssl'; then
certfile=$(bashio::config 'certfile' 10) certfile=$(bashio::config 'certfile' 10)
keyfile=$(bashio::config 'keyfile' 10) keyfile=$(bashio::config 'keyfile' 10)
cat >>/etc/umurmur/umurmurd.conf <<EOF cat >>/etc/umurmur/umurmurd.conf <<EOF
certificate = "${certfile}"; certificate = "/ssl/${certfile}";
private_key = "${keyfile}"; private_key = "/ssl/${keyfile}";
EOF EOF
fi fi

View File

@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bashio #!/usr/bin/with-contenv bashio
bashio::log.info "Starting uMurmur..." bashio::log.info "Starting uMurmur..."
exec /usr/bin/umurmurd -c /etc/umurmur/umurmurd.conf exec /usr/bin/umurmurd -c /etc/umurmur/umurmurd.conf -d