Mcint/wiki to spec#466
Conversation
|
There's a separate issue with, new wiki directory hosted I'm a little doubtful of how much the parameterization helps in the directory name, and I found it a huge risk-impediment to upgrading the wiki, reversibly, in 2023. I think I would advocate a release / version suffix, at least blue-green style, if not just MW version number. Target directory incompatibility with ansible schema, makes other diffs moot.Need to add, and discuss, addition to robots.txt on of I'm a little concerned about thse too
Doesn't matter too much, because caddy runs them---the 755 perms might though. |
|
Thanks to @ElanHR for merging earlier versions of the m3-live LocalSettings.php diff into the repo. Between templates and practical irreversibility, it was pretty impossible to deploy without the vault password. Working on the diff minimization now. |
|
Would you please rebase this and update it with the lates tsettings? |
| # https://www.mediawiki.org/wiki/Extension:Scribunto | ||
| wfLoadExtension( 'Scribunto' ); | ||
| $wgScribuntoDefaultEngine = 'luasandbox'; #'luastandalone'; | ||
| > $wgScribuntoDefaultEngine = 'luastandalone'; # 'luasandbox'; |
There was a problem hiding this comment.
Typo?
| > $wgScribuntoDefaultEngine = 'luastandalone'; # 'luasandbox'; | |
| $wgScribuntoDefaultEngine = 'luastandalone'; # 'luasandbox'; |
I would love to not merge this until every line has been discussed. I've included comments that are in the file now, working notes. Unfortunate that there's not a better highly flexible, appropriate to context (/low overhead) way to explore these. Maybe in GitHub Discussions, for wiki config draft ideas. Can remove in follow-on commit.
Carries the torch on #292