Compare commits
4 Commits
4b6995a59d
...
donlongsch
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ff110a1a07 | ||
|
|
b78c0ac907 | ||
|
|
1dae066a1e | ||
|
|
fbf74ae7c6 |
13
README
13
README
@@ -1,13 +0,0 @@
|
||||
# bs-bingo
|
||||
|
||||
## What is it?
|
||||
|
||||
It's a bullshit bingo.
|
||||
|
||||
## How to deploy?
|
||||
|
||||
Use the `docker-compose` file. I don't care if you don't like it. Fuck off.
|
||||
|
||||
## Why?
|
||||
|
||||
Because.
|
||||
30
README.md
Normal file
30
README.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# bs-bingo
|
||||
|
||||
## What is it?
|
||||
|
||||
It's a bullshit bingo.
|
||||
|
||||
## How to deploy?
|
||||
|
||||
Use the `docker-compose` file. I don't care if you don't like it. Fuck off.
|
||||
|
||||
## Why?
|
||||
|
||||
Because.
|
||||
|
||||
## I'm too stupid to find out where to edit the data
|
||||
|
||||
Good for you.
|
||||
|
||||
## Here is a chat message containing xyz additions!
|
||||
|
||||
Fuck off, this is a public repository, create a PR like normal people do.
|
||||
|
||||
## Hey, your HTML/JS is shit.
|
||||
|
||||
Yes.
|
||||
|
||||
## Authors
|
||||
|
||||
- aaron
|
||||
- your name could be added to this list
|
||||
23
docker-compose.yml
Normal file
23
docker-compose.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
version: '3'
|
||||
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
internal:
|
||||
external: false
|
||||
|
||||
services:
|
||||
nginx:
|
||||
restart: always
|
||||
image: nginx:latest
|
||||
container_name: bsbingo
|
||||
volumes:
|
||||
- /mnt/docker/bs_bingo/HTML5-bingo:/usr/share/nginx/html
|
||||
labels:
|
||||
- traefik.http.routers.bingo.rule=Host(`bingo.0x29a.ch`)
|
||||
- traefik.http.routers.bingo.tls=true
|
||||
- traefik.http.routers.bingo.tls.certresolver=lets-encrypt
|
||||
- traefik.port=80
|
||||
networks:
|
||||
- web
|
||||
- internal
|
||||
@@ -2,7 +2,7 @@ var headerText = "Puzzle Bingo";
|
||||
|
||||
var footerText = "<a href='https://github.com/id101010/HTML5-bingo/' target='_blank'>This versions is code available on github</a><br/><a href='https://www.youtube.com/watch?v=HIcSWuKMwOw' target='_blank'>Original code</a>";
|
||||
|
||||
var winText = "Gratulation, du erhälst (k)einen Bonus!";
|
||||
var winText = "Gratulation, du erhälst (k)einen Teuerungsausgleich!";
|
||||
|
||||
var clickSnd = new Audio("audio/click.mp3");
|
||||
|
||||
@@ -92,5 +92,10 @@ var JSONBingo = {"squares": [
|
||||
{"square":"Bonus"},
|
||||
{"square":"Tim"},
|
||||
{"square":"Lars"},
|
||||
{"square":"cryptopus"},
|
||||
{"square":"frontend"},
|
||||
{"square":"security"},
|
||||
{"square":"datenschutz"},
|
||||
{"square":"Audit"},
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user