initial commit

This commit is contained in:
hiperman
2026-01-30 15:07:31 -05:00
commit 7844cc4416
83 changed files with 3802 additions and 0 deletions
+23
View File
@@ -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
```