[07:34:16]
<tituspijean> No, that's indeed only one. A "2" might appear in the backup name but the first one will be deleted afterwards.
This cannot but easily tweaked. You need to trigger a backup by yourself if you want more
[09:35:59]
<etg> Is it possible to install this on ynh? https://github.com/pubky/pkdns
[10:16:18]
<anubis> > Is it possible to install this on ynh? https://github.com/pubky/pkdns
probably as there is already some DNS/filtering apps : https://github.com/YunoHost-Apps/pihole_ynh
[11:04:38]
<etg> I'm using adguard, but that one seem a better solution to be more sovereign
[11:15:01]
<orhtej2> > <etg> I'm using adguard, but that one seem a better solution to be more sovereign
feel free to add it to [the wishlist](https://apps.yunohost.org/wishlist) or even [package it yourself](https://yunohost.org/en/packaging_apps)!
[11:25:26]
<eric_G> etg: give it a try with our app package builder https://appgenerator.yunohost.org/
[12:45:15]
<tituspijean> to properly integrate it, you'd need to add a configuration file to dnsmasq I think, but since these domains do not have a tld, I'm a bit confused on how to do it properly.
[14:19:07]
<rodinux> waouw, I haven't see this apgenerator before ! Nice work !
[18:57:48]
<isAAAc> hello all,
does someone know how /etc/postfix/app_senders_login_maps is generated and how to modify the content please ?
https://github.com/YunoHost-Apps/vaultwarden_ynh/issues/262
[18:59:08]
<isAAAc> > hello all,
> does someone know how /etc/postfix/app_senders_login_maps is generated and how to modify the content please ?
> https://github.com/YunoHost-Apps/vaultwarden_ynh/issues/262
i think `vaultwarden-rs@` should be an alias for `vaultwarden@`
[19:06:48]
<Aleks (he/him/il/lui)> https://github.com/YunoHost/yunohost/blob/dev/src/app.py#L3329
[19:12:32]
<isAAAc> > <@Alekswag:matrix.org> https://github.com/YunoHost/yunohost/blob/dev/src/app.py#L3329
`yunohost tools regen-conf postfix` ?
[19:13:13]
<isAAAc> no change with this command :/
[19:15:48]
<isAAAc> nor after `yunohost service restart vaultwarden`
[19:17:19]
<Aleks (he/him/il/lui)> why would you expect it to change
[19:19:41]
<isAAAc> app send mail with vaultwarden-rs@ n but postfix knows only vaultwarden@ (if i understand well) ,
i believed the regen tool had a hook between apps setting needs and postfix setting :/ looks it is not ^^
[19:20:46]
<isAAAc> perhaps should i look on the app side , with a s/vaultwarden-rs@/vaultwarden@ or something like that in the conf
[19:21:40]
<Aleks (he/him/il/lui)> where are you seeing that "the app send mail with vaultwarden-rs" ... here the FROM is configured as `__APP__` which should be vaultwarden : https://github.com/YunoHost-Apps/vaultwarden_ynh/blob/master/conf/vaultwarden.env#L557
[19:25:04]
<isAAAc> https://aria.im/_matrix/media/v1/download/matrix.krashboyz.org/PQYEfhvqVSPJxZVoFovqWeSh
[19:25:15]
<isAAAc> when i want to send invitation to a user
[19:27:38]
<isAAAc> root@krashboyz:/var/www/vaultwarden/live/web-vault/scripts# yunohost app info vaultwarden
description: Manage passwords and other sensitive informations
domain_path: vault.krashboyz.org/
name: Vaultwarden
version: 1.32.2~ynh1
i don't know where vaultwarden-rs is set :/ but i'm not alone with this issue since months
[19:30:18]
<Aleks (he/him/il/lui)> i suppose you could try savagely `grep -nr 'vaultwarden-rs' /var/www/vaultwarden` but that might dump a shitload of lines
[19:31:17]
<isAAAc> > <@Alekswag:matrix.org> i suppose you could try savagely `grep -nr 'vaultwarden-rs' /var/www/vaultwarden` but that might dump a shitload of lines
and there are many binarie files
[19:31:32]
<isAAAc> looking in /var/www/vaultwarden/live/.env
[19:33:46]
<isAAAc> ```
DATA_FOLDER=/home/yunohost.app/vaultwarden
LOG_FILE=/var/log/vaultwarden/vaultwarden.log
SMTP_FROM=vaultwarden@vault.krashboyz.org
SMTP_FROM_NAME=Vaultwarden
SMTP_USERNAME=vaultwarden
```
🤔
[19:39:43]
<isAAAc> i got it,
in the vault webadmin: From Address is wrong
[19:40:15]
<Aleks (he/him/il/lui)> what do they mean, "wrong" x_x
[19:40:44]
<isAAAc> vaultwarden-rs@ , not vaultwarden@
[19:41:26]
<isAAAc> changed it, and now it works perfectly
[19:42:32]
<isAAAc> perfectly == green popup, i need to test it further if a mail i well recieved ^^
[19:43:09]
<Aleks (he/him/il/lui)> so vaultwarden actually gives no fuck about the SMTP_FROM in the conf file ? x_X
[19:43:17]
<Aleks (he/him/il/lui)> but it does use the SMTP credentials provided in there ? X_x
[19:44:06]
<isAAAc> the .env is real only when the first install
[19:44:25]
<Aleks (he/him/il/lui)> hmpf
[19:44:31]
<isAAAc> if any change is done after that, .env is outdated
[19:44:31]
<Aleks (he/him/il/lui)> so it was vaultwarden-rs in the past ?
[19:45:11]
<isAAAc> i can't remember hve change that yes
[19:46:40]
<isAAAc> mail received \o/
[19:47:22]
<isAAAc> workaround found , i write it in the issue :)
thx for your 🦆 help <3
[20:00:59]
*isAAAc can eat with a "victory point" in the pocket \o/
good evening all