dockerfiles/freshrss/README.md

25 lines
724 B
Markdown
Raw Normal View History

2017-06-05 22:18:04 +02:00
## wonderfall/freshrss
2017-06-05 22:16:17 +02:00
2017-06-05 22:18:04 +02:00
A free, self-hostable aggregator : https://github.com/FreshRSS/FreshRSS
2017-06-05 22:16:17 +02:00
#### Features
- Based on Alpine Linux (wonderfall/nginx-php image)
- Bundled with nginx and PHP7.1.
2017-06-06 03:24:05 +02:00
- Automatic feed update (frequency at 30 minutes by default)
2017-06-05 22:16:17 +02:00
#### Build-time variables
2017-06-05 22:18:04 +02:00
- **FRESHRSS_VER** : version of FreshRSS
2017-06-05 22:16:17 +02:00
#### Environment variables
2017-06-05 22:18:04 +02:00
- **UID** : user id
- **GID** : group id
2017-06-05 22:16:17 +02:00
- **MEMORY_LIMIT** : php memory limit *(default : 128M)*
- **UPLOAD_MAX_SIZE** : maximum upload size *(default : 10M)*
2017-06-06 03:24:05 +02:00
- **CRON_PERIOD** : feed update frequency *(default : 30m)*
2017-06-05 22:16:17 +02:00
#### Volumes
2017-06-05 22:18:04 +02:00
- **/freshrss/data**
2017-06-05 22:16:17 +02:00
#### Ports
- **8888** [(reverse proxy!)](https://github.com/hardware/mailserver/wiki/Reverse-proxy-configuration)