new app templates

This commit is contained in:
2024-09-13 16:04:16 +00:00
parent b810a3416c
commit a343623203
4 changed files with 149 additions and 0 deletions

10
smtp_server/template.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "smtp_server",
"fields": [
{
"description": "Install SMTP server",
"key": "SMTP_SERVER",
"value": ""
}
]
}