3wordchant
  • Joined on 2020-03-23
3wordchant opened issue coop-cloud/abra-bash#1 2020-09-07 21:40:44 +00:00
Secrets config file
3wordchant pushed to main at coop-cloud/abra-bash 2020-09-07 21:33:45 +00:00
3wordchant created repository coop-cloud/abra-bash 2020-09-07 21:33:24 +00:00
3wordchant opened issue coop-cloud/mediawiki#6 2020-09-07 21:30:58 +00:00
Document or script adding an initial user
3wordchant commented on issue coop-cloud/mediawiki#1 2020-09-07 21:24:02 +00:00
Handle LocalSettings.php better

Thanks so much for all the tips!

I managed to hack my way through this (via truly heinous hack of putting the custom entrypoint in a Docker config) - it runs either mysql ... < maintenance/tables.sql or php maintenance/update.php depending on whether any tables exist.

The only outstanding issue is that, because we don't run install.php, it doesn't create an initial user. I'll open a separate task for that.

I'd also like to add a MEDIAWIKI_IS_PRIVATE (or something) setting, to toggle the $wgGroupPermissions section.

3wordchant closed issue coop-cloud/mediawiki#1 2020-09-07 21:23:49 +00:00
Handle LocalSettings.php better
3wordchant pushed to localsettings at coop-cloud/mediawiki 2020-09-07 21:13:11 +00:00
3wordchant pushed to localsettings at coop-cloud/mediawiki 2020-09-07 21:05:33 +00:00
3wordchant pushed to localsettings at coop-cloud/mediawiki 2020-09-07 19:10:49 +00:00
3wordchant commented on issue coop-cloud/mediawiki#1 2020-09-07 11:55:30 +00:00
Handle LocalSettings.php better

Both of those look awesome, thank you for the reminder - I was sure I'd seen a way of overriding the entrypoint script from the compose file, but couldn't find examples.

Am I right in thinking the entrypoint / command are run every time the stack is deployed? That's making me wonder if I should be customising the image instead so it's part of the build, but I was really hopeful to be able to use 3rd-party images unchanged :/

3wordchant opened issue coop-cloud/organising#6 2020-09-06 19:01:00 +00:00
command-line tool to help with app management
3wordchant commented on issue coop-cloud/mediawiki#1 2020-09-06 17:56:37 +00:00
Handle LocalSettings.php better

I experimented with this in a new localsettings branch.

It works OK, but we'd need to run install.php after with correct options to initialise the database.

3wordchant pushed to localsettings at coop-cloud/mediawiki 2020-09-06 17:32:04 +00:00
3wordchant opened issue coop-cloud/mediawiki#5 2020-09-05 15:25:52 +00:00
Simplify URLs
3wordchant commented on issue coop-cloud/mediawiki#3 2020-09-05 15:04:27 +00:00
Single Sign-On (SAML / OpenID)

Made a little progress on SAML in the simplesaml branch.

Currently stuck on how best to edit the mediawiki container Apache config to also serve SimpleSAMLPHP, or whether to have yet another HTTP server container in the stack.

3wordchant pushed to simplesaml at coop-cloud/mediawiki 2020-09-05 15:02:04 +00:00
3wordchant pushed to main at coop-cloud/mediawiki 2020-09-05 12:20:05 +00:00
3wordchant opened issue coop-cloud/mediawiki#4 2020-09-05 00:46:52 +00:00
Upgrade to 1.34
3wordchant opened issue coop-cloud/mediawiki#3 2020-09-05 00:46:30 +00:00
Single Sign-On (SAML / OpenID)
3wordchant opened issue coop-cloud/mediawiki#2 2020-09-05 00:28:38 +00:00
Add LocalSettings.php customisations for VisualEditor