Skip to content

Releases: themepark-dev/theme.park

1.8.0

1.7.3

03 Apr 15:34
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: 1.7.2...1.7.3

1.7.2

02 Apr 15:31
6a7b1fe
Compare
Choose a tag to compare

1.7.1

29 Mar 07:51
7639a35
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: 1.6.14...1.7.1

1.7

22 Mar 21:43
Compare
Choose a tag to compare
1.7

What's Changed

Other Changes

Full Changelog: 1.6.14...1.7

1.6.16

20 Mar 21:22
Compare
Choose a tag to compare

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

1.6.15

1.6.14

13 Mar 16:58
453f4cf
Compare
Choose a tag to compare

1.6.13

26 Feb 11:37
db07745
Compare
Choose a tag to compare

1.6.12