Dmitry Verkhoturov
Dmitry Verkhoturov
## Setup Create a new app using the template below: ```yaml captainVersion: 4 services: $$cap_appname: image: alpine:latest environment: TEST: $$cap_test_var caproverOneClickApp: variables: - id: $$cap_test_var label: 'test' defaultValue: '$$cap_appname.$$cap_root_domain' instructions:...
Hello there! ## Bug setup App template: ```yaml captainVersion: 4 services: $$cap_appname: image: non-existent:latest environment: {} caproverOneClickApp: variables: - id: $$cap_test_var label: 'test' defaultValue: '"' instructions: start: "" end: ""...
Before that change, dns_zone_id was not used, and cloud_id was used for retrieval every time.
cpu.cfs_period_us is 100μs by default despite having an "ms" unit for some unfortunate reason. Documentation: https://www.kernel.org/doc/html/latest/scheduler/sched-bwc.html#management The desired effect of that change is to match k8s default `CPUCFSQuotaPeriod` value (100ms...
Hi there! I'm adding the following text to my post: ```yaml # test ``` Here is what I see on the latest macOS with a dark theme both in Safari...
I run remark42 like that: `./remark42.darwin-arm64 server --secret=12345 --url=http://127.0.0.1:8080`. If I was logged in before running that version (with no auth providers) I see a normal comment screen: If I...
Here is what one would see by running Remark42 like `./remark42.darwin-arm64 server --secret=12345 --url=http://127.0.0.1:8080 `: Let's name it "Read-only mode" and write some helping text like "No authentication methods are...
First, at some point in time, we had email auto-completion in the subscription form when the user logged in with email - now (v1.10.1), it's not working, and it would...
Based on discussions #1019 and #1236, support of holding new comments before the administrator approved them would be a nice feature to have.
1. I've tried to find an anchor like https://remark42.com/docs/configuration/email/#admin-notifications on the page itself and didn't find it, would be nice to have a link to it next to the header....