-
Notifications
You must be signed in to change notification settings - Fork 234
/
app.json
37 lines (37 loc) · 1.21 KB
/
app.json
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
{
"name": "ipa-server",
"description": "Deploy ipa-server on Heroku.",
"keywords": [
"ipa-server"
],
"env": {
"PUBLIC_URL": {
"description": "public URL for this server, empty to use $DOMAIN",
"required": false,
"value": ""
},
"REMOTE": {
"description": "remote storager config, s3://ENDPOINT:AK:SK:BUCKET, alioss://ENDPOINT:AK:SK:BUCKET, qiniu://[ZONE]:AK:SK:BUCKET",
"required": false,
"value": ""
},
"REMOTE_URL": {
"description": "remote storager public url, https://cdn.example.com",
"required": false,
"value": ""
},
"DELETE_ENABLED": {
"description": "delete app enabled, true/false",
"required": false,
"value": "false"
},
"META_PATH": {
"description": "option, metadata storage path, use random secret path to keep your metadata safer in case of remote storage",
"required": false,
"value": ""
}
},
"website": "https://github.com/iineva/ipa-server",
"repository": "https://github.com/iineva/ipa-server",
"stack": "container"
}