Giter Club home page Giter Club logo

Comments (15)

thelamer avatar thelamer commented on May 31, 2024

Can you test the linuxserver/tt-rss:develop tag and verify all functionality?

from docker-tt-rss.

wbagdon avatar wbagdon commented on May 31, 2024

Looks good, thanks!

from docker-tt-rss.

thelamer avatar thelamer commented on May 31, 2024

More than a spot check, please put this though it's paces and report back in 24 hours. Then we can advertise the tag on dockerhub .

from docker-tt-rss.

wbagdon avatar wbagdon commented on May 31, 2024

OK understood, I've been using my own builds of this against master for about a month.
I'll go outside of my normal routine to test out everything though.

from docker-tt-rss.

aptalca avatar aptalca commented on May 31, 2024

latest on docker hub is the default tag. If you try to pull an image without a tag, you automatically get latest so we make sure that it points to stable releases

EDIT: yeah I don't know why I responded to the title when there's already been message chain, lol. Trying to multi task and failing at it. Anyway, I think the comment is still relevant. Having latest tracking stable releases and develop tracking master branch commits is ideal.

from docker-tt-rss.

wbagdon avatar wbagdon commented on May 31, 2024

master is considered stable by the maintainer of tt-rss
Edit (additional source): https://git.tt-rss.org/fox/tt-rss/wiki/Home#download

from docker-tt-rss.

aptalca avatar aptalca commented on May 31, 2024

Then what's the point of versioned releases? https://git.tt-rss.org/fox/tt-rss/releases

Makes no sense

from docker-tt-rss.

wbagdon avatar wbagdon commented on May 31, 2024

The versioned release has never meant anything:
https://discourse.tt-rss.org/t/is-v15-7-the-latest/278/2

AFAIK the version is only used as a sort of check against themes, but he just did a large CSS overhaul and then didn't update the version so it's 100% useless...

Agreed that it makes no sense but ¯_(ツ)_/¯

from docker-tt-rss.

wbagdon avatar wbagdon commented on May 31, 2024

Everything looks good after a few more days of usage.

from docker-tt-rss.

partymike avatar partymike commented on May 31, 2024

I've tried the tags :latest & :develop which both seem to be outdated compared to the released @ https://git.tt-rss.org/git/tt-rss/src/master - looking above are you saying to use :master for the latest builds? I've been trying to get some plugins working but due to the age of :latest (2yrs?) they are not working....although I'm unsure if the version number shown of 17.4 in preferences has just never been updated by fox?

from docker-tt-rss.

wbagdon avatar wbagdon commented on May 31, 2024

@partymike latest should still be tracking tagged releases and should display 19.2 in the settings page. develop is tracking the master branch but will also display 19.2 due to the way fox detects the version.
You may want to make sure you are running a docker pull as it sounds like you're stuck on an old image of you're seeing 17.4 in your version

from docker-tt-rss.

partymike avatar partymike commented on May 31, 2024

well, the :develop tag never existed on my system before...but I deleted all the volumes and then recreated (compose) and I still see 17.4 at the bottom of the pref screen - is there anywhere else I should look? TBH everything works bar this 1 plugin where the author seem to confirm that was due to the tt-rss version I had being out of date.

scratching my head at this one!

from docker-tt-rss.

aptalca avatar aptalca commented on May 31, 2024

Just created a new container with the develop tag and the bottom shows 19.2

from docker-tt-rss.

partymike avatar partymike commented on May 31, 2024

Here is my compose file, guessing best way forward would be to backup then nuke tt-rss config folder and start again?

`# tt-rss
tt-rss:
image: linuxserver/tt-rss:develop
container_name: tt-rss
restart: always
volumes:
- /home/admin/.docker/ttrss:/config
ports:
- "8085:80"
environment:
- TZ=Europe/London
- PGID=101
- PUID=1024
depends_on:
- data-postgres

postgres

data-postgres:
image: postgres
container_name: data-postgres
restart: always
volumes:
- /home/admin/.docker/postgres:/var/lib/postgresql/data
ports:
- "5432:5432"
environment:
- POSTGRES_PASSWORD=xxxx`

from docker-tt-rss.

thelamer avatar thelamer commented on May 31, 2024

Yeah, we specifically do not update or mess with legacy installs that have the data in /config , you need to essentially start over if you want to upgrade. https://github.com/linuxserver/docker-tt-rss/blob/master/root/etc/cont-init.d/30-config#L3
This container now symlinks out all data and does not install to persistent storage in the modern version so it is 100% docker to upgrade.

from docker-tt-rss.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.