32 lines
832 B
Markdown
32 lines
832 B
Markdown
# Listmonk
|
|
|
|
Listmonk is a standalone, self-hosted newsletter and mailing list manager. It is fast, feature-rich, and packed into a single binary.
|
|
|
|
## Dependencies
|
|
|
|
- **PostgreSQL** - Database for storing subscribers and campaigns
|
|
|
|
## Configuration
|
|
|
|
Key settings configured through your instance's `config.yaml`:
|
|
|
|
- **domain** - Where Listmonk will be accessible (default: `listmonk.{your-cloud-domain}`)
|
|
- **storage** - Persistent volume size (default: `1Gi`)
|
|
|
|
## Access
|
|
|
|
After deployment, Listmonk will be available at:
|
|
- `https://listmonk.{your-cloud-domain}`
|
|
|
|
## First-Time Setup
|
|
|
|
1. Add and deploy the app:
|
|
```bash
|
|
wild app add listmonk
|
|
wild app deploy listmonk
|
|
```
|
|
|
|
2. Log in to the admin interface and configure your SMTP settings for sending emails
|
|
|
|
3. Create your first mailing list and start adding subscribers
|