erseco / alpine-moodle

Moodle docker image based on Alpine Linux
https://hub.docker.com/r/erseco/alpine-moodle
MIT License
42 stars 33 forks source link

Support for Debug Options and Theme Selection #55

Closed erseco closed 11 months ago

erseco commented 11 months ago

I am proposing an enhancement to the alpine-moodle container to better support developers and users. This enhancement will include:

  1. Debug Options Enablement:

    • The container should support the enablement of Moodle's debug options to assist in identifying and resolving issues during development or troubleshooting.
    • Additionally, it would be beneficial to include support for enabling a variety of other debugging options within Moodle.
  2. Theme Selection:

    • A feature to allow users to select a theme for their Moodle instance.
    • The implementation should verify the existence of the selected theme before attempting to apply it, to prevent potential errors or issues.

These enhancements would significantly improve the developer experience and allow for greater customization by the users. Any thoughts or suggestions on this proposal would be greatly appreciated.

Thank you for considering these suggestions.

Best Regards!