-
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
1 parent
d0fd85d
commit b07b1f1
Showing
4 changed files
with
13 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[submodule "extensions/PluggableAuth"] | ||
path = extensions/PluggableAuth | ||
url = https://gerrit.wikimedia.org/r/mediawiki/extensions/PluggableAuth | ||
[submodule "extensions/OpenIDConnect"] | ||
path = extensions/OpenIDConnect | ||
url = https://gerrit.wikimedia.org/r/mediawiki/extensions/OpenIDConnect |
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 @@ | ||
FROM mediawiki:1.42.3 | ||
|
||
# Install the required extensions | ||
COPY --chown=www-data:www-data extensions/PluggableAuth /var/www/html/extensions/PluggableAuth | ||
COPY --chown=www-data:www-data extensions/OpenIDConnect /var/www/html/extensions/OpenIDConnect |
Submodule OpenIDConnect
added at
6302f7
Submodule PluggableAuth
added at
48f66a