theme.park

A collection of themes/skins for 50 selfhosted apps!

MIT License

Stars
2.4K
Committers
46

Bot releases are hidden (Show)

theme.park - 1.7

Published by GilbN over 2 years ago

What's Changed

Other Changes

Full Changelog: https://github.com/GilbN/theme.park/compare/1.6.14...1.7

theme.park - 1.6.16

Published by GilbN over 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: https://github.com/GilbN/theme.park/compare/1.6.14...1.6.16

theme.park - 1.6.10

Published by GilbN over 2 years ago

What's Changed

Other Changes

New Contributors

Full Changelog: https://github.com/GilbN/theme.park/compare/1.6.9...1.6.10

theme.park - 1.6.9

Published by GilbN almost 3 years ago

What's Changed

⚠️ Breaking Changes ⚠️

  • Dropped support for legacy /CSS and /Resources url paths.

"New" url paths are here: https://docs.theme-park.dev/setup/#methods

If you are using docker mods and haven't updated the container in months just recreate the container.

-Dropped support for legacy theme option organizr-dark Has been renamed to organizr

Other Changes

Full Changelog: https://github.com/GilbN/theme.park/compare/1.6.8...1.6.9

theme.park - 1.6.8

Published by GilbN almost 3 years ago

theme.park - 1.6.7

Published by GilbN almost 3 years ago

theme.park - 1.6.5

Published by GilbN almost 3 years ago

theme.park - 1.6.4

Published by GilbN almost 3 years ago

theme.park -

Published by GilbN almost 3 years ago

Changes

  • Added Org marketplace screenshots for Nord theme. 48ef17f8b9ba57b199cfce96b42f0b9859f0ac19
  • Removed styling on readme table fa308d519b3e2e0257ab74583e55bb3088f4fb6a
theme.park - 1.6.1

Published by GilbN almost 3 years ago

Updates

Fixes

theme.park - 1.6.0

Published by GilbN almost 3 years ago

Breaking Changes

  • ⚠️Folder restructure⚠️
    • Base css files are now in /css/base/<app>/<app>-base.css
    • The variables folder have been split in two. theme-options and comunity-theme-options
  • Docker mods
    • Docker mods has a new variable. TP_COMMUNITY_THEME. Set this to "true" if you are using a community theme option.
  • URL path changes
    • Because of the folder changes you should update the paths to the css files in you subfilters/stylus etc.
  • theme options
    • The different theme options in the different base/themes subfolder have been removed.

NOTE

The old folder structure will still be working for the time being, but will be removed in the future.

Fixes

Badges
Extracted from project README
Docs Discord GitHub Stars Support GitHub GitHub Package Repository Docker Pulls Blog