Skip to content

Releases: eylonshm/stashbro

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 02 Aug 11:34

StashBro v0.1.6

Self-host (Docker)

docker run -d \
  -v stashbro_data:/data \
  -e AUTH_TOKEN=your-secret-token \
  -p 3000:3000 \
  ghcr.io/eylonshm/stashbro-server:v0.1.6

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 21 Jul 19:55

StashBro v0.1.5

Self-host (Docker)

docker run -d \
  -v stashbro_data:/data \
  -e AUTH_TOKEN=your-secret-token \
  -p 3000:3000 \
  ghcr.io/eylonshm/stashbro-server:v0.1.5

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 21 Jul 19:03

StashBro v0.1.4

Self-host (Docker)

docker run -d \
  -v stashbro_data:/data \
  -e AUTH_TOKEN=your-secret-token \
  -p 3000:3000 \
  ghcr.io/eylonshm/stashbro-server:v0.1.4

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 16 Jul 12:54

StashBro v0.1.2

Self-host (Docker)

docker run -d \
  -v stashbro_data:/data \
  -e AUTH_TOKEN=your-secret-token \
  -p 3000:3000 \
  ghcr.io/eylonshm/stashbro-server:v0.1.2

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 17:44

StashBro v0.1.0

Self-host (Docker)

docker run -d \
  -v stashbro_data:/data \
  -e AUTH_TOKEN=your-secret-token \
  -p 3000:3000 \
  ghcr.io/eylonshm/stashbro-server:v0.1.0