mirror of
https://github.com/terraphim/gitea-infrastructure.git
synced 2026-07-16 00:00:32 +02:00
chore: Fix trailing whitespace across project files
Automated fix from pre-commit hooks (trailing-whitespace, end-of-file-fixer). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -8,8 +8,8 @@ Gitea uses a **hybrid storage model** with both local filesystem and S3 (Seaweed
|
||||
|
||||
### 1. Git Repositories (Local Only)
|
||||
|
||||
**Location:** `/data/git/` inside the container
|
||||
**Storage Type:** Local filesystem only
|
||||
**Location:** `/data/git/` inside the container
|
||||
**Storage Type:** Local filesystem only
|
||||
**S3 Backup:** Possible via external tools
|
||||
|
||||
```
|
||||
@@ -39,8 +39,8 @@ docker compose exec server ls -la /data/git/repositories/
|
||||
|
||||
### 2. Git LFS (Large File Storage)
|
||||
|
||||
**Current Configuration:** Local storage
|
||||
**Location:** `/data/lfs/`
|
||||
**Current Configuration:** Local storage
|
||||
**Location:** `/data/lfs/`
|
||||
**Can be moved to:** S3 (SeaweedFS)
|
||||
|
||||
**Current Setting:**
|
||||
@@ -59,8 +59,8 @@ docker compose exec server ls -la /data/lfs/
|
||||
|
||||
### 3. Attachments & Files (S3 via MinIO)
|
||||
|
||||
**Location:** S3 (SeaweedFS)
|
||||
**Bucket:** `gitea`
|
||||
**Location:** S3 (SeaweedFS)
|
||||
**Bucket:** `gitea`
|
||||
**Endpoint:** `http://100.106.66.7:8333`
|
||||
|
||||
**What's stored in S3:**
|
||||
@@ -94,7 +94,7 @@ aws --endpoint-url http://100.106.66.7:8333 s3 ls s3://gitea/
|
||||
|
||||
### 4. Container Registry
|
||||
|
||||
**Location:** Local by default
|
||||
**Location:** Local by default
|
||||
**Can be configured for:** S3 storage
|
||||
|
||||
**Configuration needed:**
|
||||
|
||||
Reference in New Issue
Block a user