Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 25 additions & 7 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,16 @@
{
"group": "Self-Hosting",
"pages": [
"maintenance-ops/self-hosting/advanced",
"maintenance-ops/self-hosting/overview",
"maintenance-ops/self-hosting/deployment-architecture",
{
"group": "Deployment Platforms",
"pages": [
"maintenance-ops/self-hosting/railway",
"maintenance-ops/self-hosting/coolify",
"maintenance-ops/self-hosting/aws-ecs"
]
},
"maintenance-ops/self-hosting/update-sync-rules",
"maintenance-ops/self-hosting/healthchecks",
"maintenance-ops/self-hosting/securing-your-deployment",
Expand Down Expand Up @@ -454,9 +462,7 @@
]
},
"integrations/neon",
"integrations/serverpod",
"integrations/railway",
"integrations/coolify"
"integrations/serverpod"
]
},
{
Expand Down Expand Up @@ -735,7 +741,7 @@
},
{
"source": "/usage/sync-rules/operators-and-functions",
"destination": "/sync/rules/supported-sql"
"destination": "/sync/rules/supported-sql"
},
{
"source": "/usage/sync-rules/advanced-topics",
Expand Down Expand Up @@ -1214,6 +1220,10 @@
"source": "/maintenance-ops/self-hosting/migrating",
"destination": "/maintenance-ops/self-hosting/migrating-instances"
},
{
"source": "/maintenance-ops/self-hosting/advanced",
"destination": "/maintenance-ops/self-hosting/overview"
},
{
"source": "/integration-guides/integrations-overview",
"destination": "/integrations/overview"
Expand Down Expand Up @@ -1276,11 +1286,19 @@
},
{
"source": "/integration-guides/railway-+-powersync",
"destination": "/integrations/railway"
"destination": "/maintenance-ops/self-hosting/railway"
},
{
"source": "/integration-guides/coolify",
"destination": "/integrations/coolify"
"destination": "/maintenance-ops/self-hosting/coolify"
},
{
"source": "/integrations/railway",
"destination": "/maintenance-ops/self-hosting/railway"
},
{
"source": "/integrations/coolify",
"destination": "/maintenance-ops/self-hosting/coolify"
},
{
"source": "/usage/tools/cli",
Expand Down
4 changes: 1 addition & 3 deletions integrations/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ Currently, the following integration guides are available:
<CardGroup cols={3}>
<Card title="Supabase" icon="rotate" href="/integrations/supabase/guide" />
<Card title="Neon" icon="square" href="/integrations/neon" />
<Card title="Serverpod" icon="rocket" href="/integrations/serverpod" />
<Card title="Railway" icon="train" href="/integrations/railway" />
<Card title="Coolify" icon="c" href="/integrations/coolify" />
<Card title="Serverpod" icon="rocket" href="/integrations/serverpod" />
</CardGroup>

If you'd like to see an integration that is not currently available, [let us know on Discord](https://discord.gg/powersync).
17 changes: 14 additions & 3 deletions intro/self-hosting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "Self-Hosting"
description: "An Introduction to self-hosting PowerSync in your own infrastructure (PowerSync Open Edition or PowerSync Enterprise Self-Hosted Edition)."
---

import SelfHostDeploymentPlatformsCards from '/snippets/self-host-deployment-platforms-cards.mdx';

The [PowerSync Service](https://github.com/powersync-ja/powersync-service) can be self-hosted using Docker. It is published to Docker Hub as [journeyapps/powersync-service](https://hub.docker.com/r/journeyapps/powersync-service).

<Note>
Expand All @@ -29,17 +31,26 @@ The quickest way to get a feel for the system is to run our example project on y

If you plan to self-host for development purposes only, see [Local Development](/tools/local-development) for how to easily do this using Docker Compose.

## Deploy PowerSync on Coolify

See our [integration guide](/integrations/coolify) for deploying the PowerSync Service on Coolify. This can simplify the setup and management of the deployment.

## Full Installation

See our [Setup Guide](/intro/setup-guide) section for instructions setting up the PowerSync Service and integrating PowerSync into your app project.


## Deployment Platform Guides

<SelfHostDeploymentPlatformsCards />


## Advanced/Production Topics

See the [Maintenance & Ops → Self-Hosting](/maintenance-ops/self-hosting/overview) section.


## Enterprise Self-Hosted Edition

Self-hosting of PowerSync is also available in an _Enterprise Self-Hosted Edition_ with dedicated support plans, advanced functionality and custom pricing. See the _Self-Host PowerSync_ section on our [Pricing](https://www.powersync.com/pricing) page for more details.

To get started on the Enterprise Self-Hosted Edition please [contact us](mailto:support@powersync.com).


This file was deleted.

Loading