[07:00:00]
<Yunohost Git/Infra notifications> [yunohost] kay0u pushed to enh-log-list-before-cursor: log: list: Add --before cursor to paginate operations ([91cae689](https://github.com/YunoHost/yunohost/commit/91cae68935b30d9dedb56106fb7a33376552c854))
[07:00:02]
<Yunohost Git/Infra notifications> [yunohost-admin] kay0u pushed to enh-logs-infinite-scroll: Load operations page by page in logs view when scrolling down ([9b427046](https://github.com/YunoHost/yunohost-admin/commit/9b427046d1c9744a9aaa1756ee8de2a648ac62ec))
[07:00:03]
<Yunohost Git/Infra notifications> [yunohost-admin] kay0u opened [pull request #692](https://github.com/YunoHost/yunohost-admin/pull/692) : Load operations page by page in logs view when scrolling down
[07:00:04]
<Yunohost Git/Infra notifications> [yunohost] kay0u opened [pull request #2367](https://github.com/YunoHost/yunohost/pull/2367) : log: list: Add --before cursor to paginate operations
[11:11:19]
<Yunohost Git/Infra notifications> [yunohost] orhtej2 converted to draft the [pull request #2338](https://github.com/YunoHost/yunohost/pull/2338) : Delay rebinding Ruby version until after the new version is installed
[11:11:25]
<Yunohost Git/Infra notifications> [issues] TabTwo [commented](https://github.com/YunoHost/issues/issues/2830#issuecomment-5652880748) on [issue #2830](https://github.com/YunoHost/issues/issues/2830) domain dns push to Porkbun fails (400) on all MX and SRV records — priority not passed as lexicon option: this one also affects Clouflare. See #2208 and #2185
[11:13:13]
<Yunohost Git/Infra notifications> [issues] TabTwo [commented](https://github.com/YunoHost/issues/issues/2208#issuecomment-5652909450) on [issue #2208](https://github.com/YunoHost/issues/issues/2208) Updating MX records in Cloudflare DNS via autodns fails: Hi, theres a proposed fix in https://github.com/dns-lexicon/dns-lexicon/pull/102
Also, theres currently no python-lexic...
[11:13:24]
<Yunohost Git/Infra notifications> [issues] TabTwo [commented](https://github.com/YunoHost/issues/issues/2185#issuecomment-5652910171) on [issue #2185](https://github.com/YunoHost/issues/issues/2185) Failed to create record SRV Cloudflare DNS: Hi, theres a proposed fix in https://github.com/dns-lexicon/dns-lexicon/pull/102
Also, theres currently no python-lexic...
[14:10:23]
<Ralph> I'm working on a patch to create SSHFP dns records automatically + verify by diagnose. That would require calling out = check_output(f"ssh-keygen -r yunohost -f {shlex.quote(keyfile)}") in src/dns.py. Is that something thats ok? Or should/must this be implemented in pure python without calling another binary?
[14:12:18]
<Salamandar> Hmm i would point out that should not be in dns.py but in the regen-conf scripts
[14:15:29]
<Salamandar> and then in dns.py you go and check out if the file exists
[14:15:39]
<Salamandar> Yeah that would be okay
[14:15:40]
<Salamandar> though it would be `-r {domain}` right ?
[14:18:41]
<Yunohost Git/Infra notifications> [install_script] Salamandar approved [pull request #90](https://github.com/YunoHost/install_script/pull/90#pullrequestreview-5190951955) fix(apt): explicitely install yunohost-portal
[14:38:32]
<Ralph> Sort of. But in this case its a placeholder without an effect afterwards
[14:39:53]
<Ralph> I try to find a solution in Python without that call, feels better
[14:41:24]
<Salamandar> idk it's also good to use dedicated tools for stuff. Especially for crypto / security topics
[14:45:01]
<Salamandar> so subprocess with check=true
[16:25:18]
<Ralph> fair and valid point
[16:25:20]
<tituspijean[m]> ---
Am I the only one with what looks like a bug in the domains settings storage?
I have this: `/etc/yunohost/domains/domains/domains/domains/domains/DOMAIN.yml` with `DOMAIN.yml` files in all `domains` subdirectories.
(I'm on YNH13)