docker-ttrss
docker-ttrss copied to clipboard
Tiny Tiny RSS feed reader as a Docker image.
As [the docs](https://docs.docker.com/network/links/) specify, link is a legacy feature that can be removed at any time. Is it possible to remove this feature, and replace it by connecting to the...
Any change of getting the initial user and/.or pull a github/svn opml file on the image starting up?
After every nightly update I have to log in again in the web interface. Is there a chance to work around this?
To work, the ttrss-configure-db.php script depends on the environment variables automatically created by the "--link" flag of the docker run command. Example: DB_PORT_5432_TCP_ADDR (https://github.com/x86dev/docker-ttrss/blob/d3ff6b028c03a6eb5fdb24790f4c693ba2457a42/root/srv/ttrss-configure-db.php#L27) Per the Docker documentation, the --link...
Hey there, since I have a MySQL instance running, I wanted to switch my TTRSS Container to this database. I've configured a Database, a Username and Password and inserted the...
Hi, Thank you for this nice docker image. I use it with the letsencrypt nginx proxy. With the default configuration I cannot access the web page and I get an...
As mentioned before issue tracking; ``docker run -it --name ttrsspg -e DB_HOST=172.17.0.1 -e SU_USER=admin -e DB_USER=ttrss x86dev/docker-ttrss`` still results in ``PHP Warning: pg_connect(): Unable to connect to PostgreSQL server: could...
Hey, thx for the container. You could define a folder (e.g. /tmp) which could be mounted as a volume where we could put our favourite plugins. When creating the container...