mirror of
https://github.com/pelican-dev/plugins.git
synced 2026-05-09 08:26:01 +02:00
[PR #117] [CLOSED] Add Backup Templates Plugin #120
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/plugins#120
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/pelican-dev/plugins/pull/117
Author: @Ebnater
Created: 3/12/2026
Status: ❌ Closed
Base:
main← Head:ebnater/backup-templates📝 Commits (7)
ad6e495Add Backup Templates Plugin86c2b7efix: removed meta key from testing1e66b32implement backup templates permissions and policyf78ccf9fix language file not loading for backup templates plugin31869bcfix pint issue7e7941dfix pint issue again06f21f4added new plugin to README📊 Changes
15 files changed (+1130 additions, -6 deletions)
View changed files
📝
README.md(+7 -6)➕
backup-templates/LICENSE(+674 -0)➕
backup-templates/README.md(+12 -0)➕
backup-templates/database/migrations/001_create_backup_templates_table.php(+30 -0)➕
backup-templates/lang/de/server/user.php(+8 -0)➕
backup-templates/lang/de/strings.php(+22 -0)➕
backup-templates/lang/en/server/user.php(+8 -0)➕
backup-templates/lang/en/strings.php(+22 -0)➕
backup-templates/plugin.json(+17 -0)➕
backup-templates/src/BackupTemplatesPlugin.php(+23 -0)➕
backup-templates/src/Filament/Server/Resources/BackupTemplates/BackupTemplateResource.php(+103 -0)➕
backup-templates/src/Filament/Server/Resources/BackupTemplates/Pages/ListBackupTemplates.php(+43 -0)➕
backup-templates/src/Models/BackupTemplate.php(+28 -0)➕
backup-templates/src/Policies/BackupTemplatePolicy.php(+36 -0)➕
backup-templates/src/Providers/BackupTemplatesPluginProvider.php(+97 -0)📄 Description
This plugin adds per-server backup templates that can be selected when creating a backup. Selecting a template automatically fills the ignored paths field with the saved preset.
Summary by CodeRabbit
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.