Compare commits
8 Commits
4b6995a59d
...
more-shit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
35331f6bd1 | ||
|
|
340f6d5fb2 | ||
| ee7230fd02 | |||
| ad5b26786a | |||
|
|
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.
|
||||
31
README.md
Normal file
31
README.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# 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
|
||||
- ombre
|
||||
- yannik
|
||||
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
|
||||
14
js/data.js
14
js/data.js
@@ -1,8 +1,8 @@
|
||||
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 footerText = "<a href='https://github.com/id101010/HTML5-bingo/' target='_blank'>This versions is code available on some weird-ass git server</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");
|
||||
|
||||
@@ -40,8 +40,10 @@ var JSONBingo = {"squares": [
|
||||
{"square":"Leistungsprozente"},
|
||||
{"square":"Apfelvideo"},
|
||||
{"square":"Apfelbaum"},
|
||||
{"square":"Apfel-Zvieri"},
|
||||
{"square":"Apfel"},
|
||||
{"square":"Sales-Aktivitaet"},
|
||||
{"square":"Sales Engineer"},
|
||||
{"square":"Ueberzeit abbauen"},
|
||||
{"square":"bewusst verbuchen"},
|
||||
{"square":"interne Projekte"},
|
||||
@@ -92,5 +94,13 @@ var JSONBingo = {"squares": [
|
||||
{"square":"Bonus"},
|
||||
{"square":"Tim"},
|
||||
{"square":"Lars"},
|
||||
{"square":"cryptopus"},
|
||||
{"square":"frontend"},
|
||||
{"square":"security"},
|
||||
{"square":"datenschutz"},
|
||||
{"square":"Audit"},
|
||||
{"square":"Vertrauen"},
|
||||
{"square":"Marktopportunitäten"},
|
||||
{"square":"Gute Auslastung"},
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user