Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Tiny Tiny RSS
  3. Could you please update ttrss to 16dd42c3 published on 9/11/2024 or newer?

Could you please update ttrss to 16dd42c3 published on 9/11/2024 or newer?

Scheduled Pinned Locked Moved Solved Tiny Tiny RSS
16 Posts 6 Posters 1.6k Views 5 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • necrevistonnezrN Offline
    necrevistonnezrN Offline
    necrevistonnezr
    wrote on last edited by
    #7

    Hi, it seems another update of TT-RSS (and the plugin) is required to make it work, see

    • https://community.tt-rss.org/t/plugin-release-google-reader-api-plugin-for-tiny-tiny-rss/6555/17
    • https://community.tt-rss.org/t/plugin-release-google-reader-api-plugin-for-tiny-tiny-rss/6555/8
    O 1 Reply Last reply
    0
    • necrevistonnezrN Offline
      necrevistonnezrN Offline
      necrevistonnezr
      wrote on last edited by
      #8

      BTW: Updating a Git Repository in Cloudron Apps does not seem to work anymore. If I try to

      cd /app/data/plugins.local/freshapi
      git pull
      

      I get the error
      fatal: detected dubious ownership in repository at '/app/data/plugins.local/freshapi'

      If I try the suggested

      git config --global --add safe.directory /app/data/plugins.local/freshapi

      I get the error code

      error: could not lock config file /root/.gitconfig: Read-only file system

      fbartelsF 1 Reply Last reply
      0
      • necrevistonnezrN necrevistonnezr

        BTW: Updating a Git Repository in Cloudron Apps does not seem to work anymore. If I try to

        cd /app/data/plugins.local/freshapi
        git pull
        

        I get the error
        fatal: detected dubious ownership in repository at '/app/data/plugins.local/freshapi'

        If I try the suggested

        git config --global --add safe.directory /app/data/plugins.local/freshapi

        I get the error code

        error: could not lock config file /root/.gitconfig: Read-only file system

        fbartelsF Offline
        fbartelsF Offline
        fbartels
        App Dev
        wrote on last edited by
        #9

        @necrevistonnezr said in Could you please update ttrss to 16dd42c3 published on 9/11/2024 or newer?:

        git config --global --add safe.directory /app/data/plugins.local/freshapi

        You need to run without the --global option. With it it tries to update the gitconfig in your $HOME, without it the config in the current git repo.

        necrevistonnezrN 1 Reply Last reply
        0
        • fbartelsF fbartels

          @necrevistonnezr said in Could you please update ttrss to 16dd42c3 published on 9/11/2024 or newer?:

          git config --global --add safe.directory /app/data/plugins.local/freshapi

          You need to run without the --global option. With it it tries to update the gitconfig in your $HOME, without it the config in the current git repo.

          necrevistonnezrN Offline
          necrevistonnezrN Offline
          necrevistonnezr
          wrote on last edited by
          #10

          @fbartels
          I tried without the --global before in the freshapi folder but still get errors...?

          root@###:/app/data/plugins.local/freshapi# git config --add safe.directory /app/data/plugins.local/freshapi
          fatal: not in a git directory
          root@###:/app/data/plugins.local/freshapi# ls -la
          total 64
          drwxr-xr-x  4 www-data www-data  4096 Sep 15 05:39 .
          drwxr-xr-x 12 www-data www-data  4096 Sep 15 05:39 ..
          drwxr-xr-x  8 www-data www-data  4096 Sep 15 05:39 .git
          -rw-r--r--  1 www-data www-data 34523 Sep 15 05:39 LICENSE
          -rw-r--r--  1 www-data www-data  4568 Sep 15 05:39 README.md
          drwxr-xr-x  2 www-data www-data  4096 Sep 15 05:39 api
          -rw-r--r--  1 www-data www-data   988 Sep 15 05:39 init.php
          
          O 1 Reply Last reply
          0
          • necrevistonnezrN necrevistonnezr

            Hi, it seems another update of TT-RSS (and the plugin) is required to make it work, see

            • https://community.tt-rss.org/t/plugin-release-google-reader-api-plugin-for-tiny-tiny-rss/6555/17
            • https://community.tt-rss.org/t/plugin-release-google-reader-api-plugin-for-tiny-tiny-rss/6555/8
            O Offline
            O Offline
            odie
            wrote on last edited by
            #11

            @necrevistonnezr said in Could you please update ttrss to 16dd42c3 published on 9/11/2024 or newer?:

            Hi, it seems another update of TT-RSS (and the plugin) is required to make it work, see

            • https://community.tt-rss.org/t/plugin-release-google-reader-api-plugin-for-tiny-tiny-rss/6555/17
            • https://community.tt-rss.org/t/plugin-release-google-reader-api-plugin-for-tiny-tiny-rss/6555/8

            Whatever this is, it seems an update of the plugin itself is insufficient. I just updated the plugin to the most recent version, and I still get the exact same login errors.

            When I go to the ttrss -> settings -> personal data / authentication -> app passwords window, I see that the one-time password is never used. So it seems something is preventing clients trying to access this plugin/api from even getting to the authentication mechanisms.

            It seems we need some help from the Cloudron admins on this. I really don't know what else I can do to troubleshoot.

            1 Reply Last reply
            0
            • necrevistonnezrN Offline
              necrevistonnezrN Offline
              necrevistonnezr
              wrote on last edited by
              #12

              No, the links to the tt-rss forum speak of necessary updates to tt-rss in the last 2 days as well

              1 Reply Last reply
              0
              • necrevistonnezrN necrevistonnezr

                @fbartels
                I tried without the --global before in the freshapi folder but still get errors...?

                root@###:/app/data/plugins.local/freshapi# git config --add safe.directory /app/data/plugins.local/freshapi
                fatal: not in a git directory
                root@###:/app/data/plugins.local/freshapi# ls -la
                total 64
                drwxr-xr-x  4 www-data www-data  4096 Sep 15 05:39 .
                drwxr-xr-x 12 www-data www-data  4096 Sep 15 05:39 ..
                drwxr-xr-x  8 www-data www-data  4096 Sep 15 05:39 .git
                -rw-r--r--  1 www-data www-data 34523 Sep 15 05:39 LICENSE
                -rw-r--r--  1 www-data www-data  4568 Sep 15 05:39 README.md
                drwxr-xr-x  2 www-data www-data  4096 Sep 15 05:39 api
                -rw-r--r--  1 www-data www-data   988 Sep 15 05:39 init.php
                
                O Offline
                O Offline
                odie
                wrote on last edited by
                #13

                @necrevistonnezr said in Could you please update ttrss to 16dd42c3 published on 9/11/2024 or newer?:

                I tried without the --global before in the freshapi folder but still get errors...?

                root@###:/app/data/plugins.local/freshapi# git config --add safe.directory /app/data/plugins.local/freshapi
                fatal: not in a git directory
                

                I got this same error. I install the plugin via the browser command line. I've noticed that this sets root as owner, and I've changed ownership to www-data, so that it matches my other plugins.

                If I do a

                git pull
                

                from the terminal, it fails with the same error code you provide. However, if I change ownership to root before doing the git pull, then it works. So it's probably easiest to change ownership first, do a git pull, and then change ownership back to www-data.

                The plugin still doesn't authenticate, though, so I guess we need a ttrss update. I am uncomfortable pinging the mods on this (again, since I requested the update), so I'm hoping we're not too far away from a regular update.

                girishG 1 Reply Last reply
                0
                • O odie

                  @necrevistonnezr said in Could you please update ttrss to 16dd42c3 published on 9/11/2024 or newer?:

                  I tried without the --global before in the freshapi folder but still get errors...?

                  root@###:/app/data/plugins.local/freshapi# git config --add safe.directory /app/data/plugins.local/freshapi
                  fatal: not in a git directory
                  

                  I got this same error. I install the plugin via the browser command line. I've noticed that this sets root as owner, and I've changed ownership to www-data, so that it matches my other plugins.

                  If I do a

                  git pull
                  

                  from the terminal, it fails with the same error code you provide. However, if I change ownership to root before doing the git pull, then it works. So it's probably easiest to change ownership first, do a git pull, and then change ownership back to www-data.

                  The plugin still doesn't authenticate, though, so I guess we need a ttrss update. I am uncomfortable pinging the mods on this (again, since I requested the update), so I'm hoping we're not too far away from a regular update.

                  girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by
                  #14

                  @odie said in Could you please update ttrss to 16dd42c3 published on 9/11/2024 or newer?:

                  I am uncomfortable pinging the mods on this (again, since I requested the update), so I'm hoping we're not too far away from a regular update.

                  FWIW, this is fine, please ask away πŸ™‚ Our app builds are more and more automated. We have some great automatic tests to test updates as well. Manual work is minimal for many apps (ttrss included). Anyways, I triggered a new build now.

                  O 1 Reply Last reply
                  0
                  • girishG girish

                    @odie said in Could you please update ttrss to 16dd42c3 published on 9/11/2024 or newer?:

                    I am uncomfortable pinging the mods on this (again, since I requested the update), so I'm hoping we're not too far away from a regular update.

                    FWIW, this is fine, please ask away πŸ™‚ Our app builds are more and more automated. We have some great automatic tests to test updates as well. Manual work is minimal for many apps (ttrss included). Anyways, I triggered a new build now.

                    O Offline
                    O Offline
                    odie
                    wrote on last edited by
                    #15

                    @girish said in Could you please update ttrss to 16dd42c3 published on 9/11/2024 or newer?:

                    @odie said in Could you please update ttrss to 16dd42c3 published on 9/11/2024 or newer?:

                    I am uncomfortable pinging the mods on this (again, since I requested the update), so I'm hoping we're not too far away from a regular update.

                    FWIW, this is fine, please ask away πŸ™‚ Our app builds are more and more automated. We have some great automatic tests to test updates as well. Manual work is minimal for many apps (ttrss included). Anyways, I triggered a new build now.

                    Much appreciated, @girish!

                    I updated TTRSS and the Fredhapi plugin, but I still can’t get it to authenticate. I get the exact same error message in my logs.

                    Anyone else had success with this?

                    1 Reply Last reply
                    0
                    • J Offline
                      J Offline
                      joseph
                      Staff
                      wrote on last edited by
                      #16

                      See my comment in https://forum.cloudron.io/topic/12550/trying-to-get-the-freshapi-plugin-to-work-but-can-t-switch-to-local-auth/3

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Bookmarks
                      • Search