{
  "manifest_version": "1.0.0",
  "template": {
    "id": "ba78849f-ab10-4646-a6d5-e06dcc85c476",
    "slug": "vtHoV_",
    "name": "Twitch Chat Logger (justlogs)",
    "description": "JustLogs template for twitch logging",
    "url": "https://railway.com/deploy/vtHoV_",
    "upstream": {
      "repo_url": "https://github.com/YaRissi/justlogs-on-railway"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "justlogs-on-railway",
      "source": {
        "repo": "https://github.com/YaRissi/justlogs-on-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/etc/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "justlogs-on-railway",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8025"
    },
    {
      "key": "ADMINS",
      "service": "justlogs-on-railway",
      "description": "will only respond to commands executed by these users, seperated by comma",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "CHANNELS",
      "service": "justlogs-on-railway",
      "description": "the channels (userids) you want to log",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "LOGLEVEL",
      "service": "justlogs-on-railway",
      "description": "the log level, keep this to info probably, all options are: trace, debug, info, warn, error, fatal, and panic, logs output is stdout",
      "secret": false,
      "strategy": "default",
      "default": "info"
    },
    {
      "key": "USERNAME",
      "service": "justlogs-on-railway",
      "description": "bot username (can be justinfan123123 if you don't want to use an account)",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "ADMINAPIKEY",
      "service": "justlogs-on-railway",
      "description": "our secret api key to access the admin api, can be any string, used in api request to admin endpoints",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "BOTVERIFIED",
      "service": "justlogs-on-railway",
      "description": "increase ratelimits if you have a verified bot, so the bot can join faster, false by default",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "MERGE_CHANNELS",
      "service": "justlogs-on-railway",
      "description": "If you change the channels to join over a command it will not overwrite it with the config in the repo on every redeploy. Default: 1",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "MYSECRETCLIENTID",
      "service": "justlogs-on-railway",
      "description": "your twitch client secret",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "MYTWITCHCLIENTID",
      "service": "justlogs-on-railway",
      "description": "your client ID, needed for fetching userids or usernames etc",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "OAUTHTOKENFORCHAT",
      "service": "justlogs-on-railway",
      "description": "bot token can be anything if justinfan123123",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "vtHoV_"
      }
    },
    "cli": "railway deploy --template vtHoV_",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "ba78849f-ab10-4646-a6d5-e06dcc85c476",
            "serializedConfig": {
              "services": {
                "bb8822ee-73f3-4668-9646-dfca9d0e2c9e": {
                  "name": "justlogs-on-railway",
                  "source": {
                    "repo": "YaRissi/justlogs-on-railway",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "8025"
                    },
                    "ADMINS": {
                      "description": "will only respond to commands executed by these users, seperated by comma",
                      "defaultValue": "{{ADMINS}}"
                    },
                    "CHANNELS": {
                      "description": "the channels (userids) you want to log",
                      "defaultValue": "{{CHANNELS}}"
                    },
                    "LOGLEVEL": {
                      "isOptional": false,
                      "description": "the log level, keep this to info probably, all options are: trace, debug, info, warn, error, fatal, and panic, logs output is stdout",
                      "defaultValue": "info"
                    },
                    "USERNAME": {
                      "description": "bot username (can be justinfan123123 if you don't want to use an account)",
                      "defaultValue": "{{USERNAME}}"
                    },
                    "ADMINAPIKEY": {
                      "description": "our secret api key to access the admin api, can be any string, used in api request to admin endpoints",
                      "defaultValue": "{{ADMINAPIKEY}}"
                    },
                    "BOTVERIFIED": {
                      "description": "increase ratelimits if you have a verified bot, so the bot can join faster, false by default",
                      "defaultValue": "false"
                    },
                    "MERGE_CHANNELS": {
                      "isOptional": false,
                      "description": "If you change the channels to join over a command it will not overwrite it with the config in the repo on every redeploy. Default: 1",
                      "defaultValue": "1"
                    },
                    "MYSECRETCLIENTID": {
                      "description": "your twitch client secret",
                      "defaultValue": "{{MYSECRETCLIENTID}}"
                    },
                    "MYTWITCHCLIENTID": {
                      "description": "your client ID, needed for fetching userids or usernames etc",
                      "defaultValue": "{{MYTWITCHCLIENTID}}"
                    },
                    "OAUTHTOKENFORCHAT": {
                      "description": "bot token can be anything if justinfan123123",
                      "defaultValue": "{{OAUTHTOKENFORCHAT}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "bb8822ee-73f3-4668-9646-dfca9d0e2c9e": {
                      "mountPath": "/etc/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
