feat(storage): Nextcloud FPM + MinIO + FileBrowser + Syncthing#317
Open
Problemsolver0070 wants to merge 1 commit intoillbnm:masterfrom
Open
feat(storage): Nextcloud FPM + MinIO + FileBrowser + Syncthing#317Problemsolver0070 wants to merge 1 commit intoillbnm:masterfrom
Problemsolver0070 wants to merge 1 commit intoillbnm:masterfrom
Conversation
…rowser + Syncthing (illbnm#3) - Nextcloud (29.0.7-fpm-alpine): FPM mode with Nginx frontend, shared PostgreSQL + Redis, trusted_proxies, overwriteprotocol, default_phone_region, CalDAV/CardDAV redirects - Nextcloud Nginx (1.27-alpine): optimized config for FPM with proper fastcgi params, client_max_body_size 10G, security headers - MinIO (RELEASE.2024-09-22): S3-compatible object storage with separate Console (minio.DOMAIN) and API (s3.DOMAIN) endpoints - FileBrowser (v2.31.1): lightweight file manager for STORAGE_ROOT - Syncthing (1.27.11): P2P file sync with device discovery ports - All services: healthchecks, Traefik labels, proper networking - Nginx config for Nextcloud FPM at config/nextcloud/nginx.conf - Updated .env.example Generated/reviewed with: claude-opus-4-6 Reviewed/verified with: GPT-5.3 Codex Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced Mar 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #3 — [BOUNTY $150] Storage Stack — 存储服务
All 5 required services:
29.0.7-fpm-alpine) — FPM mode with Nginx frontend, shared PostgreSQL + Redis,trusted_proxies,overwriteprotocol=https,default_phone_region=CN, Authentik OIDC readynginx:1.27-alpine) — Optimized FPM frontend:client_max_body_size 10G, CalDAV/CardDAV redirects, security headers, proper fastcgi configRELEASE.2024-09-22T00-33-43Z) — Console atminio.${DOMAIN}, API ats3.${DOMAIN}, separate Traefik routersv2.31.1) — Lightweight file manager browsing${STORAGE_ROOT}1.27.11) — P2P sync with discovery ports (22000/tcp+udp, 21027/udp)Acceptance Criteria
mcclient${STORAGE_ROOT}directoryTest Plan
docker compose configvalidatescurl https://cloud.DOMAIN/status.php→{"installed":true}curl https://minio.DOMAIN/→ MinIO Consolecurl https://s3.DOMAIN/minio/health/live→ 200curl https://files.DOMAIN/→ FileBrowser UIcurl https://sync.DOMAIN/rest/noauth/health→ 200Generated/reviewed with: claude-opus-4-6
Reviewed/verified with: GPT-5.3 Codex
🤖 Generated with Claude Code