mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-08 20:46:44 +03:00
"Automatic Mirroring" changed to "Automatic Syncing"
This commit is contained in:
@@ -207,7 +207,7 @@ Enable in Settings → Mirror Options → Mirror metadata
|
|||||||
- **Automatic Cleanup** - Configure retention period for activity logs
|
- **Automatic Cleanup** - Configure retention period for activity logs
|
||||||
- **Scheduled Sync** - Set custom intervals for automatic mirroring
|
- **Scheduled Sync** - Set custom intervals for automatic mirroring
|
||||||
|
|
||||||
### Automatic Mirroring & Synchronization
|
### Automatic Syncing & Synchronization
|
||||||
|
|
||||||
Gitea Mirror provides powerful automatic synchronization features:
|
Gitea Mirror provides powerful automatic synchronization features:
|
||||||
|
|
||||||
@@ -218,7 +218,7 @@ Gitea Mirror provides powerful automatic synchronization features:
|
|||||||
- **Smart scheduling**: Only syncs repositories that need updating
|
- **Smart scheduling**: Only syncs repositories that need updating
|
||||||
|
|
||||||
#### Configuration via Web Interface (Recommended)
|
#### Configuration via Web Interface (Recommended)
|
||||||
Navigate to the Configuration page and enable "Automatic Mirroring" with your preferred interval.
|
Navigate to the Configuration page and enable "Automatic Syncing" with your preferred interval.
|
||||||
|
|
||||||
#### Configuration via Environment Variables
|
#### Configuration via Environment Variables
|
||||||
|
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ bun run dev
|
|||||||
|
|
||||||
## Key Features
|
## Key Features
|
||||||
|
|
||||||
- 🔄 **Automatic Mirroring** - Keep repositories synchronized
|
- 🔄 **Automatic Syncing** - Keep repositories synchronized
|
||||||
- 🗂️ **Organization Support** - Mirror entire organizations
|
- 🗂️ **Organization Support** - Mirror entire organizations
|
||||||
- ⭐ **Starred Repos** - Mirror your starred repositories
|
- ⭐ **Starred Repos** - Mirror your starred repositories
|
||||||
- 🔐 **Self-Hosted** - Full control over your data
|
- 🔐 **Self-Hosted** - Full control over your data
|
||||||
|
|||||||
@@ -122,12 +122,12 @@ export function AutomationSettings({
|
|||||||
|
|
||||||
<CardContent className="space-y-6">
|
<CardContent className="space-y-6">
|
||||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
|
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||||||
{/* Automatic Mirroring Section */}
|
{/* Automatic Syncing Section */}
|
||||||
<div className="space-y-4 p-4 border border-border rounded-lg bg-card/50">
|
<div className="space-y-4 p-4 border border-border rounded-lg bg-card/50">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<h3 className="text-sm font-medium flex items-center gap-2">
|
<h3 className="text-sm font-medium flex items-center gap-2">
|
||||||
<RefreshCw className="h-4 w-4 text-primary" />
|
<RefreshCw className="h-4 w-4 text-primary" />
|
||||||
Automatic Mirroring
|
Automatic Syncing
|
||||||
</h3>
|
</h3>
|
||||||
{isAutoSavingSchedule && (
|
{isAutoSavingSchedule && (
|
||||||
<Activity className="h-4 w-4 animate-spin text-muted-foreground" />
|
<Activity className="h-4 w-4 animate-spin text-muted-foreground" />
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ export function ScheduleConfigForm({
|
|||||||
htmlFor="enabled"
|
htmlFor="enabled"
|
||||||
className="select-none ml-2 block text-sm font-medium"
|
className="select-none ml-2 block text-sm font-medium"
|
||||||
>
|
>
|
||||||
Enable Automatic Mirroring
|
Enable Automatic Syncing
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user