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
6 changes: 2 additions & 4 deletions docs/pages/docs/deploying/justdeploy.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# JustDeploy
# JustDeploy 🛵

[JustDeploy](https://github.com/cchalop1/JustDeploy) is an open-source tool that makes **self-hosting your applications incredibly easy**.

It provides a lightweight web interface to organize projects, databases, and environments without needing to write any Docker or server configuration. With JustDeploy, you can deploy your app to your own VPS in just one click, with no vendor lock-in.
It provides a lightweight web interface to organize projects, databases, and environments without needing to write any Docker or server configuration. With JustDeploy, you can deploy your app to your own VPS in just one click, with no vendor lock-in.

## 🚀 Built-in Nixpacks support

JustDeploy uses **Nixpacks by default** to build application images directly from your Git repository. This ensures simple, reproducible builds with zero configuration.

> Example: When a user connects their GitHub repo to JustDeploy, the app is automatically built using Nixpacks and deployed to their server with a clean, production-ready setup.

## 🔗 Useful links

- 💻 GitHub: [github.com/cchalop1/JustDeploy](https://github.com/cchalop1/JustDeploy)
Expand Down
1 change: 1 addition & 0 deletions docs/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const sidebarItems: ISidebarSection[] = [
{ text: "GitHub Actions", href: "/docs/deploying/github-actions" },
{ text: "PipeOps", href: "/docs/deploying/pipeops" },
{ text: "Stacktape", href: "/docs/deploying/stacktape" },
{ text: "JustDeploy", href: "/docs/deploying/justdeploy" },
],
},
];