jovandeginste / workout-tracker

A workout tracking web application for personal use (or family, friends), geared towards running and other GPX-based activities
Other
945 stars 31 forks source link

Registration disabled #178

Closed pigwaa closed 2 months ago

pigwaa commented 2 months ago

What should I add to skip registration?

version: "3.8"
services:
  workout-tracker:
    image: ghcr.io/jovandeginste/workout-tracker:master
    restart: unless-stopped
    ports:
      # Host Port:Container Port
      - 8080:8080
    volumes:
      - ./data:/data
    environment:
      - WT_JWT_ENCRYPTION_KEY=my-secret-key
jovandeginste commented 2 months ago

Under environment, add:

      - WT_REGISTRATION_DISABLED=true
pigwaa commented 2 months ago

What are the default login credentials?

Zrzut ekranu 2024-07-10 o 19 00 49
jovandeginste commented 2 months ago

admin / admin (as is written in the readme)