diff --git a/README.md b/README.md index e767177..b5a3ffa 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ bts - Badminton Tournament Software ========== -Use [bup](https://github.com/phihag/bup/) at tournaments. +Use [bup](https://github.com/lule75/bup/) at tournaments. ## Docker installation [Install docker](https://docs.docker.com/install/) and run ``` -docker run -p 4000:4000 phihag/bts +docker run -p 4000:4000 lule75/bts ``` ## Manual installation diff --git a/div/apache/error.html b/div/apache/error.html index e6a0c0f..5c1e243 100644 --- a/div/apache/error.html +++ b/div/apache/error.html @@ -15,9 +15,9 @@

Entschuldigung!

-

Es gibt ein Problem mit dem Live-Ticker. Wir bemühen uns, den Ticker so schnell wie möglich wiederherzustellen.

+

There is a problem with the live ticker. We are trying to restore the ticker as quickly as possible

-

In der Zwischenzeit können abgeschlossene Spiele auf turnier.de eingesehen werden.

+

In the meantime, completed games can auf turnier.de can be viewed.

- \ No newline at end of file + diff --git a/static/cbts.html b/static/cbts.html index 6222446..577fdbe 100644 --- a/static/cbts.html +++ b/static/cbts.html @@ -2,7 +2,7 @@ -Badminton Tournament Server +UBA Badminton Tournament Server @@ -82,4 +82,4 @@ - \ No newline at end of file + diff --git a/ticker_config.json.default b/ticker_config.json.default index 50df4dc..63fb97d 100644 --- a/ticker_config.json.default +++ b/ticker_config.json.default @@ -1,7 +1,7 @@ { - "port": 4001, + "port": 4002, "report_errors": true, "tournament_name": "Live-Ticker", "prefix_html": "", - "note_html": "Tickering with bts" -} \ No newline at end of file + "note_html": "Tickering with bts" +}