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. Tandoor Recipes - Manage your ever growing recipe collection

Tandoor Recipes - Manage your ever growing recipe collection

Scheduled Pinned Locked Moved Solved App Wishlist
9 Posts 4 Posters 1.7k 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.
    • R Offline
      R Offline
      random_eric
      App Dev
      wrote on last edited by random_eric
      #1

      Hi,

      I've been wanting to manage my recipes for a while, and I've landed on Tandoor Recipes.

      I've packaged here at https://git.eyen.ca/cloudron/tandoor-recipes
      I found an initial version here from @klawitterb
      At first, I was going to package it on my own as there was somethings that I didn't understand, but ended up copying most of it...

      In any case, it packages the latest version (1.4.4) and has LDAP functioning.
      There is a set of staticfiles that are generated at runtime and can only be generated at runtime as it depends on the postgres connection details.

      girishG 1 Reply Last reply
      7
      • K Offline
        K Offline
        krumel
        wrote on last edited by
        #2

        I was about to write a entry about Tandoor here myself but you were faster.
        Thank you for that, absolute something worth supporting.

        1 Reply Last reply
        2
        • R random_eric

          Hi,

          I've been wanting to manage my recipes for a while, and I've landed on Tandoor Recipes.

          I've packaged here at https://git.eyen.ca/cloudron/tandoor-recipes
          I found an initial version here from @klawitterb
          At first, I was going to package it on my own as there was somethings that I didn't understand, but ended up copying most of it...

          In any case, it packages the latest version (1.4.4) and has LDAP functioning.
          There is a set of staticfiles that are generated at runtime and can only be generated at runtime as it depends on the postgres connection details.

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

          @random_eric awesome. I was able to build the app and install it. LDAP doesn't seem to work though, but i can login as admin.

          One thing is that the app has a “Commons Clause” License Condition v1.0. My understanding is that this prevents people from selling Tandoor or provide hosting services. I think this is not a problem for Cloudron because we don't really sell Tandoor or provide Tandoor hosting or derive substantially value from publishing Tandoor.

          R 1 Reply Last reply
          2
          • girishG girish

            @random_eric awesome. I was able to build the app and install it. LDAP doesn't seem to work though, but i can login as admin.

            One thing is that the app has a “Commons Clause” License Condition v1.0. My understanding is that this prevents people from selling Tandoor or provide hosting services. I think this is not a problem for Cloudron because we don't really sell Tandoor or provide Tandoor hosting or derive substantially value from publishing Tandoor.

            R Offline
            R Offline
            random_eric
            App Dev
            wrote on last edited by random_eric
            #4

            @girish
            Were you able to login afterwards with your LDAP credentials?

            I did have to create an admin account first as well, but then I was able to login with my LDAP and transferred admin rights to my Cloudron account. And just to confirm, did you use your email to login? I set it up to login with email only as I haven't looked in to the LDAP syntax yet for enabling both email and username (as you can see here)

            For the licensing, I agree with your conclusion, but for legal purposes, if you do distribute Tandoor, that you would be in fact providing support (to a degree) but that Cloudron's value does not substantially depend on Tandoor. I think you are in the clear for distributing it.

            girishG 1 Reply Last reply
            1
            • R random_eric

              @girish
              Were you able to login afterwards with your LDAP credentials?

              I did have to create an admin account first as well, but then I was able to login with my LDAP and transferred admin rights to my Cloudron account. And just to confirm, did you use your email to login? I set it up to login with email only as I haven't looked in to the LDAP syntax yet for enabling both email and username (as you can see here)

              For the licensing, I agree with your conclusion, but for legal purposes, if you do distribute Tandoor, that you would be in fact providing support (to a degree) but that Cloudron's value does not substantially depend on Tandoor. I think you are in the clear for distributing it.

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

              @random_eric said in Tandoor Recipes - Manage your ever growing recipe collection:

              And just to confirm, did you use your email to login?

              Ah... I tried to login using my username. Let me try this again.

              R 1 Reply Last reply
              2
              • girishG girish

                @random_eric said in Tandoor Recipes - Manage your ever growing recipe collection:

                And just to confirm, did you use your email to login?

                Ah... I tried to login using my username. Let me try this again.

                R Offline
                R Offline
                random_eric
                App Dev
                wrote on last edited by random_eric
                #6

                @girish
                I updated my repo to support both username and email logins.

                edit:
                I just realized that it creates 2 accounts and doesn't link them together when I login with both username and email.

                girishG 1 Reply Last reply
                1
                • R random_eric

                  @girish
                  I updated my repo to support both username and email logins.

                  edit:
                  I just realized that it creates 2 accounts and doesn't link them together when I login with both username and email.

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

                  @random_eric generally, email based login can be disabled. For most of our apps, we have removed this (we used to go for flexibility in the past, but it causes all sorts of migration and login issues like you see now over time). Login just using username is the best.

                  R 1 Reply Last reply
                  3
                  • girishG girish

                    @random_eric generally, email based login can be disabled. For most of our apps, we have removed this (we used to go for flexibility in the past, but it causes all sorts of migration and login issues like you see now over time). Login just using username is the best.

                    R Offline
                    R Offline
                    random_eric
                    App Dev
                    wrote on last edited by random_eric
                    #8

                    @girish Alright. I personally prefer email logins.

                    In any case, I changed the default to accept only the username, but I left it possible for the admin to change the search filter, which is what I am doing now.

                    1 Reply Last reply
                    2
                    • nebulonN Away
                      nebulonN Away
                      nebulon
                      Staff
                      wrote on last edited by
                      #9

                      This is now published as unstable, the new forum section is at https://forum.cloudron.io/category/163/tandoor

                      1 Reply Last reply
                      0
                      • nebulonN nebulon marked this topic as a question on
                      • nebulonN nebulon has marked this topic as solved on
                      • nebulonN nebulon locked this topic on
                      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