Rasmus Kjellberg

Results 20 comments of Rasmus Kjellberg

I see the transactions now. I guess it wasn't fully synced then. I never checked the block height but the `Syncing from ...` message disappeared after a minute or so....

Would love to get some feedback on this commit. I really need it for my production server ASAP :) @Athlon1600

Yeah, cool, you're absolutely right! And with your code its possible to add more query params (Y) The most important thing for me was the possibility to change language.

Thanks, really looking forward to be able to customize ports! But.. an entrypoint will always require a port and vice versa right? Maybe just using `entrypoints` instead of `ports` would...

Ok, understood! Not sure though if you're referring to the whole issue or just my proposal re `entrypoints`. But the thing is, there's no way (what I know, please correct...

Nice, but please allow `options` to take any option, not only publish and volumes. You can have a look at how it was done with servers in PR https://github.com/mrsked/mrsk/pull/95. I...

> @kjellberg would you like to move let's encrypt chat to another ticket? I'm happy to be involved but won't use it in prod so don't think I'm the right...

You can pass `-c` to specify a different path for the deploy configuration ๐Ÿ‘ _Originally posted by @dhh in https://github.com/mrsked/mrsk/issues/75#issuecomment-1454656935_ Try with: ```console mv config/deploy.yml .mrskrc mrsk deploy -c .mrskrc...

> Workaround for this was to SSH into the machine and run `docker stop traefik && docker rm traefik` before deployment Try with `$ mrsk traefik reboot` https://github.com/mrsked/mrsk/blob/83dc82661b8a02dd1fbb0ee91261104cee127862/lib/mrsk/cli/traefik.rb#L7

This can also be used to enable port 443 for https. Just a thought, why not rename `additional_ports` to just `ports`, which defaults to [80]. People messing with ports should...