YunoHost-Apps / paheko_ynh

Paheko package for YunoHost
https://paheko.cloud
GNU Affero General Public License v3.0
3 stars 4 forks source link

Testing #57

Closed rodinux closed 3 months ago

rodinux commented 3 months ago

Problem

Solution

PR Status

Automatic tests

Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ after creating the PR, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization)

rodinux commented 3 months ago

!testme

yunohost-bot commented 3 months ago

:carousel_horse: Test Badge

yunohost-bot commented 3 months ago

:worm: Test Badge

rodinux commented 3 months ago

!testme

yunohost-bot commented 3 months ago

:rocket: Test Badge

yunohost-bot commented 3 months ago

:books: :bug: Test Badge

rodinux commented 3 months ago

@alexAubin @ericgaspar , can I submit you some questions about the mail config ? Some users have to change parameters, there is perhaps something to improve. For exemple here https://forum.yunohost.org/t/paheko-erp-for-non-profit-organization/23699/75 I don't understand what the consequence of using something like

const SMTP_HOST = false; ----> utilisation de localhost comme adresse de serveur de courrier dans Paheko (cf doc Paheko)
const SMTP_PORT = 25;
const SMTP_USER = ‘paheko’; —> C’est le user créé lors de l’installation de paheko
const SMTP_PASSWORD = ###hidden###‘’;
const SMTP_SECURITY = ‘STARTTLS’;
const SMTP_HELO_HOSTNAME = ‘__DOMAIN__’;—> c’est le sous-domaine sur lequel eqt installé Paheko
const MAIL_RETURN_PATH = ‘__APP__@__DOMAIN__’;
const MAIL_SENDER = ‘__APP__@FQDN_DOMAIN’;

Perhaps it would be better integrate a yunohost user in the install to be fully compatible, it means found how add it to the post-install process also, not easy to code, but I am not sure of this

rodinux commented 3 months ago

!testme

yunohost-bot commented 3 months ago

:carousel_horse: Test Badge

yunohost-bot commented 3 months ago

:books: :bug: Test Badge

rodinux commented 3 months ago

related to fix #56 and #55 Is it ok ? one rewiew required ? @fflorent @alexAubin @ericgaspar @