-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
103 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "1.2.0" | ||
__version__ = "14.0.0" |
This file was deleted.
Oops, something went wrong.
Empty file.
3 changes: 0 additions & 3 deletions
3
tutormfe_extensions/patches/mfe-dockerfile-post-npm-install-account
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
tutormfe_extensions/patches/mfe-dockerfile-post-npm-install-authn
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
tutormfe_extensions/patches/mfe-dockerfile-post-npm-install-course-authoring
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
tutormfe_extensions/patches/mfe-dockerfile-post-npm-install-discussions
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
tutormfe_extensions/patches/mfe-dockerfile-post-npm-install-gradebook
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
tutormfe_extensions/patches/mfe-dockerfile-post-npm-install-learning
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
tutormfe_extensions/patches/mfe-dockerfile-post-npm-install-profile
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
COPY --chmod=755 ./docker-entrypoint.sh /openedx | ||
|
||
ENTRYPOINT ["/openedx/docker-entrypoint.sh"] | ||
|
||
CMD [ "caddy", "run", "--config", "/etc/caddy/Caddyfile", "--adapter", "caddyfile" ] |
35 changes: 35 additions & 0 deletions
35
tutormfe_extensions/patches/openedx-lms-production-settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
LEARNING_MICROFRONTEND_URL = "{% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ LMS_HOST }}/learning" | ||
ENABLE_MFE_CONFIG_API = True | ||
MFE_CONFIG = { | ||
"PARAGON_THEME_URLS": { | ||
"core": { | ||
"url": "https://cdn.jsdelivr.net/combine/npm/@edx/[email protected]/styles/css/themes/light/utility-classes.min.css,npm/@edx/[email protected]/dist/core.min.css" | ||
}, | ||
"defaults": { | ||
"light": "light" | ||
}, | ||
"variants": { | ||
"light": { | ||
"url": "https://css-varsify.s3.amazonaws.com/public/a9959998-0bab-4447-ada5-6819866195f3.css" | ||
} | ||
} | ||
}, | ||
"ACCESS_TOKEN_COOKIE_NAME": "edx-jwt-cookie-header-payload", | ||
"BASE_URL": "{{ MFE_HOST }}", | ||
"CSRF_TOKEN_API_PATH": "/csrf/api/v1/token", | ||
"CREDENTIALS_BASE_URL": "", | ||
"DISCOVERY_API_BASE_URL": "{% if DISCOVERY_HOST is defined %}{% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ DISCOVERY_HOST }}{% endif %}", | ||
"FAVICON_URL": "{% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ LMS_HOST }}/favicon.ico", | ||
"LANGUAGE_PREFERENCE_COOKIE_NAME": "openedx-language-preference", | ||
"LMS_BASE_URL": "{% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ LMS_HOST }}", | ||
"LOGIN_URL": "{% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ LMS_HOST }}/login", | ||
"LOGO_URL": "{% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ LMS_HOST }}/theming/asset/images/logo.png", | ||
"LOGO_TRADEMARK_URL": "{% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ LMS_HOST }}/theming/asset/images/logo.png", | ||
"LOGO_WHITE_URL": "", | ||
"LOGOUT_URL": "{% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ LMS_HOST }}/logout", | ||
"MARKETING_SITE_BASE_URL": "{% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ LMS_HOST }}", | ||
"REFRESH_ACCESS_TOKEN_ENDPOINT": "{% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ LMS_HOST }}/login_refresh", | ||
"SEGMENT_KEY": "", | ||
"STUDIO_BASE_URL": "{{ 'https' if ENABLE_HTTPS else 'http' }}://{{ CMS_HOST }}", | ||
"USER_INFO_COOKIE_NAME": "user-info", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters