Philip Chan
Philip Chan
I am looking detail this issue. It seems that startup script try to re-generate configuration into OpenLDAP if container is new. Try setting environment `KEEP_EXISTING_CONFIG=true` to skip re-generation. Compared to...
@padma0104 I gave up multi-master replication solution and rollback to single master. There is no multi-master replication requirement for me. * LDAP data is small in my corporation (mainly used...
@murphye > k port-forward istio-ingressgateway-5686db779c-z2hk7 7443:43 -n istio-system You port-forward port's **43** port to localhost **7443** port and certificate works well. While in pod yaml there is no **43** container...
There is no yaml manifest available. This repository is only for klipper-lb docker image. It lacks of Kubernetes Load Balancer controller. The controller of part of K3S: https://github.com/k3s-io/k3s/blob/master/pkg/servicelb/controller.go
Interesting idea. Before implement this feature, to quickly move menu focus, some shortcuts can be useful https://github.com/koreader/koreader/blob/f836f6a237b7f9ac52720cc50073c2bdfc711305/frontend/ui/widget/focusmanager.lua#L58-L68
No logs can be fetch from `system-upgrade-controller`, but in containerd, I found `v1.29.1-k3s1` was pushed to latest channel and `system-upgrade-controller` start to upgrade at `2024-01-31T01:43:42` ``` time="2024-01-31T01:43:42.365760112Z" level=info msg="PullImage \"rancher/k3s-upgrade:v1.29.1-k3s1\""...
@Commodore64user Nice job. koreader has serveral render engines for different book formats. Test your feature on each engine to make sure everything work well. https://github.com/koreader/koreader/blob/79be8a10b1162335bebe8190e713665f93fdb298/frontend/document/picdocument.lua#L57 https://github.com/koreader/koreader/blob/79be8a10b1162335bebe8190e713665f93fdb298/frontend/document/pdfdocument.lua#L360 https://github.com/koreader/koreader/blob/79be8a10b1162335bebe8190e713665f93fdb298/frontend/document/djvudocument.lua#L146 https://github.com/koreader/koreader/blob/79be8a10b1162335bebe8190e713665f93fdb298/frontend/document/djvudocument.lua#L146
@pdavydov108 I only tested LTS stable kernel version only (6.1 switch to 6.6), for stable and mainline kernel version, I have little of time to test. I am not familiar...
@Commodore64user Look at here. Add your key combination and have a tried on your device. I tested on Kindle DX. https://github.com/koreader/koreader/blob/ba8891082c75a046e8e8c165a9d6b100df3740c3/frontend/ui/widget/focusmanager.lua#L60
@Commodore64user Hope I understand your idea properly. I tried to implement in spare time.