add FreshRSS image

This commit is contained in:
Wonderfall
2017-06-05 22:16:17 +02:00
parent 74934330e1
commit ddc393a36a
4 changed files with 92 additions and 0 deletions

23
freshrss/README.md Normal file
View File

@ -0,0 +1,23 @@
## wonderfall/privatebin
Paste securely.
#### Features
- Based on Alpine Linux (wonderfall/nginx-php image)
- Uses [PrivateBin](https://github.com/PrivateBin/PrivateBin), originally a fork of zerobin by elrido.
- Bundled with nginx and PHP7.1.
#### Build-time variables
- **PRIVATEBIN_VER** : version of PrivateBin
#### Environment variables
- **UID** : zerobin user id
- **GID** : zerobin group id
- **MEMORY_LIMIT** : php memory limit *(default : 128M)*
- **UPLOAD_MAX_SIZE** : maximum upload size *(default : 10M)*
#### Volumes
- **/privatebin/data**
#### Ports
- **8888** [(reverse proxy!)](https://github.com/hardware/mailserver/wiki/Reverse-proxy-configuration)