linuxserver / docker-freshrss

GNU General Public License v3.0
170 stars 24 forks source link

Why there isn't a version without nginx? #30

Closed lihsai0 closed 4 years ago

lihsai0 commented 4 years ago

Only question

Context

I already have a container running nginx.

Expected Behavior

There is a version only has php environment and Fresh RSS. No Nginx.

Current Behavior

Request fresh-rss.example.com
->
nginx container(not fresh container)
->
nginx in fresh rss container
->
php

There also has two log location in tow nginx. I think it's redundancy.

aptalca commented 4 years ago

Currently there are no plans to make a php only freshrss image

lihsai0 commented 4 years ago

If I disturb you, I apologize.

I was sadly to receive [no plans to make php only image] reply. So I make it by myself.

docker-iobase-php
docker-freshrss

They are based on Linux Server's work.

But because of my poor technology on Docker and PHP. They are ugly. Just can run.

If anyone can give me some suggestions, I will be very grateful to you.