48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "Anonaddy",
|
|
"port": 8084,
|
|
"available": false,
|
|
"categories": ["utilities"],
|
|
"id": "anonaddy",
|
|
"description": "",
|
|
"short_desc": "Anonymous email forwarding",
|
|
"author": "",
|
|
"source": "https://github.com/anonaddy/anonaddy",
|
|
"image": "https://avatars.githubusercontent.com/u/51450862?s=200&v=4",
|
|
"requirements": {
|
|
"ports": [25]
|
|
},
|
|
"form_fields": [
|
|
{
|
|
"type": "text",
|
|
"label": "Username",
|
|
"required": true,
|
|
"env_variable": "ANONADDY_USERNAME"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"label": "App key",
|
|
"hint": "Application key for encrypter service. Generate one with : echo \"base64:$(openssl rand -base64 32)\"",
|
|
"required": true,
|
|
"env_variable": "ANONADDY_KEY"
|
|
},
|
|
{
|
|
"type": "fqdn",
|
|
"label": "Your email domain (eg. example.com)",
|
|
"max": 50,
|
|
"min": 3,
|
|
"required": true,
|
|
"env_variable": "ANONADDY_DOMAIN"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"label": "App secret",
|
|
"hint": "Long random string used when hashing data for the anonymous replies",
|
|
"max": 50,
|
|
"min": 3,
|
|
"required": true,
|
|
"env_variable": "ANONADDY_SECRET"
|
|
}
|
|
]
|
|
}
|