About Demyx
coding open source software.

Recent supporters

m0py bought a coffee.
demyx is awesome <3

aLi3nZ bought 3 coffees.
demyx makes life easier for running up a secure WordPress instance very fast! I am new to the webdev space and the support I have received from Demyx creator has been outstanding. Even for things I should probably have already known or found in the great documentation on demyx.sh and for things not related to demyx but just wordpress. I really appreciate demyx being created and completely free. Much love.
Posts
Upgrading This version requries updating the host helper script first. # Update the demyx image to the latest version docker pull demyx/demyx # Update the host helper script docker run -t --rm \ -v /usr/local/bin:/tmp \ --user=root \ --entrypoint=bash \ demyx/demyx -c 'cp -f /etc/demyx/host.sh /tmp/demyx; chmod +x /tmp/demyx' # Use the latest version of demyx demyx host restart # Finally upgrade d...
Release 1.8.3
Apr 08, 2024
300 views
Upgrading Due to a lot of changes with Docker, there had to be a lot of fixes/workarounds made in order to ease the burden of upgrading. Follow these steps for a smooth transition. # Update the demyx image to the latest version docker pull demyx/demyx # Update the host helper script docker run -t --rm \ -v /usr/local/bin:/tmp \ --user=root \ --entrypoint=bash \ demyx/demyx -c 'cp -f /etc/demyx/hos...
Release 1.8.2
Mar 27, 2024
292 views
Fixes Creating new apps were erroring on subdomains using --ssl flag 72fd7da Docker versions would mismatch between local and remote versions 7b18cb7 demyx host dev was targeting the wrong string 87398c4 Apparently the code-server service crashes when mem_limit is too low a08eef2 This was supposed to be included in the last update but phpmyadmi...
Release 1.8.1
Mar 19, 2024
327 views