[PR #438] [MERGED] Feat restic backups #469

Closed
opened 2026-03-03 11:30:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/438
Author: @pavanbhaskardev
Created: 9/9/2025
Status: Merged
Merged: 9/9/2025
Merged by: @pavanbhaskardev

Base: mainHead: feat-restic-backups


📝 Commits (4)

  • 50c2e0e chore: added restic installation in onboarding setup
  • 4b2e5ec chore: add project-hidden, hiding environment variables log
  • 20a9137 chore: upgraded to nextjs:15.5.2, payload:3.54.0
  • 8622129 chore: updated volume paths

📊 Changes

26 files changed (+1949 additions, -1502 deletions)

View changed files

📝 .vscode/settings.json (+1 -0)
📝 env.ts (+8 -0)
📝 package.json (+15 -15)
📝 pnpm-lock.yaml (+1450 -1429)
src/actions/backups/index.ts (+199 -0)
src/actions/backups/validator.ts (+5 -0)
📝 src/actions/beszel/utils.ts (+2 -1)
📝 src/actions/project/index.ts (+10 -2)
📝 src/actions/project/validator.ts (+2 -0)
📝 src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx (+9 -1)
📝 src/app/(payload)/payload-admin/importMap.js (+2 -2)
📝 src/components/Integrations/dFlow/Form.tsx (+8 -8)
📝 src/components/onboarding/dokkuInstallation/DokkuInstallationStepContext.tsx (+5 -0)
📝 src/components/onboarding/dokkuInstallation/Step5.tsx (+18 -8)
src/components/onboarding/dokkuInstallation/Step6.tsx (+85 -0)
📝 src/components/servers/onboarding/ServerOnboarding.tsx (+11 -3)
📝 src/components/servers/onboarding/ServerSetup.tsx (+23 -6)
📝 src/components/service/VolumesForm.tsx (+9 -4)
📝 src/components/templates/compose/AddVolumeToService.tsx (+5 -5)
📝 src/components/templates/compose/types.ts (+4 -4)

...and 6 more files

📄 Description

  1. Add restic backup during onboarding
  2. Removed volume host-path restriction of /var/lib/dokku/storage
  3. Upgraded nextjs, payload to latest version

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dflow-sh/dflow/pull/438 **Author:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Created:** 9/9/2025 **Status:** ✅ Merged **Merged:** 9/9/2025 **Merged by:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Base:** `main` ← **Head:** `feat-restic-backups` --- ### 📝 Commits (4) - [`50c2e0e`](https://github.com/dflow-sh/dflow/commit/50c2e0e443e6552e9c7679a83965de670a420ec1) chore: added restic installation in onboarding setup - [`4b2e5ec`](https://github.com/dflow-sh/dflow/commit/4b2e5ec60c84bf75425079302939e82e9495af52) chore: add project-hidden, hiding environment variables log - [`20a9137`](https://github.com/dflow-sh/dflow/commit/20a9137e44ba8245286dce77dc709d2e4e200045) chore: upgraded to nextjs:15.5.2, payload:3.54.0 - [`8622129`](https://github.com/dflow-sh/dflow/commit/86221291951332149289b4f8e64ff38353698be9) chore: updated volume paths ### 📊 Changes **26 files changed** (+1949 additions, -1502 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+1 -0) 📝 `env.ts` (+8 -0) 📝 `package.json` (+15 -15) 📝 `pnpm-lock.yaml` (+1450 -1429) ➕ `src/actions/backups/index.ts` (+199 -0) ➕ `src/actions/backups/validator.ts` (+5 -0) 📝 `src/actions/beszel/utils.ts` (+2 -1) 📝 `src/actions/project/index.ts` (+10 -2) 📝 `src/actions/project/validator.ts` (+2 -0) 📝 `src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx` (+9 -1) 📝 `src/app/(payload)/payload-admin/importMap.js` (+2 -2) 📝 `src/components/Integrations/dFlow/Form.tsx` (+8 -8) 📝 `src/components/onboarding/dokkuInstallation/DokkuInstallationStepContext.tsx` (+5 -0) 📝 `src/components/onboarding/dokkuInstallation/Step5.tsx` (+18 -8) ➕ `src/components/onboarding/dokkuInstallation/Step6.tsx` (+85 -0) 📝 `src/components/servers/onboarding/ServerOnboarding.tsx` (+11 -3) 📝 `src/components/servers/onboarding/ServerSetup.tsx` (+23 -6) 📝 `src/components/service/VolumesForm.tsx` (+9 -4) 📝 `src/components/templates/compose/AddVolumeToService.tsx` (+5 -5) 📝 `src/components/templates/compose/types.ts` (+4 -4) _...and 6 more files_ </details> ### 📄 Description 1. Add restic backup during onboarding 2. Removed volume host-path restriction of `/var/lib/dokku/storage` 3. Upgraded nextjs, payload to latest version --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:30:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dflow#469
No description provided.