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. App Wishlist
  3. SABnzbd - Binary Newsgroup Reader

SABnzbd - Binary Newsgroup Reader

Scheduled Pinned Locked Moved App Wishlist
12 Posts 4 Posters 1.8k Views 4 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.
  • E Offline
    E Offline
    esawtooth
    wrote on last edited by girish
    #1

    SABnzbd is a binary newsgroup reader. See https://sabnzbd.org/. Seems to be actively developed:

    4553c7dc-c733-4bfc-b24c-0ad8f8ac9863-image.png

    It is somewhat similar in functionality to NZBGet which was requested earlier. I was able to get this to run as an app on my cloudron and the repo for that package is here. It will need some polish and review though if it is to be used more generally. I can help with that if there is broader interest.

    girishG 1 Reply Last reply
    4
    • E esawtooth

      SABnzbd is a binary newsgroup reader. See https://sabnzbd.org/. Seems to be actively developed:

      4553c7dc-c733-4bfc-b24c-0ad8f8ac9863-image.png

      It is somewhat similar in functionality to NZBGet which was requested earlier. I was able to get this to run as an app on my cloudron and the repo for that package is here. It will need some polish and review though if it is to be used more generally. I can help with that if there is broader interest.

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

      @esawtooth Ah thanks! I didn't realize this is a web application. Do you have any screenshot? Looks actively developed as you mentioned.

      E 1 Reply Last reply
      1
      • girishG girish

        @esawtooth Ah thanks! I didn't realize this is a web application. Do you have any screenshot? Looks actively developed as you mentioned.

        E Offline
        E Offline
        esawtooth
        wrote on last edited by esawtooth
        #3

        @girish Yes, it is essentially a python server. Please find one below:

        9c6227ab-a692-4773-b426-6f41bd342d58-image.png

        E 1 Reply Last reply
        0
        • E esawtooth

          @girish Yes, it is essentially a python server. Please find one below:

          9c6227ab-a692-4773-b426-6f41bd342d58-image.png

          E Offline
          E Offline
          esawtooth
          wrote on last edited by esawtooth
          #4

          I had a question regarding the implementation of this app. I have currently put this behind the proxyAuth add-on but that prevents the app's APIs from being called by external applications, even if they use the API key. An alternative would be to use the app's inbuilt authentication which does not support LDAP and is limited to a single username/password combination. I have seen a similar issue with the transmission app as well, where the transmission's rpc api cannot be called by, say, the couchpotato app, due to the app being behind proxyApp.

          What is the recommendation in such cases? Do we want to retain proxyAuth for a more secure and better integrated auth setup, or let users configure security using the in-app options available and allow them to retain access to the app's APIs.

          Currently, I have put this behind proxyAuth, going by what was implemented for transmission, but more feedback might help make a better choice.

          jimcavoliJ 1 Reply Last reply
          0
          • E esawtooth

            I had a question regarding the implementation of this app. I have currently put this behind the proxyAuth add-on but that prevents the app's APIs from being called by external applications, even if they use the API key. An alternative would be to use the app's inbuilt authentication which does not support LDAP and is limited to a single username/password combination. I have seen a similar issue with the transmission app as well, where the transmission's rpc api cannot be called by, say, the couchpotato app, due to the app being behind proxyApp.

            What is the recommendation in such cases? Do we want to retain proxyAuth for a more secure and better integrated auth setup, or let users configure security using the in-app options available and allow them to retain access to the app's APIs.

            Currently, I have put this behind proxyAuth, going by what was implemented for transmission, but more feedback might help make a better choice.

            jimcavoliJ Offline
            jimcavoliJ Offline
            jimcavoli
            App Dev
            wrote on last edited by
            #5

            @esawtooth This has been an issue for other apps as well, so there's a gitignore-style include-exclude sort of rule logic for proxyAuth coming soon if not done already. cc @girish for the latest status on that

            girishG 1 Reply Last reply
            3
            • jimcavoliJ jimcavoli

              @esawtooth This has been an issue for other apps as well, so there's a gitignore-style include-exclude sort of rule logic for proxyAuth coming soon if not done already. cc @girish for the latest status on that

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

              @jimcavoli @esawtooth I have this for the coming release - https://git.cloudron.io/cloudron/box/-/issues/762

              E 1 Reply Last reply
              2
              • girishG girish

                @jimcavoli @esawtooth I have this for the coming release - https://git.cloudron.io/cloudron/box/-/issues/762

                E Offline
                E Offline
                esawtooth
                wrote on last edited by
                #7

                @girish I see that the WIP tag has been removed from this. Let me know if any blocker fixes are needed on this, or if there are any review comments on the package.

                girishG 1 Reply Last reply
                0
                • E esawtooth

                  @girish I see that the WIP tag has been removed from this. Let me know if any blocker fixes are needed on this, or if there are any review comments on the package.

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

                  @esawtooth Ah sorry, I thought this still needed some fixing with regards to proxyAuth. You mentioned that the app's API cannot be called from external apps. You can now put that as "!/api/path" - https://docs.cloudron.io/custom-apps/addons/#proxyauth

                  E 1 Reply Last reply
                  2
                  • girishG girish

                    @esawtooth Ah sorry, I thought this still needed some fixing with regards to proxyAuth. You mentioned that the app's API cannot be called from external apps. You can now put that as "!/api/path" - https://docs.cloudron.io/custom-apps/addons/#proxyauth

                    E Offline
                    E Offline
                    esawtooth
                    wrote on last edited by
                    #9

                    @girish Sure, I'll make that change this weekend and update the app. I was under the impression that this would require a cloudron update 🙂

                    girishG 1 Reply Last reply
                    0
                    • E esawtooth

                      @girish Sure, I'll make that change this weekend and update the app. I was under the impression that this would require a cloudron update 🙂

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

                      @esawtooth it does, please update to 6.1

                      1 Reply Last reply
                      1
                      • perelinP perelin referenced this topic on
                      • L LoudLemur referenced this topic on
                      • L Offline
                        L Offline
                        LoudLemur
                        wrote on last edited by
                        #11

                        https://forum.cloudron.io/topic/13466/title-nzbget-on-cloudron-efficient-usenet-downloader

                        1 Reply Last reply
                        0
                        • L Offline
                          L Offline
                          LoudLemur
                          wrote on last edited by
                          #12

                          This software is now on 4.5.0 Beta. Here are the changes since when the application was first requested:

                          https://github.com/sabnzbd/sabnzbd/compare/3.1.1...4.5.0Beta2

                          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