forked from tirrenotechnologies/tirreno
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
48 lines (48 loc) · 1.15 KB
/
Copy pathapp.json
File metadata and controls
48 lines (48 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "akira",
"description": "Akira ~ Open-source security framework. Understand, monitor, and protect your application from cyber threats, account takeovers, and abuse.",
"website": "https://cysecurity.org",
"repository": "https://github.com/CSPF-Founder/akira",
"logo": "ui/images/logo.png",
"keywords": [
"akira",
"tirreno",
"fraud-detection",
"audit-trail",
"analytics",
"monitoring",
"bot-detection",
"antispam",
"application-monitoring"
],
"success_url": "/install/index.php?mode=schema",
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "15"
}
},
{
"plan": "scheduler"
}
],
"formation": {
"web": {
"quantity": 1,
"size": "basic"
}
},
"buildpacks": [
{
"url": "heroku/php"
}
],
"env": {
"FORCE_HTTPS": {
"description": "Secure HTTP for SITE variable",
"required": true,
"value": "True"
}
}
}