event manager: add Certificate renewal trigger

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2022-08-12 17:37:29 +02:00
parent 194c3c13ac
commit c86db09cd8
14 changed files with 290 additions and 82 deletions

View File

@@ -511,7 +511,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
</div>
<div class="modal-body">
<p>
<span class="shortcut"><b>{{`{{Name}}`}}</b></span> => Username, folder name, or admin username for provider actions.
<span class="shortcut"><b>{{`{{Name}}`}}</b></span> => Username, folder name, admin username for provider events, domain name for certificate events.
</p>
<p>
<span class="shortcut"><b>{{`{{Event}}`}}</b></span> => Event name, for example "upload", "download" for filesystem events or "add", "update" for provider events.

View File

@@ -545,6 +545,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
break;
case '4':
case 4:
case '5':
case 5:
break;
default:
console.log(`unsupported event trigger type: ${val}`);