Skip to content

Chlorine patch 2

Compare
Choose a tag to compare
@Stoakes Stoakes released this 19 Dec 09:18
· 92 commits to master since this release

various cleanups & dependencies upgrade

Migration

Make sure you are at version 3.0.1 before running this migration. Run migration commands step by step (copy-paste block is not advised)

cd /var/www/Incipio
git fetch

# Save config file and update it
cp var/key_value_store/config.json ./config.json.old
git checkout var/key_value_store/config.json

git checkout v3.0.2
mv ./config.json.old var/key_value_store/config.json
docker-compose build web

# Update to traefik 2.3
sed -i 's/image: traefik:.*/image: traefik:2\.3/' docker-compose.yml

# Start new containers
docker-compose up -d web traefik

# Cleanup
docker rmi php:7.3-apache traefik:2.0 $(docker images -q --filter "dangling=true")

# Be sure to regularly update your server: apt-get update && apt-get dist-upgrade

Changelog

Comparison between 3.0.1 and 3.0.2

This release includes (but is not limited to):

  • Update PHP dependencies
  • Upgrade Jeyser base image to PHP 7.4
  • Upgrade Traefik to version 2.3
  • Fix default logo