From 4afd90e7fcfda4c32969ca373f601bc3dad4b90d Mon Sep 17 00:00:00 2001 From: lule75 Date: Fri, 9 Jun 2023 08:42:46 +0300 Subject: [PATCH 1/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 886b358c7a8fc6b80f0a1a8a9d0d7fd37cafe183 Mon Sep 17 00:00:00 2001 From: lule75 Date: Fri, 9 Jun 2023 08:43:33 +0300 Subject: [PATCH 2/5] Update ticker_config.json.default --- ticker_config.json.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ticker_config.json.default b/ticker_config.json.default index 50df4dc..b48b9b8 100644 --- a/ticker_config.json.default +++ b/ticker_config.json.default @@ -3,5 +3,5 @@ "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" +} From 930e3564d3d3ddb03d3b656a1bce10781757e432 Mon Sep 17 00:00:00 2001 From: lule75 Date: Tue, 15 Oct 2024 08:08:02 +0300 Subject: [PATCH 3/5] Update error.html --- div/apache/error.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 + From 1bbb095de236f236bfede142c3fb0d8ff874055d Mon Sep 17 00:00:00 2001 From: lule75 Date: Tue, 15 Oct 2024 08:19:36 +0300 Subject: [PATCH 4/5] Update cbts.html --- static/cbts.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + From bbb391f014cbc45d59424dae764e6ad2c244558e Mon Sep 17 00:00:00 2001 From: lule75 Date: Tue, 15 Oct 2024 08:20:15 +0300 Subject: [PATCH 5/5] Update ticker_config.json.default --- ticker_config.json.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ticker_config.json.default b/ticker_config.json.default index b48b9b8..63fb97d 100644 --- a/ticker_config.json.default +++ b/ticker_config.json.default @@ -1,5 +1,5 @@ { - "port": 4001, + "port": 4002, "report_errors": true, "tournament_name": "Live-Ticker", "prefix_html": "",