initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user