[09:43:38]
<Hook> > <@silverhook:matrix.org> Is https://liberapay.com/YunoHost/ as useful as https://donate.yunohost.org/ for donations?
I’m trying to donate, so having some feedback on this would help :)
[10:12:18]
<Aleks (he/him/il/lui)> it works but for us it's easier to use `donate.yunohost.org`
[10:12:36]
<Aleks (he/him/il/lui)> (easier to "follow" donations etc because liberapay works in funky ways)
[10:41:56]
<Hook> > <@Alekswag:matrix.org> (easier to "follow" donations etc because liberapay works in funky ways)
How so? For me it’s probably easier to use LiberaPay, since I’m already donating to others there.
[10:42:46]
<Hook> That said, the LiberaPay page for how the donations are distributed is a bit odd (at least without context)
[10:43:44]
<Aleks (he/him/il/lui)> it's not a huge deal but if i remember correctly (maybe it changed since then) you can't do a "real" regular donation via Liberapay, the person ends up paying the entire (amount) * (month) and the org receives the entire amount of money in one go (?) which creates "peaks" in the amount of donation we receive etc
[10:44:26]
<Aleks (he/him/il/lui)> but it's not a huge deal to donate via liberapay, but if you ask which one we would prefer, there's a slight preference for direct via donate.yunohost.org
[10:44:38]
<Aleks (he/him/il/lui)> but liberapay works too in the end
[10:45:17]
<Hook> Is there a publlic page on how the money is spent? Is there an association etc. etc.?
[10:45:41]
<Aleks (he/him/il/lui)> we are working on such page 😬
[11:05:47]
<douwe> I have 2 installations of Nextcloud Hub 9 (30.0.6) on 2 seperate YNH 12.0.11 (stable) installations.
Both had integrity check disabled, and both give the same error when I enable the integrity check:
```
Technical information
=====================
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.
Results
=======
- core
- INVALID_HASH
- core/Controller/LoginController.php
Raw output
==========
Array
(
[core] => Array
(
[INVALID_HASH] => Array
(
[core/Controller/LoginController.php] => Array
(
[expected] => 73db354276b7d2011bbbc96b470b6cf96175775630145064905e3f8778efd9894b2ce4b439a9170f9ae07a36eecca7056e7168346b9a0ca39671745727de8a5b
[current] => b9553f436208c7a14e42d566a9968a6f49b1a254df4ec18d4fbace297144056c2acca4e51d20aeb9728aa944af7cd991996eec9aac271704b68b896fbc2e34f4
)
)
)
)
```
Is this a bug or a feature?
[11:07:04]
<Aleks (he/him/il/lui)> sounds like that may be because we patch the login stuff for ldap or logout support
[11:07:21]
<Aleks (he/him/il/lui)> https://github.com/YunoHost-Apps/nextcloud_ynh/blob/master/patches/main/00-add-logout_url-conf.patch
[11:45:03]
<douwe> yeah, figured so much. So prolly one error I can ignore
[12:35:21]
<douwe> on a different note, can I remove somehow the mailadresses users get from YNH and replace them with their real, already existing mailadresses?
[12:35:26]
<douwe> and not only create a forward...
[12:36:41]
<Aleks (he/him/il/lui)> what's the issue with creating a forward
[12:37:39]
<douwe> to be honest; I am a bit lost in mail settings; smtp, dns, mx records, etc. etc. And for some reason NExtcloud does send mails to my users created in NC, but not to users added from YNH
[12:38:21]
<douwe> I figured that removing the mail-stuff from YNH might solve it. As Nextcloud gets the mailadresses from YNH through LDAP
[12:39:12]
<douwe> (in case you were wondering Aleks (he/him/il/lui) , today is the day I picked to fight all kinds of small bugs on my YNH/NC installation 😅 )
[12:42:06]
<Aleks (he/him/il/lui)> dunno if it's merged yet but supposedly there's an option in Nextcloud config panel (inside yunohost webadmin) to configure the LDAP integration such that it uses the forward email as the main email or something like that
[12:44:25]
<douwe> https://aria.im/_bifrost/v1/media/download/Adk1bG3spJ9cj03ICD1KaiOUMMARdcG3fj79XRs3FuC0iSWoT10wVV2VT1HFuhw_oU1eoOtEPbhrwBHxQuP6wBhCeVTJYuXwAHRob3JwLmV1L29DQmZFUmFFTXlkaE9GcmNaZGxPckl0YQ
[12:44:32]
<douwe> tadaaa 🎉
[12:45:56]
<douwe> `2025-02-27 13:44:44,279: WARNING - ./config: line 138: ynh_replace_string: command not found`
ugh... tadaaa-ed to soon
[12:46:05]
<douwe> https://paste.yunohost.org/raw/vidarupifi
[12:48:35]
<Aleks (he/him/il/lui)> 🫠
[12:51:47]
<douwe> still the setting seems to have been saved with this little caveat:
mail in nextcloud is my name only, not the email alias...
[19:21:00]
<rodinux> ynh_replace_string: command not found
[19:24:34]
<rodinux> Have you enabled email_forward in the config panel ? I see the line https://github.com/YunoHost-Apps/nextcloud_ynh/blob/3ff79026dce164ee607538d5ea8eb0d1f4b66191/scripts/config#L138
[19:31:08]
<rodinux> Ok , I see, it's since helpers 2, the typo is a little different, I try fix it...
[19:34:06]
<Aleks (he/him/il/lui)> (I pushed a fix to testing)
[19:36:41]
<rodinux> Me too
[19:48:15]
<rodinux> You can try `yunohost app upgrade nextcloud -u https://github.com/YunoHost-Apps/nextcloud_ynh/tree/testing --debug` ?
[20:02:52]
<rodinux> Waouw, wait I am not right !
[20:42:27]
<rodinux> Sorry I was lost, but indeed, now the fix must works with `ynh_replace`...
[20:57:57]
<p4p4j0hn[m]> Hi all, what is the priority of post_app_upgrade hooks? Do I need a specific number at the beginning of the filename like other hooks?
[22:44:52]
<rodinux> I think is the order the hooks will be executed... it could be a number higher 80-my_customhook ?
[22:57:00]
<rodinux> I remember a hook suggested on this folder was `/etc/yunohost/hooks.d/post_app_upgrade/05-etherpad_mypads` so I am not sure about how it works ??