You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"startup": "{\r\n\"done\": \"Started web server on port\"\r\n}",
20
+
"logs": "{}",
21
+
"stop": "^C"
22
+
},
23
+
"scripts": {
24
+
"installation": {
25
+
"script": null,
26
+
"container": "alpine:3.4",
27
+
"entrypoint": "ash"
28
+
}
29
+
},
30
+
"variables": [
31
+
{
32
+
"name": "Discord bot key",
33
+
"description": "Key for discord bot that will be used for updating online information",
34
+
"env_variable": "DISCORD_BOT_KEY",
35
+
"default_value": "",
36
+
"user_viewable": true,
37
+
"user_editable": true,
38
+
"rules": "string|max:128",
39
+
"field_type": "text"
40
+
},
41
+
{
42
+
"name": "Discord user ID",
43
+
"description": "User for which to check online status. This should be discord snowflake id.\r\nYou can get it by enabling developer mode in discord and right clicking on a user.",
44
+
"env_variable": "DISCORD_USER_ID",
45
+
"default_value": "",
46
+
"user_viewable": true,
47
+
"user_editable": true,
48
+
"rules": "string|max:18",
49
+
"field_type": "text"
50
+
},
51
+
{
52
+
"name": "Steam name",
53
+
"description": "Steam name to be used to check current game and online status",
54
+
"env_variable": "STEAM_NAME",
55
+
"default_value": "",
56
+
"user_viewable": true,
57
+
"user_editable": true,
58
+
"rules": "string|max:128",
59
+
"field_type": "text"
60
+
},
61
+
{
62
+
"name": "FFXIV character ID",
63
+
"description": "To get this id, search your character on lodestone https:\/\/na.finalfantasyxiv.com\/lodestone\/character\/ .\r\nAfter clicking on your character, the last part of the url is your character id.",
0 commit comments