Antonis Kalipetis

Results 23 comments of Antonis Kalipetis

A nice idea would be to follow the `ace_mode` as defined here: https://github.com/github/linguist/blob/master/lib/linguist/languages.yml It would be a nice idea since it's common ground and most developers already use it when...

From what I understand from the code, this is not possible. We could easily add the following checks though in the storage interface, for each `sub.domain.tld`: * `sub.domain.tld:latest` — current...

If the directory exists, but we don't have access to it, we could start iterating until we find an available suffix (`-1`, `-2`, etc). This will probably resolve #47, as...

> * make it softer (not "Warning") Would this mean just removing the "Warning:" prefix, or also an update in the wording? > * suggest to auto-remove the config so...

Hey @leandrocruz - it's not the best solution but you could either mount a file at `/usr/local/openresty/nginx/conf/ceryx.conf.tmpl` with the contents of the current file[^1], plus the wanted TLS config. You'll...

It's always nice to have the ability to load things from a `.env` file - apart from a simpler Docker secrets use-case which can now be circumvented, there are always...

> Just . .env before calling docker stack deploy does not help This should help @C-Pro - you need to have `export ...` lines in your `.env` file. Alternatively, you...

Using arg 0 would not work in that case, as the SSH daemon (that needs to refresh the SSH keys) will not be in the same directory as you when...

@shyim thanks for reporting. We could definitely do something like this, but given that we currently have a rather complex setup with our [Legacy CLI](https://github.com/platformsh/legacy-cli) and new functionality working side-by-side...