We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf9abbc + d424ed2 commit 13e9a50Copy full SHA for 13e9a50
apps/dokploy/templates/templates.ts
@@ -951,8 +951,8 @@ export const templates: TemplateData[] = [
951
logo: "ryot.png",
952
links: {
953
github: "https://github.com/IgnisDa/ryot",
954
- website: "https://ryot.dev/",
955
- docs: "https://ryot.dev/docs/getting-started",
+ website: "https://ryot.io/",
+ docs: "https://docs.ryot.io/",
956
},
957
tags: ["media", "tracking", "self-hosted"],
958
load: () => import("./ryot/index").then((m) => m.generate),
0 commit comments