1.1 KiB
1.1 KiB
Outline
Outline is a team wiki and knowledge base with a clean, fast editor.
Dependencies
- PostgreSQL - Database for storing documents and settings
- Redis - Used for caching and real-time collaboration
- SMTP - Required for magic link email authentication
Configuration
Key settings in config.yaml:
- domain - Where Outline will be accessible
- storage - Persistent volume size (default:
2Gi) - db.name - Database name (default:
outline) - smtp - Email settings inherited from your Wild Cloud SMTP service
First-Time Setup
-
Add and deploy the app:
wild app add outline wild app deploy outline -
Visit the app URL and enter your email address.
-
Outline will send a magic link to your email — click it to sign in.
-
The first user to sign in becomes the administrator of the workspace.
Notes
- Outline uses magic link authentication (email-only, no passwords) — SMTP must be working for login to function
- The
secretKeyis derived via SHA256 fromutilsSecret— both are auto-generated - Documents are stored in the database, not on the filesystem