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


Navigation

    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    SOLVED Moodle Open Source Learning Platform

    App Wishlist
    8
    51
    406
    Loading More Posts
    • 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.
    • robi
      robi last edited by robi

      you should see more something like this from WP:

      lrwxrwxrwx 1 www-data www-data   23 Sep 13 16:42 wp-config.php -> /app/data/wp-config.php
      

      To do this you can do:
      from /app/code

      mv config.php /app/data/moodledata
      

      then

      ln -s /app/data/moodledata/config.php /app/code/config.php
      
      1 Reply Last reply Reply Quote 0
      • atrilahiji
        atrilahiji App Dev last edited by

        Fixed the read only issues. We're back to good ol' ERR_TOO_MANY_REDIRECTS issue. I imagine its an http -> https -> http -> ... issue. Whatever it is its definitely at the reverse proxy level.

        Anyways @girish I have a MR when you have time.

        1 Reply Last reply Reply Quote 2
        • atrilahiji
          atrilahiji App Dev last edited by

          @girish This ERR_TOO_MANY_REDIRECTS issue has me stumped. Tried a few things tonight with no luck. Any ideas?

          1 Reply Last reply Reply Quote 1
          • girish
            girish Staff last edited by

            @atrilahiji Merged your MR and fixed the redirect issue as well.

            Do you use or need LDAP in your setup? If not, we can leave LDAP integration for some future release. SMTP still needs to be automated though.

            atrilahiji jdaviescoates 2 Replies Last reply Reply Quote 1
            • atrilahiji
              atrilahiji App Dev @girish last edited by

              @girish thanks πŸ™

              Yeah LDAP can be a later release. I’ll get SMTP figured out though

              1 Reply Last reply Reply Quote 1
              • girish
                girish Staff last edited by

                @atrilahiji What you can do is basically setup SMTP and then look into the database entries. https://docs.moodle.org/19/en/Email_settings gives some hints on how to update it. So, we can just put some sql commands in the start.sh .

                atrilahiji 1 Reply Last reply Reply Quote 1
                • atrilahiji
                  atrilahiji App Dev @girish last edited by atrilahiji

                  @girish Done. Merge Request is up: https://git.cloudron.io/cloudron/moodle-app/-/merge_requests/2

                  Excited to get this up! πŸ˜„

                  girish 1 Reply Last reply Reply Quote 1
                  • jdaviescoates
                    jdaviescoates @girish last edited by jdaviescoates

                    @girish said in Moodle Open Source Learning Platform:

                    Do you use or need LDAP in your setup?

                    LDAP integration is a key USP of Cloudron so hopefully this'll come soon too!

                    Especially as Moodle now integrates nicely with Nextcloud 20! 😊

                    search-moodle-course-module.png
                    Moodle courses showing up in search

                    See:
                    https://nextcloud.com/press/pr20201003-4
                    https://help.nextcloud.com/t/nextcloud-hub-20-debuts-dashboard-unifies-search-and-notifications-integrates-with-other-technologies/93838

                    atrilahiji 1 Reply Last reply Reply Quote 1
                    • atrilahiji
                      atrilahiji App Dev @jdaviescoates last edited by

                      @jdaviescoates I’ll see what I can figure out. Perhaps it’s done the same way I added SMTP.

                      1 Reply Last reply Reply Quote 1
                      • girish
                        girish Staff @atrilahiji last edited by

                        @atrilahiji Merged! Awesome stuff, didn't know about cfg.php. I made a change after merging your change which is to setup credentials on all startup and not just the first time. We do this because let's say you clone the app or move it to another server etc, then the SMTP credentials will change.

                        atrilahiji 1 Reply Last reply Reply Quote 1
                        • girish
                          girish Staff last edited by

                          I have pushed moodle in unstable now and will mark this thread as solved.

                          Let's take up bugs/issues in a the new Moodle app category - https://forum.cloudron.io/category/102/moodle

                          Again, thanks a lot @atrilahiji !

                          1 Reply Last reply Reply Quote 3
                          • atrilahiji
                            atrilahiji App Dev @girish last edited by

                            @girish oh I didn’t think about that use case. Thanks for all of your hard work! I’ll get on LDAP sometime this weekend and maybe we can get that into a release soon

                            P 1 Reply Last reply Reply Quote 6
                            • P
                              plusone-nick @atrilahiji last edited by

                              @atrilahiji @girish πŸ™πŸ™πŸ™+1

                              1 Reply Last reply Reply Quote 2
                              • marcusquinn
                                marcusquinn last edited by

                                Great work @atrilahiji & co. πŸŽ“

                                1 Reply Last reply Reply Quote 2
                                • First post
                                  Last post