feat: rename Updaterup to Daterup and update related links and metadata

This commit is contained in:
Anders Böttcher
2026-05-13 13:57:27 +02:00
parent 37e916594e
commit b711aa510a
7 changed files with 56 additions and 55 deletions
+2 -2
View File
@@ -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 {