mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 13:55:56 +03:00
[PR #438] [MERGED] Feat restic backups #469
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#469
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feat-restic-backups📝 Commits (4)
50c2e0echore: added restic installation in onboarding setup4b2e5ecchore: add project-hidden, hiding environment variables log20a9137chore: upgraded to nextjs:15.5.2, payload:3.54.08622129chore: 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
/var/lib/dokku/storage🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.