Rasmus Kjellberg
Rasmus Kjellberg
Hello, My app shows 0 balance after receiving an onchain transaction. I've been waiting for 6 confirmations. - Receiving address was updated to a new one. So it knows that...
Added the possibility to change more query string parameters
A suggestion to #6 - catch errors in deploy.yaml better. `lib/configuration/schema.yaml` sets json-schema rules for `deploy.yaml`. Must be extended with validations for all available options, just want to hear your...
Added some info and guidelines to CONTRIBUTING.md Co-authored by ChatGPT
From DigitalOcean docs: > For CI systems that support configuring registry authentication via username and password, use a DigitalOcean API **token** as **both the username and the password**. The API...
From DigitalOcean docs: > For CI systems that support configuring registry authentication via username and password, use a DigitalOcean API **token** as **both the username and the password**. The API...
I had to run `docker context remove ` first, before running `mrsk deploy` again. But I feel that when updating config values for the remote, the docker context should update...
A small fix for https://github.com/mrsked/mrsk/pull/85. ```console $ mrsk deploy .... Ensure Traefik is running... Finished all in 80.9 seconds ERROR (NoMethodError): undefined method `fetch' for nil:NilClass ```