[00:06:54]
<orhtej2> > <@olivier:no.dustinthe.net> forcing upgrade, not even sure what that package is for (yeah, it's a language from what internet told me, but no idea what is using it among my apps)
invidious most likely
[00:07:45]
<stiforr> Or can someone tell me what permissions are required for the cloudflare token, besides zone edit, if any? Lastly, what `auth_username` should be
[00:09:31]
<stiforr> Ah looks like its using api key not token
[00:35:33]
<olivier> ok, I'm (somehow) back
[00:35:59]
<olivier> some things don't work yet, app permissions seem different enough that some fail ; and I miss the old "periodic element" look ;)
[01:02:45]
<sa> Hello
[01:03:00]
<sa> What service should be stopped if I want to stop email?
[01:05:27]
<sa> Stopping service postfix is enough?
[01:44:41]
<olivier> you'd have to stop dovecot too for that, if that's what you need
[01:44:41]
<olivier> that would stop inbound and outbound email, but not people from accessing their existing email (in their mailboxes)
[02:10:28]
<olivier> and I'm back again... this time, and it was unexpected : the new rule to have synapse alone on its domain is biting me hard ; I had a lot of things on that domain
[02:22:20]
<satadaes> I have a large team and multiple people need to update files from time to time, if this helps anyone I have casaos installed alongside YunoHost (behind admin & firewall) and installed a syncthing container that I can then mount directories to and easily be able to sync/share files meant to be uploaded to Nexcloud/Wordpress/anywhere. I'm sure there is a better way to do this but Syncthing is just so easy to use that this setup works great for updating images or PDFs on a wordpress install without needing to show someone how to use wordpress or anything :)
[02:22:38]
<satadaes> hope this helps anyone trying to figure out a similar solution
[02:42:25]
<isAAAc> why not using a subdomain ? something.yourdomain.tld (it woks here)
[02:43:40]
<isAAAc> hello satadaes , you should open a topic on the forum ;)
[03:00:25]
<satadaes> I'm planning on doing a video or series of videos as soon as I have the time :)
[03:01:06]
<satadaes> the people need to know how great YH is, sometimes rough around the edges, but beautiful nonetheless
[06:08:17]
<xuid0> can i ask a question to the devs
[06:08:45]
<xuid0> is anyone aware of https://ipv6.rs/cloudseeder/ and perhaps ipv6.rs
[06:09:00]
<xuid0> i recently found it online and well im not overly impressed
[06:09:16]
<xuid0> the ipv6 part of it yes just the documentation is so bad
[06:09:27]
<xuid0> the code seems a bit buggy too
[08:44:20]
<olivier> > why not using a subdomain ? something.yourdomain.tld (it woks here)
Everything is possible, but Synapse is already on a subdomain, which also hosts some of my apps. Then either I change Synapse URL - and, from what I understand, I'd face encryption issues since my users would lose all their matrix sessions at the same time. Or I'll move every app, which is what I'm going to do, but since some of them have their APIs used, that means some client side updates too (much less problematic than Synapse)
[10:35:23]
<isAAAc> oh, yes,
I was convinced that the restriction on having synapse on its own domain name was very old,
good luck
[11:06:11]
<olivier> It's been from a while ago, yes. But my Synapse upgrades were blocked by several weird issues, most of which were lifted by switching to Bookworm
[11:52:24]
<isAAAc> i need to remove synapse-admin each time i need to upgrade synapse (if it can help you)
[12:20:23]
<sa> olivier: thanks!
[14:27:42]
<marzagheddon> Hi everybody. I have a problem with a .local instance of freshRSS on the latest Yunohost (.local domain)
The .local instance doesn't have a certificate, but pretty much any android RSS client requires it because i get this errror
```Network failure: java.security.cert.CerthPathValidatorException: Trusth anchor for certification path not found```
[14:28:19]
<marzagheddon> While I don't get this problem on a RSS client on Windows. Any way to solve this?
[15:28:29]
<marzagheddon> I solved it by using Miniflux
[15:28:44]
<marzagheddon> with the progressive web app
[18:16:41]
<beedee> How does one shell into an application? Specifically localai?
[18:26:06]
<beedee> sudo yunohost app shell localai
/usr/share/yunohost/helpers.v2.1.d/utils: line 438: export: `"PATH=\$PATH"': not a valid identifier
[18:28:58]
<beedee> the app has to be broken right?
[20:53:28]
<satadaes> is it possibly to remove an email fromt eh admin's group? ie webmaster@
[20:55:17]
<satadaes> https://aria.im/_bifrost/v1/media/download/AcUSgg1Bd_fcNQgN-9eXwnV9ODZwZpjtY1V-VLmgdIYP0rzWwW7ukCR71MwX08euHLS6In5HdzBaWvnnNcquRTZCeUqYwWlAAG1hdHJpeC5vcmcvZWF2ZUtManFlTHpkZXlTVHFBdUtCUVJ1
[20:55:18]
<satadaes> Old domain used webmaster@ as a contact email and now can't be used
[21:14:03]
<satadaes> if its in the admin group it should be sending to the admins or is there a prerequisite?
[21:23:24]
<Tag> Yes, groups act as maling lists, members of the admins group should recieve the mail
[21:24:09]
<satadaes> odd, that email though it wont let me assign webmaster@ the admins arent receiving it
[21:24:39]
<satadaes> getting mail delivery fails "Recipient address rejected: User unknown in virtual mailbox table"
[21:28:05]
<Tag> For now, webmaster@maindomain.tld should be an alias for the admins group
[21:42:53]
<satadaes> Looks like that only applys to the default domain
[21:43:09]
<satadaes> had to yunohost user group add-mailalias GROUPNAME webmaster@tld.com
[21:43:23]
<satadaes> to get emails to actually forward to the admin
[21:43:33]
<satadaes> via CLI