mirror of
https://github.com/YunoHost-Apps/opensondage_ynh.git
synced 2024-09-03 19:46:28 +02:00
commit
97ac9608f8
5 changed files with 7 additions and 5 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
OpenSondage is a quick and easy-to-use online service to collaboratively plan and schedule the date and time for an appointment, meeting or other event. No registration is required.
|
OpenSondage is a quick and easy-to-use online service to collaboratively plan and schedule the date and time for an appointment, meeting or other event. No registration is required.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.1.19~ynh1
|
**Shipped version:** 1.1.19~ynh2
|
||||||
|
|
||||||
**Demo:** https://framadate.org/
|
**Demo:** https://framadate.org/
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
OpenSondage est un service en ligne rapide et facile à utiliser pour planifier et programmer de manière collaborative la date et l'heure d'un rendez-vous, d'une réunion ou d'un autre événement. Aucune inscription n'est requise.
|
OpenSondage est un service en ligne rapide et facile à utiliser pour planifier et programmer de manière collaborative la date et l'heure d'un rendez-vous, d'une réunion ou d'un autre événement. Aucune inscription n'est requise.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 1.1.19~ynh1
|
**Version incluse :** 1.1.19~ynh2
|
||||||
|
|
||||||
**Démo :** https://framadate.org/
|
**Démo :** https://framadate.org/
|
||||||
|
|
||||||
|
|
|
@ -88,8 +88,8 @@ $config = [
|
||||||
/* general config */
|
/* general config */
|
||||||
'use_smtp' => true, // use email for polls creation/modification/responses notification
|
'use_smtp' => true, // use email for polls creation/modification/responses notification
|
||||||
'smtp_options' => [
|
'smtp_options' => [
|
||||||
'host' => 'localhost', // SMTP server (you could add many servers (main and backup for example) : use ";" like separator
|
'host' => '__MAIN_DOMAIN__', // SMTP server (you could add many servers (main and backup for example) : use ";" like separator
|
||||||
'auth' => false, // Enable SMTP authentication
|
'auth' => true, // Enable SMTP authentication
|
||||||
'username' => '__APP__', // SMTP username
|
'username' => '__APP__', // SMTP username
|
||||||
'password' => '__MAIL_PWD__', // SMTP password
|
'password' => '__MAIL_PWD__', // SMTP password
|
||||||
'secure' => false, // Enable encryption (false, tls or ssl)
|
'secure' => false, // Enable encryption (false, tls or ssl)
|
||||||
|
|
|
@ -6,7 +6,7 @@ description.en = "Service for planning an appointment or making a decision quick
|
||||||
description.fr = "Service pour planifier un rendez-vous ou prendre une décision rapidement et facilement"
|
description.fr = "Service pour planifier un rendez-vous ou prendre une décision rapidement et facilement"
|
||||||
description.de = "Service zur schnellen und einfachen Planung eines Termins oder zur Entscheidungsfindung"
|
description.de = "Service zur schnellen und einfachen Planung eines Termins oder zur Entscheidungsfindung"
|
||||||
|
|
||||||
version = "1.1.19~ynh1"
|
version = "1.1.19~ynh2"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,8 @@
|
||||||
|
|
||||||
YNH_COMPOSER_VERSION="2.1.1"
|
YNH_COMPOSER_VERSION="2.1.1"
|
||||||
|
|
||||||
|
main_domain=$(cat /etc/yunohost/current_host)
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue