Hello everybody,
we bought Wayk Now a while back due to the feature "Self Hosted"...
A lot of time has passed already but I can nowhere find any information how to setup our own "Wayk Now Den"...
How can I do that?
Thanks!
Best regards,
Chris
Hi Chris,
The self-hosted Wayk Den is available in public beta here: https://github.com/devolutions/WaykDen-ps
You can follow the instructions from the README to get a good idea of currently supported features and how they can be configured.
We are still improving things before moving out of beta and considering it a final release, but it is already functional.
Please let us know what you think,
Best regards,
Marc-André Moreau
Thanks Marc-André,
that is good news!
I have just had a look at the documentation...
It is not just to install the PS file ;-)
Hopefully I will have time to try it out soon...
Do you already know of a way to automatically use LetsEncrypt to create and maintain a correct SSL cert?
Thanks and best regards,
Chris
Hi Chris,
That's a good question, it can definitely be done since we're using traefik and traefik supports letsencrypt. I suggest you follow the instructions from the README, but instead of calling "Start-WaykDen", use "Export-WaykDenConfig -DockerScript" to export the configuration and all files in a directory with a "wayk-den.ps1" generated scripts. This script and associated files can then be used independently from the cmdlet (run ./WaykDen/wayk-den.ps1 start).
You'll see all command-line options, docker containers, environment variables, etc in the script, easily editable. The different microservices are configured to be put behind a traefik instance, so you can try changing the traefik.toml configuration file to use letsencrypt.
Best regards,
Marc-André Moreau