Sign inSign up

nitje/tippspiel

By nitje

Updated 3 months ago

WM | EM | BLx | FBLx | DFB | UCL | 20xx - Tippspiel siehe Beschreibung

Image
0

6.0K

nitje/tippspiel repository overview

tippspiel and it is tested only on uGreen NAS

  1. you can run it direct as ugreen-docker-project.

  2. after an update the admin need to push save in config and optional the users

  3. Update error at the end


Visit: https://interceptor.marconitschke.de/thread-156.html
docker-compose.yaml
# Ma Ni - v1.7
#
# Tippspiel
#
#
services:
  tippspiel:
    image: nitje/tippspiel:latest
    container_name: tippspiel
    restart: unless-stopped
    ports:
      - "15000:15000"
    environment:
      TZ: Europe/Berlin
      APP_UID: ${TIPPSPIEL_UID:-1000}
      APP_GID: ${TIPPSPIEL_GID:-10}
      TIPPSPIEL_CONFIG_DIR: /config
      TIPPSPIEL_TEMPLATE_DIR: /templates
      TIPPSPIEL_USERDATA_DIR: /userdata
      TIPPSPIEL_DATA_DIR: /data
      TIPPSPIEL_LOG_LEVEL: ${TIPPSPIEL_LOG_LEVEL:-error}
      TIPPSPIEL_DISCORD_USER_AGENT: ${TIPPSPIEL_DISCORD_USER_AGENT:-Tippspiel/1.7}
    volumes:
      - ${TIPPSPIEL_CONFIG_HOST:-./config}:/config
      - ${TIPPSPIEL_USERDATA_HOST:-./userdata}:/userdata
      - ${TIPPSPIEL_DATA_HOST:-./data}:/data
    network_mode: bridge




001_tippspiel
002_tippspiel
003_tippspiel
004_tippspiel
005_tippspiel
006_tippspiel
007_tippspiel
008_tippspiel
009_tippspiel
010_tippspiel
011_tippspiel

013_tippspiel
014_tippspiel
015_tippspiel

For a while, older versions used just "wm" instead of "wm26" for the "League Shortcut"; this should have been changed starting around version 0.9.

The order of steps is important:
You need to rename all files in "data" and then change "wm" to "wm26" in the management settings. After that, all game data should be restored.

Tag summary

Content type

Image

Digest

sha256:048db2449

Size

50.2 MB

Last updated

3 months ago

docker pull nitje/tippspiel