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
Binary file added images/coolify/Add_resource.mp4
Binary file not shown.
Binary file added images/coolify/Update_config.mp4
Binary file not shown.
Binary file added images/coolify/expand_content.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/coolify/powersync_config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/coolify/powersync_deploy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/coolify/powersync_env.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/coolify/powersync_resource.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/coolify/powersync_storage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/coolify/powersync_sync_rules.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
463 changes: 463 additions & 0 deletions integration-guides/coolify.mdx

Large diffs are not rendered by default.

35 changes: 34 additions & 1 deletion mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
"name": "Self Hosting",
"url": "self-hosting"
},
{
"name": "Tutorials",
"url": "tutorials"
},
{
"name": "Resources",
"url": "resources"
Expand Down Expand Up @@ -249,7 +253,8 @@
"integration-guides/flutterflow-+-powersync/github-workflow"
]
},
"integration-guides/railway-+-powersync"
"integration-guides/railway-+-powersync",
"integration-guides/coolify"
]
},
{
Expand Down Expand Up @@ -367,6 +372,34 @@
}
]
},
{
"group": "Client",
"pages": [
"tutorials/overview",
{
"group": "Attachment Storage",
"pages": [
"tutorials/client/attachment-storage/overview",
"tutorials/client/attachment-storage/aws-s3-storage-adapter"
]
},
{
"group": "Performance",
"pages": [
"tutorials/client/performance/overview",
"tutorials/client/performance/supabase-connector-performance"
]
}
]
},
{
"group": "Backend",
"pages": ["tutorials/backend/overview"]
},
{
"group": "Self Host",
"pages": ["tutorials/self-host/overview"]
},
{
"group": "Resources",
"pages": [
Expand Down
3 changes: 3 additions & 0 deletions tutorials/backend/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: "Coming Soon..."
---
Loading
Loading