Alexandre Aubin

Results 117 comments of Alexandre Aubin

I don't think pitchum was suggesting to change the name, i think the point is just to add a validation like what's done for xmpp-upload [here](https://github.com/YunoHost/yunohost/blob/dev/src/yunohost/domain.py#L103) like `if domain.startswith("muc.")` ......

Related : https://github.com/YunoHost/yunohost/pull/993

Ah yes indeed What matters here is wether or not the lib is in Build-Depends : https://github.com/YunoHost/yunohost/blob/dev/debian/control#L5 And you can see that it is ;) We already use it at...

Ah yes it's good that you're bringing this up ... I always wondered how this interacted with the CSP provided by the apps With that said, isn't it good to...

Uh yes indeed ... Well I'm really wondering if we shouldn't use the setting mechanism to handle this. This list / get / set interface look a lot like what's...

Eeeeh, is it ? I see several results on search engine where it's written with all cases ? For example Dovecot official doc (but not only): https://doc.dovecot.org/configuration_manual/sieve/examples/#direct-filtering-using-message-header

Btw don't know where to put this, but created a magic script to convert manifests from v1 to v2 : https://gist.github.com/alexAubin/6a966d0e83717829d1ae12640f6067ec#file-convert_to_packaging_format_v2-py

Yup indeed :+1: To be done once it's fully validated

>We also need to assess where would be stored the apps, if we consider establishing our own directory tree (like /apps). Eh yeah I was thinking about doing this in...

Can you elaborate on why you need / want to backup this The postix conf is automatically regenerated by the regen-conf mecanism of Yunohost, so there's no real point in...