Skip to content

0.5.2

Compare
Choose a tag to compare
@jonnitto jonnitto released this 28 Jun 13:13
· 13 commits to main since this release
2a051e3

✨ Feature:

Add deploy.yaml and deploy.php to the root folder on installation (only if they are not present)

🐛 Bugfix:

Fix issue with Redis, where nothing could be written to the Redis database.

To fix this in a current installation add following line at the end in your ~/.redis/conf on your Uberspace:

save ""

and ~/etc/services.d/redis.ini should look like this (The directory entry was missing):

[program:redis]
command=redis-server %(ENV_HOME)s/.redis/conf
directory=%(ENV_HOME)s/.redis
autostart=yes
autorestart=yes

and restart the service with

supervisorctl restart redis