{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c8f5f01c-5b69-480f-b142-32ffc7921ca6",
    "slug": "plane-community",
    "name": "Plane Community | Open-Source Jira and Linear Alternative",
    "description": "Plane project tracker with a Railway bucket and an admin ready on boot",
    "url": "https://railway.com/deploy/plane-community",
    "upstream": {
      "repo_url": "https://github.com/nomideusz/plane-railway"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "RabbitMQ",
      "source": {
        "image": "rabbitmq:4.1.8-alpine"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "Plane",
      "source": {
        "repo": "https://github.com/nomideusz/plane-railway"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "Redis",
      "source": {
        "image": "redis:8.10.2-alpine"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "Postgres",
      "source": {
        "image": "ghcr.io/railwayapp-templates/postgres-ssl:17"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/postgresql/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "RABBITMQ_DEFAULT_PASS",
      "service": "RabbitMQ",
      "description": "Auto-generated RabbitMQ password",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "RABBITMQ_DEFAULT_USER",
      "service": "RabbitMQ",
      "description": "RabbitMQ user",
      "secret": false,
      "strategy": "default",
      "default": "plane"
    },
    {
      "key": "RABBITMQ_DEFAULT_VHOST",
      "service": "RabbitMQ",
      "description": "RabbitMQ virtual host",
      "secret": false,
      "strategy": "default",
      "default": "plane"
    },
    {
      "key": "PORT",
      "service": "Plane",
      "description": "Port Plane's built-in proxy listens on - leave as is",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "AMQP_URL",
      "service": "Plane",
      "description": "RabbitMQ task queue on the private network",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDIS_URL",
      "service": "Plane",
      "description": "Redis cache on the private network",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "AWS_REGION",
      "service": "Plane",
      "description": "Railway bucket region",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "SECRET_KEY",
      "service": "Plane",
      "description": "Signs sessions - changing it logs everyone out",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "DOMAIN_NAME",
      "service": "Plane",
      "description": "Domain Plane is served on - set it to your custom domain after adding one",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "APP_PROTOCOL",
      "service": "Plane",
      "description": "Railway serves the domain over HTTPS",
      "secret": false,
      "strategy": "default",
      "default": "https"
    },
    {
      "key": "DATABASE_URL",
      "service": "Plane",
      "description": "Postgres on the private network",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "ENABLE_SIGNUP",
      "service": "Plane",
      "description": "First boot only: 0 lets only people you invite sign up, 1 lets anyone. Later, change it in /god-mode",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "FILE_SIZE_LIMIT",
      "service": "Plane",
      "description": "Largest attachment in bytes (50 MB)",
      "secret": false,
      "strategy": "default",
      "default": "52428800"
    },
    {
      "key": "TRUSTED_PROXIES",
      "service": "Plane",
      "description": "Trust Railway's edge for the client IP and HTTPS headers",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0/0 ::/0"
    },
    {
      "key": "AWS_ACCESS_KEY_ID",
      "service": "Plane",
      "description": "Railway bucket access key",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PLANE_ADMIN_EMAIL",
      "service": "Plane",
      "description": "Your email - the admin login for Plane and its /god-mode settings, created on first boot",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "AWS_S3_BUCKET_NAME",
      "service": "Plane",
      "description": "Railway bucket for attachments, images and exports",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PLANE_ORGANIZATION",
      "service": "Plane",
      "description": "Instance name shown in /god-mode",
      "secret": false,
      "strategy": "default",
      "default": "My Company"
    },
    {
      "key": "AWS_S3_ENDPOINT_URL",
      "service": "Plane",
      "description": "Railway bucket endpoint",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PLANE_ADMIN_PASSWORD",
      "service": "Plane",
      "description": "Admin password, set on first boot only - copy it from here to log in, then change it in Plane",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "AWS_SECRET_ACCESS_KEY",
      "service": "Plane",
      "description": "Railway bucket secret key",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LIVE_SERVER_SECRET_KEY",
      "service": "Plane",
      "description": "Shared secret between the API and the real-time editor server",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "CELERY_WORKER_CONCURRENCY",
      "service": "Plane",
      "description": "Background worker processes, ~150 MB each. Upstream's default of one per CPU means dozens on Railway",
      "secret": false,
      "strategy": "default",
      "default": "2"
    },
    {
      "key": "RAILWAY_HEALTHCHECK_TIMEOUT_SEC",
      "service": "Plane",
      "description": "First boot runs the database migrations before the health check can pass",
      "secret": false,
      "strategy": "default",
      "default": "600"
    },
    {
      "key": "RAILWAY_DEPLOYMENT_DRAINING_SECONDS",
      "service": "Plane",
      "description": "Time to finish running jobs on redeploy",
      "secret": false,
      "strategy": "default",
      "default": "30"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "Redis",
      "description": "Auto-generated Redis password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "PGDATA",
      "service": "Postgres",
      "description": "Data subdirectory - keeps Postgres happy on Railway volumes",
      "secret": false,
      "strategy": "default",
      "default": "/var/lib/postgresql/data/pgdata"
    },
    {
      "key": "POSTGRES_DB",
      "service": "Postgres",
      "description": "Database name",
      "secret": false,
      "strategy": "default",
      "default": "plane"
    },
    {
      "key": "POSTGRES_USER",
      "service": "Postgres",
      "description": "Database user",
      "secret": false,
      "strategy": "default",
      "default": "plane"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "Postgres",
      "description": "Auto-generated database password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "RAILWAY_DEPLOYMENT_DRAINING_SECONDS",
      "service": "Postgres",
      "description": "Time for Postgres to shut down cleanly on redeploy",
      "secret": false,
      "strategy": "default",
      "default": "60"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "plane-community"
      }
    },
    "cli": "railway deploy --template plane-community",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c8f5f01c-5b69-480f-b142-32ffc7921ca6",
            "serializedConfig": {
              "buckets": {
                "03d31d4b-7510-4e91-94c9-6586dedd9532": {
                  "name": "Uploads"
                }
              },
              "services": {
                "06545616-e916-465b-9a00-de74dc154d40": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/rabbitmq.svg",
                  "name": "RabbitMQ",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "rabbitmq:4.1.8-alpine"
                  },
                  "variables": {
                    "RABBITMQ_DEFAULT_PASS": {
                      "isOptional": false,
                      "description": "Auto-generated RabbitMQ password",
                      "defaultValue": "{{RABBITMQ_DEFAULT_PASS}}"
                    },
                    "RABBITMQ_DEFAULT_USER": {
                      "isOptional": false,
                      "description": "RabbitMQ user",
                      "defaultValue": "plane"
                    },
                    "RABBITMQ_DEFAULT_VHOST": {
                      "isOptional": false,
                      "description": "RabbitMQ virtual host",
                      "defaultValue": "plane"
                    }
                  },
                  "networking": {
                    "serviceDomains": {}
                  }
                },
                "41290402-f044-4abb-b6f4-abf97ee959dd": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/plane.svg",
                  "name": "Plane",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/api/instances/",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/nomideusz/plane-railway",
                    "rootDirectory": "/plane"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Port Plane's built-in proxy listens on - leave as is",
                      "defaultValue": "80"
                    },
                    "AMQP_URL": {
                      "isOptional": false,
                      "description": "RabbitMQ task queue on the private network",
                      "defaultValue": "amqp://${{RabbitMQ.RABBITMQ_DEFAULT_USER}}:${{RabbitMQ.RABBITMQ_DEFAULT_PASS}}@${{RabbitMQ.RAILWAY_PRIVATE_DOMAIN}}:5672/${{RabbitMQ.RABBITMQ_DEFAULT_VHOST}}"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Redis cache on the private network",
                      "defaultValue": "redis://default:${{Redis.REDIS_PASSWORD}}@${{Redis.RAILWAY_PRIVATE_DOMAIN}}:6379"
                    },
                    "AWS_REGION": {
                      "isOptional": false,
                      "description": "Railway bucket region",
                      "defaultValue": "${{Uploads.REGION}}"
                    },
                    "SECRET_KEY": {
                      "isOptional": false,
                      "description": "Signs sessions - changing it logs everyone out",
                      "defaultValue": "{{SECRET_KEY}}"
                    },
                    "DOMAIN_NAME": {
                      "isOptional": false,
                      "description": "Domain Plane is served on - set it to your custom domain after adding one",
                      "defaultValue": "${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "APP_PROTOCOL": {
                      "isOptional": false,
                      "description": "Railway serves the domain over HTTPS",
                      "defaultValue": "https"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "Postgres on the private network",
                      "defaultValue": "postgresql://${{Postgres.POSTGRES_USER}}:${{Postgres.POSTGRES_PASSWORD}}@${{Postgres.RAILWAY_PRIVATE_DOMAIN}}:5432/${{Postgres.POSTGRES_DB}}"
                    },
                    "ENABLE_SIGNUP": {
                      "isOptional": false,
                      "description": "First boot only: 0 lets only people you invite sign up, 1 lets anyone. Later, change it in /god-mode",
                      "defaultValue": "0"
                    },
                    "FILE_SIZE_LIMIT": {
                      "isOptional": false,
                      "description": "Largest attachment in bytes (50 MB)",
                      "defaultValue": "52428800"
                    },
                    "TRUSTED_PROXIES": {
                      "isOptional": false,
                      "description": "Trust Railway's edge for the client IP and HTTPS headers",
                      "defaultValue": "0.0.0.0/0 ::/0"
                    },
                    "AWS_ACCESS_KEY_ID": {
                      "isOptional": false,
                      "description": "Railway bucket access key",
                      "defaultValue": "${{Uploads.ACCESS_KEY_ID}}"
                    },
                    "PLANE_ADMIN_EMAIL": {
                      "isOptional": false,
                      "description": "Your email - the admin login for Plane and its /god-mode settings, created on first boot",
                      "defaultValue": "{{PLANE_ADMIN_EMAIL}}"
                    },
                    "AWS_S3_BUCKET_NAME": {
                      "isOptional": false,
                      "description": "Railway bucket for attachments, images and exports",
                      "defaultValue": "${{Uploads.BUCKET}}"
                    },
                    "PLANE_ORGANIZATION": {
                      "isOptional": false,
                      "description": "Instance name shown in /god-mode",
                      "defaultValue": "My Company"
                    },
                    "AWS_S3_ENDPOINT_URL": {
                      "isOptional": false,
                      "description": "Railway bucket endpoint",
                      "defaultValue": "${{Uploads.ENDPOINT}}"
                    },
                    "PLANE_ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "Admin password, set on first boot only - copy it from here to log in, then change it in Plane",
                      "defaultValue": "{{PLANE_ADMIN_PASSWORD}}"
                    },
                    "AWS_SECRET_ACCESS_KEY": {
                      "isOptional": false,
                      "description": "Railway bucket secret key",
                      "defaultValue": "${{Uploads.SECRET_ACCESS_KEY}}"
                    },
                    "LIVE_SERVER_SECRET_KEY": {
                      "isOptional": false,
                      "description": "Shared secret between the API and the real-time editor server",
                      "defaultValue": "{{LIVE_SERVER_SECRET_KEY}}"
                    },
                    "CELERY_WORKER_CONCURRENCY": {
                      "isOptional": false,
                      "description": "Background worker processes, ~150 MB each. Upstream's default of one per CPU means dozens on Railway",
                      "defaultValue": "2"
                    },
                    "RAILWAY_HEALTHCHECK_TIMEOUT_SEC": {
                      "isOptional": false,
                      "description": "First boot runs the database migrations before the health check can pass",
                      "defaultValue": "600"
                    },
                    "RAILWAY_DEPLOYMENT_DRAINING_SECONDS": {
                      "isOptional": false,
                      "description": "Time to finish running jobs on redeploy",
                      "defaultValue": "30"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                },
                "8646d626-9dd4-4131-9e8d-8f5cf4084630": {
                  "icon": "https://devicons.railway.app/i/redis.svg",
                  "name": "Redis",
                  "build": {},
                  "deploy": {
                    "startCommand": "/bin/sh -c \"exec docker-entrypoint.sh redis-server --requirepass $REDIS_PASSWORD --save '' --appendonly no\"",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "redis:8.10.2-alpine"
                  },
                  "variables": {
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Auto-generated Redis password",
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {}
                  }
                },
                "8cc2aa04-b79e-496a-bb2a-c60446d42f58": {
                  "icon": "https://devicons.railway.app/i/postgresql.svg",
                  "name": "Postgres",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/railwayapp-templates/postgres-ssl:17"
                  },
                  "variables": {
                    "PGDATA": {
                      "isOptional": false,
                      "description": "Data subdirectory - keeps Postgres happy on Railway volumes",
                      "defaultValue": "/var/lib/postgresql/data/pgdata"
                    },
                    "POSTGRES_DB": {
                      "isOptional": false,
                      "description": "Database name",
                      "defaultValue": "plane"
                    },
                    "POSTGRES_USER": {
                      "isOptional": false,
                      "description": "Database user",
                      "defaultValue": "plane"
                    },
                    "POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "description": "Auto-generated database password",
                      "defaultValue": "{{POSTGRES_PASSWORD}}"
                    },
                    "RAILWAY_DEPLOYMENT_DRAINING_SECONDS": {
                      "isOptional": false,
                      "description": "Time for Postgres to shut down cleanly on redeploy",
                      "defaultValue": "60"
                    }
                  },
                  "networking": {
                    "serviceDomains": {}
                  },
                  "volumeMounts": {
                    "8cc2aa04-b79e-496a-bb2a-c60446d42f58": {
                      "mountPath": "/var/lib/postgresql/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Plane",
      "method": "GET",
      "path": "/api/instances/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 4,
    "needs_volume": true
  },
  "generated_at": "2026-09-27T22:14:44.387Z",
  "generator_version": "0.1.0"
}
