Compare commits

...

5 Commits

Author SHA1 Message Date
3b498779c1 fix readme
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-08 12:17:36 +02:00
67deae061b go report in readme
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-08 12:16:59 +02:00
611f2ac27f fixes readme badge
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-07 15:43:29 +02:00
1734610edf Bump version: 0.2.17 → 0.2.18
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-07 15:26:01 +02:00
3795944d3c fixes docker entrypoint 2020-10-07 15:25:56 +02:00
4 changed files with 9 additions and 5 deletions

View File

@ -1,4 +1,4 @@
[bumpversion]
current_version = 0.2.17
current_version = 0.2.18
commit = True
tag = True

View File

@ -49,7 +49,9 @@ steps:
commands:
- sleep 5
- apk add --no-cache bash curl docker git
- echo "$DOCKER_PASSWORD" | docker login -u $DOCKER_USERNAME --password-stdin $DOCKER_REGISTRY
- >
echo "$DOCKER_PASSWORD" |
docker login -u $DOCKER_USERNAME --password-stdin $DOCKER_REGISTRY
- curl -sL https://git.io/goreleaser | bash
depends_on:
- test
@ -64,6 +66,8 @@ services:
volumes:
- name: dockersock
path: /var/run
when:
event: tag
volumes:
- name: dockersock

View File

@ -1,4 +1,4 @@
FROM scratch
COPY jitsiexporter /
EXPOSE 9700
ENTRYPOINT ["/bin/jitsiexporter", "-debug=true", "-host=0.0.0.0"]
ENTRYPOINT ["/jitsiexporter", "-debug=true", "-host=0.0.0.0"]

View File

@ -1,7 +1,7 @@
# jitsiexporter
[![Build Status](https://cloud.drone.io/api/badges/xsteadfastx/jitsiexporter/status.svg)](https://cloud.drone.io/xsteadfastx/jitsiexporter)
[![Docker Repository on Quay](https://quay.io/repository/xsteadfastx/jitsiexporter/status "Docker Repository on Quay")](https://quay.io/repository/xsteadfastx/jitsiexporter)
[![Build Status](https://ci.xsfx.dev/api/badges/prometheus/jitsiexporter/status.svg)](https://ci.xsfx.dev/prometheus/jitsiexporter)
[![Go Report Card](https://goreportcard.com/badge/git.xsfx.dev/prometheus/jitsiexporter)](https://goreportcard.com/report/git.xsfx.dev/prometheus/jitsiexporter)
A Jitsi meet prometheus exporter.