24 lines
553 B
Markdown
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
|
|
```
|