{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b8814356-c24d-44dd-a054-a46e0dfb7652",
    "slug": "F97XO2",
    "name": "Plikshare",
    "description": "file sharing platform, unlimited users, safe and flexible storage options",
    "url": "https://railway.com/deploy/F97XO2",
    "upstream": {
      "repo_url": "https://github.com/chinpeerapat/plikshare"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "plikshare",
      "source": {
        "repo": "https://github.com/chinpeerapat/plikshare"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/main",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ASPNETCORE_URLS",
      "service": "plikshare",
      "description": "Provide a value for ASPNETCORE_URLS.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "PlikShare_AppUrl",
      "service": "plikshare",
      "description": "Provide a value for PlikShare_AppUrl.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "PlikShare_AppOwners",
      "service": "plikshare",
      "description": "Your Adminb Email",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "PlikShare_Volumes__Path",
      "service": "plikshare",
      "description": "Provide a value for PlikShare_Volumes__Path.",
      "secret": false,
      "strategy": "default",
      "default": "aqpp"
    },
    {
      "key": "PlikShare_EncryptionPasswords",
      "service": "plikshare",
      "description": "Provide a value for PlikShare_EncryptionPasswords.",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PlikShare_Volumes__Main__Path",
      "service": "plikshare",
      "description": "Provide a value for PlikShare_Volumes__Main__Path.",
      "secret": false,
      "strategy": "default",
      "default": "main"
    },
    {
      "key": "PlikShare_AppOwnersInitialPassword",
      "service": "plikshare",
      "description": "Your Admin Password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "F97XO2"
      }
    },
    "cli": "railway deploy --template F97XO2",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b8814356-c24d-44dd-a054-a46e0dfb7652",
            "serializedConfig": {
              "services": {
                "5866593f-62b1-455e-bcc4-1c78c6dd5a6c": {
                  "name": "plikshare",
                  "source": {
                    "repo": "chinpeerapat/plikshare",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "ASPNETCORE_URLS": {
                      "defaultValue": "http://${{RAILWAY_PRIVATE_DOMAIN}}:8080"
                    },
                    "PlikShare_AppUrl": {
                      "defaultValue": "https:/${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "PlikShare_AppOwners": {
                      "description": "Your Adminb Email",
                      "defaultValue": "{{PlikShare_AppOwners}}"
                    },
                    "PlikShare_Volumes__Path": {
                      "defaultValue": "aqpp"
                    },
                    "PlikShare_EncryptionPasswords": {
                      "description": "",
                      "defaultValue": "${{SECRET(32}}"
                    },
                    "PlikShare_Volumes__Main__Path": {
                      "defaultValue": "main"
                    },
                    "PlikShare_AppOwnersInitialPassword": {
                      "description": "Your Admin Password",
                      "defaultValue": "{{PlikShare_AppOwnersInitialPassword}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "5866593f-62b1-455e-bcc4-1c78c6dd5a6c": {
                      "mountPath": "/app/main"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T22:14:37.505Z",
  "generator_version": "0.1.0"
}
