Files
ansible-collection-docker-apps/roles/redlib/README.md
T
2026-01-30 15:07:31 -05:00

24 lines
553 B
Markdown

# Redlib
Deploy Redlib privacy-focused Reddit frontend using Docker Compose.
## Description
Redlib is an alternative private front-end to Reddit, providing a clean interface without tracking.
## Variables
### Optional
| Variable | Default | Description |
|----------|---------|-------------|
| `redlib_http_port` | `8080` | Web interface port |
| `redlib_container_version` | `latest` | Redlib Docker image tag |
| `redlib_extra_env_vars` | `{}` | Dictionary of environment variables |
## Example
```yaml
- role: patrickj.docker_apps.redlib
```