feat(productivity): Gitea + Vaultwarden + Outline + Stirling PDF + Excalidraw#315
Open
Problemsolver0070 wants to merge 1 commit intoillbnm:masterfrom
Open
feat(productivity): Gitea + Vaultwarden + Outline + Stirling PDF + Excalidraw#315Problemsolver0070 wants to merge 1 commit intoillbnm:masterfrom
Problemsolver0070 wants to merge 1 commit intoillbnm:masterfrom
Conversation
…llbnm#5) - Update Gitea to 1.22.2, disable registration, add Authentik OIDC, enable Actions, add SMTP, SSH on port 2222 - Vaultwarden: add SMTP for email invites, WebSocket routing for live sync, registration disabled with admin-only invitations - Outline: switch file storage to MinIO/S3 backend, Authentik OIDC - Add Stirling PDF (frooodle/s-pdf:0.30.2) for PDF processing - Add Excalidraw (sha-4bfc240) for online whiteboard/diagramming - Remove BookStack (replaced by Stirling PDF + Excalidraw per issue spec) - All services have healthchecks, Traefik labels, proper networking - Update .env.example with SMTP, MinIO, and all new parameters 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 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 #5 — [BOUNTY $170] Productivity Stack — 生产力工具
All 5 required services implemented:
1.22.2) — Git hosting with Authentik OIDC, registration disabled, Actions enabled, SSH on port 2222, SMTP1.32.0) — Password manager with HTTPS (required for browser extensions), registration disabled, admin-only invitations, SMTP for email, WebSocket routing for live sync0.80.2) — Knowledge base with Authentik OIDC, MinIO/S3 file storage backend, shared PostgreSQL + Redisfrooodle/s-pdf:0.30.2) — PDF processing tools atpdf.${DOMAIN}sha-4bfc240) — Online whiteboard atdraw.${DOMAIN}Acceptance Criteria
Test Plan
docker compose configvalidatescurl https://git.DOMAIN/api/v1/versionreturns 200curl https://vault.DOMAIN/alivereturns 200curl https://docs.DOMAIN/_healthreturns 200curl https://pdf.DOMAIN/api/v1/info/statusreturns 200curl https://draw.DOMAIN/returns 200docker compose psGenerated/reviewed with: claude-opus-4-6
Reviewed/verified with: GPT-5.3 Codex
🤖 Generated with Claude Code