From e284e32503a3195f815701822b49feab46a3cb48 Mon Sep 17 00:00:00 2001 From: kurt <50203404+elkurto343@users.noreply.github.com> Date: Fri, 20 Mar 2026 09:31:38 +1000 Subject: [PATCH 1/2] docs: add nix-dokploy to goodies --- apps/docs/content/docs/core/goodies.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/docs/content/docs/core/goodies.mdx b/apps/docs/content/docs/core/goodies.mdx index 05c41bf9..cf23073b 100644 --- a/apps/docs/content/docs/core/goodies.mdx +++ b/apps/docs/content/docs/core/goodies.mdx @@ -12,5 +12,6 @@ description: "Dokploy has certain goodies that are external that can be used wit 6. **Templates Collection** : Docker compose collection for Dokploy [Github](https://github.com/benbristow/dokploy-compose-templates) 7. **Dokploy Port Updater**: Dokploy Port Updater [Github](https://github.com/clockradios/dokploy-port-updater) 8. **Dokli TUI**: Dokli TUI [Github](https://github.com/jonykalavera/dokli) +9. **nix-dokploy**: A NixOS module that runs Dokploy using declarative systemd units [Github](https://github.com/el-kurto/nix-dokploy) Want to submit your own? [Submit a PR](https://github.com/Dokploy/website/blob/main/README.md) From d114bcefad9922503dff78c1eb878c857de316d5 Mon Sep 17 00:00:00 2001 From: kurt <50203404+el-kurto@users.noreply.github.com> Date: Fri, 20 Mar 2026 09:34:19 +1000 Subject: [PATCH 2/2] Update apps/docs/content/docs/core/goodies.mdx Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- apps/docs/content/docs/core/goodies.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/docs/core/goodies.mdx b/apps/docs/content/docs/core/goodies.mdx index cf23073b..8f096a93 100644 --- a/apps/docs/content/docs/core/goodies.mdx +++ b/apps/docs/content/docs/core/goodies.mdx @@ -12,6 +12,6 @@ description: "Dokploy has certain goodies that are external that can be used wit 6. **Templates Collection** : Docker compose collection for Dokploy [Github](https://github.com/benbristow/dokploy-compose-templates) 7. **Dokploy Port Updater**: Dokploy Port Updater [Github](https://github.com/clockradios/dokploy-port-updater) 8. **Dokli TUI**: Dokli TUI [Github](https://github.com/jonykalavera/dokli) -9. **nix-dokploy**: A NixOS module that runs Dokploy using declarative systemd units [Github](https://github.com/el-kurto/nix-dokploy) +10. **nix-dokploy**: A NixOS module that runs Dokploy using declarative systemd units [Github](https://github.com/el-kurto/nix-dokploy) Want to submit your own? [Submit a PR](https://github.com/Dokploy/website/blob/main/README.md)