Tuesday, February 20, 2024
dev@conference.yunohost.org
February
Mon Tue Wed Thu Fri Sat Sun
      1
2 3 4
5 6 7 8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
     
             

[06:23:11] <Yunohost Git/Infra notifications> [issues] @OniriCorpe labeled :birthday: feature on [issue #2334](https://github.com/YunoHost/issues/issues/2334): Add doc/PRE_REMOVE.md
[06:37:54] <kayou> > <@tag:lostpod.me> Je voulais push les derniers changements de https://github.com/YunoHost/lxd_img_builder mais j'ai pas les droits

you can now
[06:38:27] <kayou> fallait être owner de l'org YunoHost
[09:43:08] <Salamandar> I wanted to add the support of sourcehut to the autoupdater, but it looks like their API is authenticated-only ? o.O
[10:09:25] <orhtej2> > <@Salamandar:matrix.org> I wanted to add the support of sourcehut to the autoupdater, but it looks like their API is authenticated-only ? o.O

API-API or the new shiny GraphQL stuff?
[10:11:03] <Salamandar> no no rest api
[10:11:41] <Salamandar> for example: https://git.sr.ht/api/user/~emersion
[10:12:00] <orhtej2> ouch
[10:12:08] <orhtej2> one would think GETs are ffa
[10:12:23] <Salamandar> ffa ?
[10:12:27] <orhtej2> free for all
[10:13:05] <orhtej2> otoh we're already supplying github auth token (not for reading, but still) so hacking a token in shouldn't be that hard if needed
[10:13:16] <orhtej2> how many apps are hosted there anyway?
[10:14:10] <orhtej2> graphql also requires authentication :/
[10:15:19] <Salamandar> > how many apps are hosted there anyway?

not many
[10:15:36] <Salamandar> 3
[10:15:47] <Salamandar> gemserv, librex, gamja
[10:16:19] <Salamandar> might be more on self hosted, because i just grepped sr.ht
[10:20:14] <Yunohost Git/Infra notifications> @oAnubis forked yunohost to [oAnubis/yunohost](https://github.com/oAnubis/yunohost)
[10:22:12] <Yunohost Git/Infra notifications> @oAnubis forked yunohost-portal to [oAnubis/yunohost-portal](https://github.com/oAnubis/yunohost-portal)
[10:22:56] <Yunohost Git/Infra notifications> @oAnubis forked yunohost-admin to [oAnubis/yunohost-admin](https://github.com/oAnubis/yunohost-admin)
[10:23:26] <Yunohost Git/Infra notifications> @oAnubis forked SSOwat to [oAnubis/SSOwat](https://github.com/oAnubis/SSOwat)
[10:53:17] <Salamandar> Anyone knows why there's a strip("/") here ?
[10:53:17] <Salamandar> https://github.com/YunoHost/apps/blob/5aa7a0f5df018523e5cfcbc1ce895b8680c6642f/tools/autoupdate_app_sources/autoupdate_app_sources.py#L386
[10:53:34] <Salamandar> I'm trying to add a new autoupdate "provider" and it's really blocking me
[10:55:48] <Salamandar> anyways we can discuss that on my open pr
[11:02:23] <orhtej2> because you have to decide either upstream ends in no `/` and APIs append `/api/whatever` or upstream ends in singular `/` (harder to implement that `strip('/')`) and APIs append `api/whatever\`
[11:02:46] <Salamandar> alright
[11:02:54] <Salamandar> I think this should be handled by the "rest api"s
[11:03:11] <Salamandar> i'm amending my commit
[11:05:50] <Salamandar> actually it was kinda already handled
[14:12:34] <Hunter Smith> anyone active
[14:18:27] <Hunter Smith> https://github.com/WisdomSky/Cloudflared-web
[14:19:00] <Hunter Smith> is it possible to add this app to the apps list
[15:27:04] <orhtej2> > <@smithdev.net:matrix.org> is it possible to add this app to the apps list

it is possible to add it to [the wishlist](https://apps.yunohost.org/wishlist) or, even better, [packaging it yourself](https://yunohost.org/en/packaging_apps_intro)!
[15:39:47] <tituspijean> If you un-dockerize it, yes of course. Though it will get a "non-free-network" antifeature 'coz it relies on cloudflare
[16:36:54] <Yunohost Git/Infra notifications> [lxd_img_builder] @Tagadda pushed 1 commit to master: Some local changes that had not been committed before ([474c7108](https://github.com/YunoHost/lxd_img_builder/commit/474c7108aaeac143369f5056ebc99d2c231b0994))
[17:03:37] <m606> @titus
[17:05:11] <m606> @titus:pijean.ovh I feel like I asked here that already, but... is there any general principle to follow to "undockerize" an app (when no specific instructions are provided by the dev)?
[17:08:29] <tituspijean> If the app involves a Docker-Compose file that calls 132165498 Docker images, I GTFO and claim the app is not self-hosting-friendly (in the ynh definition)
[17:08:53] <tituspijean> There is no absolute and general way to do it, but if an app only provides a docker image usually open the Dockerfile and translate it back into Bash the instructions.
[17:09:07] <tituspijean> (sorry, wild edits, my grammar is horrendous)
[17:10:05] <orhtej2> There are also apps that extract image contents to skip the build step
[17:10:26] <orhtej2> Although I don't remember which ones from the top of my head
[17:11:22] <tituspijean> oh yeah I forgot about those
[17:12:18] <tituspijean> https://github.com/search?q=org%3AYunoHost-Apps%20docker%20path%3Amanifest.toml&type=code
lemmy and photoprism in packaging v2
[17:14:47] <tituspijean> and vaultwarden somehow uses its own helper: https://github.com/search?q=org%3AYunoHost-Apps%20ynh_docker_image_extract%20&type=code
[17:17:06] <orhtej2> > <@titus:pijean.ovh> and vaultwarden somehow uses its own helper: https://github.com/search?q=org%3AYunoHost-Apps%20ynh_docker_image_extract%20&type=code

Same thing tbh
[17:17:24] <m606> thanks! I shall try "later" and write a doc page to serve as an example
[17:20:52] <Émy - OniriCorpe> > Although I don't remember which ones from the top of my head

Vaultwarden
[17:21:22] <orhtej2> As linked by Titus above xD
[17:21:39] <Émy - OniriCorpe> I should really read the backlog before replying lmao
[17:23:02] <Émy - OniriCorpe> But i have a 1.5 seconds memory, if i read the backlog, i will forget my reply
[19:10:03] <Aleks (he/him/il/lui)> https://signal.org/blog/phone-number-privacy-usernames/ this is big ?
[19:18:48] <lapineige> Yes 🙂
[19:18:54] <lapineige> Not yet usable without a phone number
[19:19:08] <lapineige> but yeah, finally usable without giving your phone number
[19:38:09] <m606> > Not yet usable without a phone number

I wonder why this model of making phone number mandatory at registration (as they apparently did not plan to sell neither data nor the foundation/company)?
[19:40:32] <lapineige> A lot of reason could justify it, such as the authentification
[19:52:43] <m606> Sure, but any mandatory reason? For instance [Simplex chat](https://simplex.chat/docs/guide/making-connections.html) works with a custom P2P protocol without ID (or rather no centralized ID).
[19:53:19] <m606> then of course it appeared years after Signal but....
[20:01:51] <Émy - OniriCorpe> > <@m606:matrix.org> I wonder why this model of making phone number mandatory at registration (as they apparently did not plan to sell neither data nor the foundation/company)?

avoid junk/spam account creation?
[20:02:31] <Yunohost Git/Infra notifications> [issues] @Axolotle closed [issue #2314](https://github.com/YunoHost/issues/issues/2314): Bookworm: in the webadmin, the User interface button in top right redirects to https://{ip}/yunohost/sso which doesn work
[20:02:32] <Yunohost Git/Infra notifications> [issues] @Axolotle [commented](https://github.com/YunoHost/issues/issues/2314#issuecomment-1954964344) on [issue #2314](https://github.com/YunoHost/issues/issues/2314) Bookworm: in the webadmin, the User interface button in top right redirects to https://{ip}/yunohost/sso which doesn work: done with https://github.com/YunoHost/yunohost-admin/pull/530/commits/613cdaf41eec1107ab03834160173b0d53e80119
[20:13:17] <Yunohost Git/Infra notifications> [issues] @OniriCorpe assigned OniriCorpe on [issue #2334](https://github.com/YunoHost/issues/issues/2334): Add doc/PRE_REMOVE.md
[20:13:57] <Yunohost Git/Infra notifications> [issues] @OniriCorpe labeled :cake: enhancement on [issue #2334](https://github.com/YunoHost/issues/issues/2334): Add doc/PRE_REMOVE.md
[20:13:59] <Yunohost Git/Infra notifications> [issues] @OniriCorpe labeled :package: App packaging on [issue #2334](https://github.com/YunoHost/issues/issues/2334): Add doc/PRE_REMOVE.md
[20:14:18] <Yunohost Git/Infra notifications> WARNING: unknown pull_request action: assigned
[20:22:23] <Yunohost Git/Infra notifications> [issues] @OniriCorpe labeled :birthday: feature on [issue #2335](https://github.com/YunoHost/issues/issues/2335): Store: add to weblate to allow translations
[20:22:23] <Yunohost Git/Infra notifications> [issues] @OniriCorpe labeled :notebook_with_decorative_cover: App catalog on [issue #2335](https://github.com/YunoHost/issues/issues/2335): Store: add to weblate to allow translations
[20:22:23] <Yunohost Git/Infra notifications> [issues] @OniriCorpe opened [issue #2335](https://github.com/YunoHost/issues/issues/2335): Store: add to weblate to allow translations
[20:22:24] <Yunohost Git/Infra notifications> [issues] @OniriCorpe labeled :star2: ux on [issue #2335](https://github.com/YunoHost/issues/issues/2335): Store: add to weblate to allow translations
[20:23:56] <Yunohost Git/Infra notifications> [issues] @Psycojoker assigned alexAubin on [issue #2050](https://github.com/YunoHost/issues/issues/2050): Support Debian 12 "Bookworm"
[20:24:39] <Yunohost Git/Infra notifications> [issues] @OniriCorpe assigned kay0u on [issue #2335](https://github.com/YunoHost/issues/issues/2335): Store: add to weblate to allow translations
[20:24:53] <Yunohost Git/Infra notifications> WARNING: unknown pull_request action: assigned
[20:28:24] <Yunohost Git/Infra notifications> [issues] @Psycojoker edited [issue #2050](https://github.com/YunoHost/issues/issues/2050): Support Debian 12 "Bookworm"
[20:29:34] <Yunohost Git/Infra notifications> [project-organization] @Psycojoker edited [pull request #86](https://github.com/YunoHost/project-organization/pull/86): Add TOS
[20:31:05] <Yunohost Git/Infra notifications> [issues] @tituspijean assigned tituspijean on [issue #2332](https://github.com/YunoHost/issues/issues/2332): "Security" and threat model tutorial
[20:33:07] <Yunohost Git/Infra notifications> [yunohost] @Psycojoker merged [pull request #1777](https://github.com/YunoHost/yunohost/pull/1777): Update sury apt key
[20:33:07] <Yunohost Git/Infra notifications> [yunohost] @Psycojoker pushed 4 commits to dev ([ec4b1e9f96ad...ac02ca812d4d](https://github.com/YunoHost/yunohost/compare/ec4b1e9f96ad...ac02ca812d4d))
[20:33:13] <Yunohost Git/Infra notifications> [yunohost/dev] regenconf/apt:Purge expired apt keys Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> - Tagada
[20:36:38] <Yunohost Git/Infra notifications> WARNING: unknown pull_request action: assigned
[20:37:31] <Yunohost Git/Infra notifications> WARNING: unknown pull_request action: assigned
[20:40:56] <Yunohost Git/Infra notifications> [yunohost-portal] @Psycojoker edited [pull request #6](https://github.com/YunoHost/yunohost-portal/pull/6): Enh: add user defined theme variables override
[20:43:43] <Yunohost Git/Infra notifications> [issues] @Psycojoker assigned Axolotle on [issue #2334](https://github.com/YunoHost/issues/issues/2334): Add doc/PRE_REMOVE.md
[20:44:37] <Yunohost Git/Infra notifications> [project-organization] @zamentur [commented](https://github.com/YunoHost/project-organization/pull/86#issuecomment-1955049763) on [issue #86](https://github.com/YunoHost/project-organization/pull/86) Add TOS: Meeting to finalize those TOS https://date.sans-nuage.fr/studs.php?poll=9AICYKw2dLMT4bbD
[20:45:31] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/11.2.10+202402202045 for bullseye/unstable/all ...
[20:47:03] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/11.2.10+202402202045 for bullseye/unstable/all.
[20:49:38] <m606> > <@oniricorpe:im.emelyne.eu> avoid junk/spam account creation?

I guess you are right - even though phone numbers are cheap, it still account for a cost for abusers if they are moderated quickly.
[20:55:28] <m606> But in this case, is the major threat of spam related to the use of Signal sever? To keep the analogy with Simplex, with a P2P network, there is almost no server cost.
[21:00:01] <Yunohost Git/Infra notifications> [issues] @Psycojoker assigned tituspijean on [issue #1949](https://github.com/YunoHost/issues/issues/1949): Improve searching the documentation
[21:00:06] <Yunohost Git/Infra notifications> [issues] @Psycojoker unassigned tituspijean on [issue #1949](https://github.com/YunoHost/issues/issues/1949): Improve searching the documentation
[21:00:10] <m606> Or a framgmented cost in the case of a federation like true XMPP (I remember a blog post from Signal's founder saying he did not want federation due to the inequality of service it brings due to multiple servers using different softwares versions/feature).
[21:01:42] <m606> (but that post dates back from the time when no one would see the problem of using Watshapp, which had no E2E encryption)
[21:03:28] <m606> (so probably one standard "plug'n'play" product is easier to lead to massive adoption)
[21:03:40] <Yunohost Git/Infra notifications> [issues] @Psycojoker created label opinion needed
[21:03:57] <Yunohost Git/Infra notifications> [issues] @Psycojoker labeled opinion needed on [issue #2332](https://github.com/YunoHost/issues/issues/2332): "Security" and threat model tutorial
[21:06:52] <Yunohost Git/Infra notifications> [issues] @OniriCorpe labeled :star2: ux on [issue #2313](https://github.com/YunoHost/issues/issues/2313): Process regex in resources permissions
[21:07:08] <Yunohost Git/Infra notifications> [issues] @tituspijean edited label :mega: opinion needed
[21:07:28] <Yunohost Git/Infra notifications> [yunohost-portal] @OniriCorpe labeled enhancement on [pull request #6](https://github.com/YunoHost/yunohost-portal/pull/6): Enh: add user defined theme variables override
[21:10:17] <lapineige> > <@m606:matrix.org> But in this case, is the major threat of spam related to the use of Signal sever? To keep the analogy with Simplex, with a P2P network, there is almost no server cost.

There is still a cost of the spam, not on the server, but for the users
[21:12:20] <Yunohost Git/Infra notifications> [issues] @OniriCorpe labeled :building_construction: Major project on [issue #2336](https://github.com/YunoHost/issues/issues/2336): Demo is broken, we must rewrite all the things
[21:12:21] <Yunohost Git/Infra notifications> [issues] @OniriCorpe labeled :factory: Infrastructure on [issue #2336](https://github.com/YunoHost/issues/issues/2336): Demo is broken, we must rewrite all the things
[21:12:21] <Yunohost Git/Infra notifications> [issues] @OniriCorpe opened [issue #2336](https://github.com/YunoHost/issues/issues/2336): Demo is broken, we must rewrite all the things
[21:12:21] <Yunohost Git/Infra notifications> [issues] @OniriCorpe labeled :space_invader: bug on [issue #2336](https://github.com/YunoHost/issues/issues/2336): Demo is broken, we must rewrite all the things
[21:12:22] <Aleks (he/him/il/lui)> (imho the big argument for phone number is that onboarding users is straightforward, they already have an identity, and you can open conversations with your existing phone contact right away - though of course it also means that cop have an easier time getting the identity of person you're talking with if they size your phone..)
[21:12:26] <Yunohost Git/Infra notifications> [issues] @OniriCorpe labeled Priority: high on [issue #2336](https://github.com/YunoHost/issues/issues/2336): Demo is broken, we must rewrite all the things
[21:13:19] <Yunohost Git/Infra notifications> [issues] @OniriCorpe edited [issue #2336](https://github.com/YunoHost/issues/issues/2336): Demo is broken, we must rewrite all the things
[21:14:58] <Yunohost Git/Infra notifications> [issues] @OniriCorpe edited [issue #2336](https://github.com/YunoHost/issues/issues/2336): Demo is broken, we must rewrite all the things
[21:15:53] <Yunohost Git/Infra notifications> [issues] @tituspijean edited label :grey_question: Need feedback
[21:16:46] <Yunohost Git/Infra notifications> [issues] @tituspijean edited label :bangbang: Priority: high
[21:26:28] <Yunohost Git/Infra notifications> [issues] @OniriCorpe labeled good first issue on [issue #2337](https://github.com/YunoHost/issues/issues/2337): docs: compile LDAP documentation on one page
[21:26:28] <Yunohost Git/Infra notifications> [issues] @OniriCorpe labeled :book: documentation on [issue #2337](https://github.com/YunoHost/issues/issues/2337): docs: compile LDAP documentation on one page
[21:26:29] <Yunohost Git/Infra notifications> [issues] @OniriCorpe opened [issue #2337](https://github.com/YunoHost/issues/issues/2337): docs: compile LDAP documentation on one page
[21:28:49] <Yunohost Git/Infra notifications> [yunohost] @OniriCorpe pushed 2 commits to dev ([ac02ca812d4d...613f41dae92b](https://github.com/YunoHost/yunohost/compare/ac02ca812d4d...613f41dae92b))
[21:28:49] <Yunohost Git/Infra notifications> [yunohost] @OniriCorpe merged [pull request #1774](https://github.com/YunoHost/yunohost/pull/1774): fix logs folders perms
[21:28:54] <Yunohost Git/Infra notifications> [yunohost/dev] fix logs folders perms - OniriCorpe
[21:29:21] <Yunohost Git/Infra notifications> [yunohost-admin] @OniriCorpe pushed 7 commits to dev ([9d3ad3bdf466...a44048ae5dfd](https://github.com/YunoHost/yunohost-admin/compare/9d3ad3bdf466...a44048ae5dfd))
[21:29:27] <Yunohost Git/Infra notifications> [yunohost-admin/dev] Translated using Weblate (Spanish) Currently translated at 100.0% (556 of 556 strings) Translation: YunoHost/admin Tra... - Francescc
[21:29:47] <m606> > There is still a cost of the spam, not on the server, but for the users

yes, but I am afraid that this side of the issue is kind of unavoidable. Advantage of P2P could be that there is no or a smaller central directory (although I have not studied the Simplex protocol in details and that I am not clear on how work the relays they use). Still it wouldn't take too long for spammers to compile a list of users ID to spam made out of data breaches, phishing, etc.
[21:30:22] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/11.2.10+202402202130 for bullseye/unstable/all ...
[21:30:39] <Yunohost Git/Infra notifications> [yunohost] ✖️ Pipeline [#1184078867](https://gitlab.com/yunohost/yunohost/-/pipelines/1184078867) canceled on branch dev
[21:31:45] <lapineige> And on a centralised infrastructure, it's "easier" to increase the spam cost
[21:31:52] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/11.2.10+202402202130 for bullseye/unstable/all.
[21:32:03] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost-admin/11.2.4+202402202130 for bullseye/unstable/all ...
[21:36:09] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost-admin/11.2.4+202402202130 for bullseye/unstable/all.
[21:47:47] <m606> > <@Alekswag:matrix.org> (imho the big argument for phone number is that onboarding users is straightforward, they already have an identity, and you can open conversations with your existing phone contact right away - though of course it also means that cop have an easier time getting the identity of person you're talking with if they size your phone..)

I also believe the onboarding to be a key factor , but maybe more in the way it wanted to copy Whatsapp which was (is still?) the most used messaging app. Because it is easier for people to change for something which works the same. Thinking about it I believe that the major point about phone number is that it is the weak point of Whatsapp network effect - you change app, but all your contacts can be imported straight away in Signal. Take Facebook on the contrary - if you wanna leave, you loose all your contacts.
[21:50:40] <m606> oh yes somehow it is what you said )
[21:53:47] <Yunohost Git/Infra notifications> [yunohost] @OniriCorpe deleted branch Tagadda-patch-1
[22:21:51] <Yunohost Git/Infra notifications> [yunohost] @kay0u pushed 3 commits to dev ([613f41dae92b...412bb40bf2ef](https://github.com/YunoHost/yunohost/compare/613f41dae92b...412bb40bf2ef))
[22:21:51] <Yunohost Git/Infra notifications> [yunohost] @kay0u merged [pull request #1775](https://github.com/YunoHost/yunohost/pull/1775): Translations update from Weblate
[22:22:12] <Yunohost Git/Infra notifications> [yunohost] ✖️ Pipeline [#1184126577](https://gitlab.com/yunohost/yunohost/-/pipelines/1184126577) canceled on branch dev
[22:30:21] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/11.2.10+202402202230 for bullseye/unstable/all ...
[22:31:51] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/11.2.10+202402202230 for bullseye/unstable/all.
[22:37:34] <Yunohost Git/Infra notifications> [yunohost] @kay0u pushed 1 commit to debian/11.2.10.1: Update 11.2.10.1 ([c8278773](https://github.com/YunoHost/yunohost/commit/c82787738753b361525c4ab88932914a1c260109))
[22:37:36] <Yunohost Git/Infra notifications> [yunohost] @kay0u created new tag debian/11.2.10.1
[22:37:41] <Yunohost Git/Infra notifications> [yunohost] @kay0u pushed 1 commit to dev: Update 11.2.10.1 ([c8278773](https://github.com/YunoHost/yunohost/commit/c82787738753b361525c4ab88932914a1c260109))
[22:39:15] <Yunohost Git/Infra notifications> [yunohost] ✖️ Pipeline [#1184169571](https://gitlab.com/yunohost/yunohost/-/pipelines/1184169571) canceled on branch dev
[22:39:23] <Émy - OniriCorpe> tag
[22:45:22] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/11.2.10.1+202402202245 for bullseye/unstable/all ...
[22:46:34] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/11.2.10.1 for bullseye/stable/all ...
[22:47:04] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/11.2.10.1+202402202245 for bullseye/unstable/all.
[22:48:08] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/11.2.10.1 for bullseye/stable/all.
[23:04:54] <Yunohost Git/Infra notifications> [yunohost-admin] @Tagadda created new tag debian/11.2.4.1
[23:05:00] <Yunohost Git/Infra notifications> [yunohost-admin] @Tagadda pushed 1 commit to debian/11.2.4.1: Update 11.2.4.1 ([b908223a](https://github.com/YunoHost/yunohost-admin/commit/b908223a7ff957b3655ed1f7842090544673796c))
[23:05:04] <Yunohost Git/Infra notifications> [yunohost-admin] @Tagadda pushed 1 commit to enh-usersandgroups-as-tagoption: Update 11.2.4.1 ([b908223a](https://github.com/YunoHost/yunohost-admin/commit/b908223a7ff957b3655ed1f7842090544673796c))
[23:09:13] <Yunohost Git/Infra notifications> [yunohost-admin] @kay0u deleted tag debian/11.2.4.1
[23:14:47] <Yunohost Git/Infra notifications> [yunohost-admin] @Tagadda pushed 1 commit to debian/11.2.4.1: Update 11.2.4.1 ([d369f529](https://github.com/YunoHost/yunohost-admin/commit/d369f529c8624d803a86b6ab3f02105a94d0949f))
[23:14:48] <Yunohost Git/Infra notifications> [yunohost-admin] @Tagadda created new tag debian/11.2.4.1
[23:14:50] <Yunohost Git/Infra notifications> [yunohost-admin] @Tagadda pushed 1 commit to dev: Update 11.2.4.1 ([d369f529](https://github.com/YunoHost/yunohost-admin/commit/d369f529c8624d803a86b6ab3f02105a94d0949f))
[23:15:22] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost-admin/11.2.4.1+202402202315 for bullseye/unstable/all ...
[23:17:51] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost-admin/11.2.4.1 for bullseye/stable/all ...
[23:18:01] <Émy - OniriCorpe> omg deleted tag 😱
[23:19:48] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost-admin/11.2.4.1+202402202315 for bullseye/unstable/all.
[23:22:34] <Yunohost Git/Infra notifications> [doc.yunohost.org] @yunohost-bot pushed 1 commit to master: docs: update make-a-release ([27c0cc24](https://github.com/YunoHost/doc.yunohost.org/commit/27c0cc2496bdfa8ca479984d0200eaa64314e470))
[23:24:15] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost-admin/11.2.4.1 for bullseye/stable/all.
[23:32:02] <Émy - OniriCorpe> https://aria.im/_matrix/media/v1/download/im.emelyne.eu/bkjLBFASAMalSSmaiMIKocul
[23:32:08] <Émy - OniriCorpe> ah lol la regenconf à l'update
[23:35:20] <kayou> https://github.com/YunoHost/yunohost/blob/dev/debian/control
[23:36:14] <Émy - OniriCorpe> Failed to get status information via dbus for service friendica-daemon, systemctl didn't recognize this service ('NoSuchUnit').
Failed to get status information via dbus for service karadav, systemctl didn't recognize this service ('NoSuchUnit').
[23:42:17] <kayou> `/usr/lib/python3/dist-packages/jinja2/__init__.py`