github lklynet/aurral test-release
Test

latest releases: v1.35.0, v1.35.0-test.4, v1.35.0-test.3...
pre-releaseone month ago

Pre-release build from the test branch. Single combined image (frontend + backend). Deploy with the :test image tag.

Docker image (GHCR):
ghcr.io/lklynet/aurral:test

Deploy with docker-compose:

services:
  aurral:
    image: ghcr.io/lklynet/aurral:test
    restart: unless-stopped
    user: "0:0"
    ports:
      - "3001:3001"
    environment:
      - DOWNLOAD_FOLDER=/data/downloads/tmp
    volumes:
      - /data/downloads/tmp:/app/downloads
      - ./data:/app/backend/data

Don't miss a new aurral release

NewReleases is sending notifications on new releases.