Dmitry Verkhoturov

Results 243 comments of Dmitry Verkhoturov
trafficstars

Resolving the issue. Feel free to add a comment, and I'll reopen it.

The better way is to add `LE_ADDITIONAL_OPTIONS`, which would allow anything, rather than specifying that option. Feel free to send the PR with the change.

I think `certbot certonly -t -n --agree-tos --renew-by-default --email "${LE_EMAIL}" --webroot -w /usr/share/nginx/html -d ${LE_FQDN} ${LE_ADDITIONAL_OPTIONS}` should be enough. No need to check if that variable is present and non-zero.

@umputun I guess you need to do the push manually: 1.13.0 vs 1.13.1

It's fixed in [v1.14.0](https://github.com/umputun/remark42/releases/tag/v1.14.0), resolving.

Adminer неплох, мой голос за то чтобы оставить его. Если хотите настроить phpmyadmin у себя, возьмите пример от @FelemixX, и замените `PMA_HOST: mysql` на `PMA_HOST: db`.

The only way to properly protect `t.text` (as it's used elsewhere after return) is to make a deep copy of it and return the pointer to that copy instead of...

I'll check it. As a first step, could you please see if error in `ghcr.io/umputun/remark42:v1.13.1` and `ghcr.io/umputun/remark42:master` is the same? If it would be the same, please also check `v1.13.0`...

The UI problem is due to cached wrong version of CSS, force-reload of the page (or incognito mode) would fix that. There seem to be some breaking CSS change between...

According to what I see in the code, the current `master` image must work properly. Could you please deploy it to `https://comment.harrytang.xyz/` so I could test it?