From 60b080ff1e6e60843a095a287d5de457f572fb88 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Mon, 4 Mar 2019 21:46:22 +0100 Subject: [PATCH] Update README --- README.md | 49 ++++++++++++++++++++++++++++++++----------------- 1 file changed, 32 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index d3a0aec..e7ca2d0 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,47 @@ -emailpoubelle -============= -A Yunohost version of Email Poubelle by David Mercereau. All thanks to David. -http://www.mercereau.info/sortie-de-la-version-1-0-demailpoubelle-php-email-jetable-auto-hebergeable/ +#Emailpoubelle +[![Integration level](https://dash.yunohost.org/integration/emailpoubelle.svg)](https://ci-apps.yunohost.org/jenkins/job/emailpoubelle%20%28Community%29/lastBuild/consoleFull) +[![Install emailpoubelle with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=emailpoubelle) -Original packaging done by Matlink, https://github.com/matlink/emailpoubelle_ynh +A Yunohost version of [Email Poubelle](http://www.mercereau.info/sortie-de-la-version-1-0-demailpoubelle-php-email-jetable-auto-hebergeable/) by David Mercereau. +EmailPoubelle (Trash email) is a script to create temporay email adresses that aims to your real email address -WARNING -========= +All thanks to David. + +##WARNING Using this will cause to disable the Yunohost ldap aliases ! Once installed, you won't be able to use the aliasses settings that you can see when you modify your personnal settings in the SSOWAT pannel. Of course, once uninstalled, everything get back to normal. -TODO : ------- +## Links + + * Report a bug: https://github.com/YunoHost-Apps/emailpoubelle_ynh/issues + * App website: https://github.com/kepon85/emailPoubelle.php + * YunoHost website: https://yunohost.org/ + +--- + +Developers info +---------------- + +Please do your pull request to the [testing branch](https://github.com/Yunohost-Apps/emailpoubelle_ynh/tree/Testing). + +To try the testing branch, please proceed like that. +``` +sudo yunohost app install https://github.com/Yunohost-Apps/emailpoubelle_ynh/tree/Testing --debug +or +sudo yunohost app upgrade calibreweb -u https://github.com/Yunohost-Apps/emailpoubelle_ynh/tree/Testing --debug +``` + +##TODO : -- [X] move to 2.0 - [ ] check nginx conf -- [X] insert clean index.php - [ ] insert cron in conf - [ ] insert symlink for langages in /lang -- [X] check dependency for lang -- [X] remove php-geoip - [ ] remove new locale on remove -- [X] Why the flags don't show?? -- [X] Implement Admin panel -- [X] Add backup restore script -- [ ] check checksum on download - [ ] Test it ! (and check if that doesn't interfer with postfix and its aliases) - [ ] cron job to remove redirections (0 */2 * * * /usr/bin/wget -q -t 1 -T 7200 -O /dev/null 'https://domain/poubelle/index.php?act=cron' >/dev/null 2>&1) conflict with SSOWAT + non-public app - [ ] package_check integration - [ ] Multiinstance - [ ] LDAP + +##LICENCE +Package and software are GPL 3.0 \ No newline at end of file