github themepark-dev/theme.park 1.6.16

latest releases: 1.18.0, 1.17.0, 1.16.2...
2 years ago

What's Changed

Fixed

New

  • Docker image available to selfhost all CSS files. (Still under development)

Docker

docker create \
  --name=theme-park \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Europe/Oslo \
  -e TP_DOMAIN=yourdomain.com \
  --restart unless-stopped \
  ghcr.io/gilbn/theme.park

Docker compose

version: "2.1"
services:
  theme-park:
    image: ghcr.io/gilbn/theme.park
    container_name: theme-park
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Oslo
      - TP_DOMAIN=yourdomain.com
    restart: unless-stopped

Other Changes

Full Changelog: 1.6.14...1.6.16

Don't miss a new theme.park release

NewReleases is sending notifications on new releases.