mirror of
https://gitlab.w-hs.de/an14051/backerup-website.git
synced 2026-07-27 17:35:29 +00:00
feat: rename Updaterup to Daterup and update related links and metadata
This commit is contained in:
@@ -17,8 +17,8 @@ export const LINK_META: Record<LinkKey, { label: string; description: string; gr
|
||||
docs: { label: 'Backerup — Docs', description: 'Primary documentation URL', group: 'Backerup' },
|
||||
dockerImage: { label: 'Backerup — Docker image', description: 'Full image reference shown in install snippets', group: 'Backerup' },
|
||||
uiPort: { label: 'Backerup — UI port', description: 'Default port the Backerup container exposes', group: 'Backerup' },
|
||||
updaterupGitea: { label: 'Updaterup — Gitea repo', description: 'Repository root used in Updaterup pages', group: 'Updaterup' },
|
||||
updaterupDockerImage: { label: 'Updaterup — Docker image', description: 'Full image reference shown in Updaterup install snippets', group: 'Updaterup' },
|
||||
daterupGitea: { label: 'Daterup — Gitea repo', description: 'Repository root used in Daterup pages', group: 'Daterup' },
|
||||
daterupDockerImage: { label: 'Daterup — Docker image', description: 'Full image reference shown in Daterup install snippets', group: 'Daterup' },
|
||||
}
|
||||
|
||||
export interface LinkEntry {
|
||||
|
||||
@@ -27,11 +27,11 @@ export const LINKS = {
|
||||
/** Default UI port the container exposes */
|
||||
uiPort: "8080",
|
||||
|
||||
// ── Updaterup ─────────────────────────────────────────────
|
||||
/** Updaterup repository root */
|
||||
updaterupGitea: "https://gitea.doomlabs.de/KptltD00M/updaterup",
|
||||
/** Updaterup Docker image reference */
|
||||
updaterupDockerImage: "gitea.doomlabs.de/kptltd00m/updaterup:latest",
|
||||
// ── Daterup ──────────────────────────────────────────────
|
||||
/** Daterup repository root */
|
||||
daterupGitea: "https://gitea.doomlabs.de/KptltD00M/daterup",
|
||||
/** Daterup Docker image reference */
|
||||
daterupDockerImage: "gitea.doomlabs.de/kptltd00m/daterup:latest",
|
||||
} as const;
|
||||
|
||||
export type Links = typeof LINKS;
|
||||
|
||||
Reference in New Issue
Block a user