mirror of
https://github.com/YunoHost-Apps/flohmarkt_ynh.git
synced 2024-09-03 18:36:30 +02:00
21 lines
829 B
Markdown
21 lines
829 B
Markdown
# new in 0.0~ynh8
|
|
|
|
## urlwatch
|
|
|
|
This version configures the regular execution of `urlwatch` to find differences in flohmarkts user database.
|
|
|
|
The job is called from /etc/cron.hourly/ every hour.
|
|
|
|
If `urlwatch` finds a difference in the user database stored in CouchDB for a flohmarkt instance it'll send an email to an email address saved as a new setting "admin_mail".
|
|
|
|
## new setting "admin_mail"
|
|
|
|
The upgrade script will guess a default:
|
|
|
|
* it'll try to read the email of the flohmarkt admin from couchdb
|
|
* if it fails for some reason it'll use 'admin@<your main domain>'
|
|
|
|
You'll get WARNINGs during the upgrade showing you the address being used. Please check the address!
|
|
|
|
If you do not like the default you can change it on the new config panel you can find in your yunohost admin webgui on the page of the flohmarkt app.
|
|
|