Mahara - ePortfolios for LMSs
-
Can integrate with Moodle and useful for online learning.
https://mahara.org/
https://github.com/MaharaProject/mahara/tree/20.10_STABLE -
It's so great having you here @atrilahiji - I can't wait to have a full suite of online learning tools to work with on Cloudron!
-
@jdaviescoates I'm very into online learning so I can pull things I come across in my day job to here to hopefully make Cloudron a viable platform for easily spinning up an online learning ecosystem. What I love is that you don't have to be overly experienced with server management and reverse proxy shit to use it. Which is good for people like me. I am a developer but that doesn't mean I have a good grasp over sysadmin stuff
-
I can see someone doing a Cloudron University
-
@marcusquinn Exactly! Perhaps for scalability reasons large universities would not (we use multiple app nodes behind a load balancer to handle our load) but perhaps for professional development within companies, career training businesses, or small community colleges.
-
@atrilahiji Yeah, even if you need a high-availability stack, it's still super useful to framework an app quickly and cheaply here, then migrate the DB before launch if that was the necessary specs.
Although, my experience with K8S stacks is there's a lot of compromises for speed, and a single high-powered server with a good raid setup and backups & restore strategy can serve a hell of a lot of users reliably without the complexity.
Keep meaning to get around to testing Scaleway K8S, will do a thread on performance testing when I do.
-
Im gonna try both this and Kaltura at some point this week. If there are any other Moodle integrations you’re interested in definitely throw more app requests up. I’m if I don’t pick them up I’m sure someone else can eventually.
-
@atrilahiji said in Mahara - ePortfolios for LMSs:
If there are any other Moodle integrations you’re interested in definitely throw more app requests up.
There are so many listed at https://moodle.org/plugins/ that it's hard to know what's out there!
Is there a list of the most popular/ recommended integrations somewhere?
Also, perhaps MoodleNet? I was just chatting with someone yesterday who want to run a series of online course and wants the participants to be able to chat and share resources with each other, and it looks like this was pretty much built for that?
-
Initial commit is here: https://git.cloudron.io/AtriLahiji/mahara-app
It works but needs LDAP and SMTP (although we can probably get by without LDAP because it can integrate with Moodle and uses Moodle as an auth provider)
Edit: Added SMTP and its pretty stable
-
I have my test environment up here: https://mahara.lahijiapps.dev/
-
@atrilahiji said in Mahara - ePortfolios for LMSs:
I have my test environment up here: https://mahara.lahijiapps.dev/
FF doesn't like it:
Did Not Connect: Potential Security Issue Firefox detected a potential security threat and did not continue to mahara.lahijiapps.dev because this website requires a secure connection. What can you do about it? mahara.lahijiapps.dev has a security policy called HTTP Strict Transport Security (HSTS), which means that Firefox can only connect to it securely. You can’t add an exception to visit this site. The issue is most likely with the website, and there is nothing you can do to resolve it. You can notify the website’s administrator about the problem.
-
Lol I took it down to test something. My bad lol
-
@girish I can't catch a break. This one seems to have the same clusterfuck of a plugin system as Moodle. Time to see if this is going to be any easier or if we will need to package this similar to Moodle. I'll see what I can do.
Edit: I am having regrets about requesting and then taking this one on but here we go!
-
@girish they actually explain it quite well here: https://mahara.org/view/view.php?id=3
Heh thought I pasted it in on my phone but I guess not.
-
Huh... the plugins that I can find are all either for version 1.4 (super old) or integrated into core. Tempted to just package it as read only without any plugin support.
-
@girish Trying to get this sorted out but got a strange error on this branch when it does the initial install: https://git.cloudron.io/AtriLahiji/mahara-app/-/tree/wip-PLUGINS
Anyone have any idea what might be going on?