Up-to-date Selfoss, a multipurpose RSS reader, live stream, mashup, aggregation web application.
100K+

A multipurpose RSS reader, live stream, mashup, aggregation web application.
| Variable | Description | Type | Default value |
|---|---|---|---|
| UID | selfoss user id | optional | 991 |
| GID | selfoss group id | optional | 991 |
| CRON_PERIOD | Cronjob period for updating feeds | optional | 15m |
| UPLOAD_MAX_SIZE | Attachment size limit | optional | 25M |
| LOG_TO_STDOUT | Enable nginx and php error logs to stdout | optional | false |
| MEMORY_LIMIT | PHP memory limit | optional | 128M |
| SELFOSS_CONFIG_FILE | Custom config.ini location | optional | /selfoss/defaults.ini |
The simplest way to run the container is the following command:
docker run --detach --volume /mnt/docker/selfoss:/selfoss/data rsprta/selfoss
Or using docker-compose.yml:
version: '3'
services:
selfoss:
container_name: selfoss
image: rsprta/selfoss
restart: unless-stopped
volumes:
- /mnt/docker/selfoss:/selfoss/data
The image is forked from hardware/selfoss.
This package was created with Cookiecutter from cookiecutter-docker-multiarch.
Content type
Image
Digest
sha256:acefa0e56…
Size
61.7 MB
Last updated
over 2 years ago
docker pull rsprta/selfoss