FSR Wiki #40

Merged
fugidev merged 6 commits from wiki into main 2023-08-16 15:42:44 +02:00
Showing only changes of commit fff575342d - Show all commits

View file

@ -24,6 +24,9 @@ in
fugidev commented 2023-06-12 23:43:56 +02:00 (Migrated from github.com)
Review

I'm probably gonna configure this dynamically, like this.

I'm probably gonna configure this dynamically, like [this](https://www.mediawiki.org/wiki/Extension:LDAPProvider#Dynamic_PHP_array).
fugidev commented 2023-06-12 23:43:56 +02:00 (Migrated from github.com)
Review

I'm probably gonna configure this dynamically, like this.

I'm probably gonna configure this dynamically, like [this](https://www.mediawiki.org/wiki/Extension:LDAPProvider#Dynamic_PHP_array).
port = listenPort;
ssl = false;
}];
# Short url support (e.g. https://wiki.ifsr.de/Page instead of .../index.php?title=Page)
fugidev commented 2023-06-12 23:43:56 +02:00 (Migrated from github.com)
Review

I'm probably gonna configure this dynamically, like this.

I'm probably gonna configure this dynamically, like [this](https://www.mediawiki.org/wiki/Extension:LDAPProvider#Dynamic_PHP_array).
# Recommended config taken from https://www.mediawiki.org/wiki/Manual:Short_URL/Apache
fugidev commented 2023-06-12 23:43:56 +02:00 (Migrated from github.com)
Review

I'm probably gonna configure this dynamically, like this.

I'm probably gonna configure this dynamically, like [this](https://www.mediawiki.org/wiki/Extension:LDAPProvider#Dynamic_PHP_array).
# See paragraph "If you are using a root url ..."
fugidev commented 2023-06-12 23:43:56 +02:00 (Migrated from github.com)
Review

I'm probably gonna configure this dynamically, like this.

I'm probably gonna configure this dynamically, like [this](https://www.mediawiki.org/wiki/Extension:LDAPProvider#Dynamic_PHP_array).
extraConfig = ''
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/rest\.php
@ -56,6 +59,8 @@ in
fugidev commented 2023-06-12 23:43:56 +02:00 (Migrated from github.com)
Review

I'm probably gonna configure this dynamically, like this.

I'm probably gonna configure this dynamically, like [this](https://www.mediawiki.org/wiki/Extension:LDAPProvider#Dynamic_PHP_array).
fugidev commented 2023-06-12 23:43:56 +02:00 (Migrated from github.com)
Review

I'm probably gonna configure this dynamically, like this.

I'm probably gonna configure this dynamically, like [this](https://www.mediawiki.org/wiki/Extension:LDAPProvider#Dynamic_PHP_array).
//TODO what about $wgUpgradeKey ?
# Auth
# https://www.mediawiki.org/wiki/Extension:PluggableAuth
fugidev commented 2023-06-12 23:43:56 +02:00 (Migrated from github.com)
Review

I'm probably gonna configure this dynamically, like this.

I'm probably gonna configure this dynamically, like [this](https://www.mediawiki.org/wiki/Extension:LDAPProvider#Dynamic_PHP_array).
# https://www.mediawiki.org/wiki/Extension:OpenID_Connect
fugidev commented 2023-06-12 23:43:56 +02:00 (Migrated from github.com)
Review

I'm probably gonna configure this dynamically, like this.

I'm probably gonna configure this dynamically, like [this](https://www.mediawiki.org/wiki/Extension:LDAPProvider#Dynamic_PHP_array).
$wgPluggableAuth_EnableLocalLogin = true;
$wgPluggableAuth_Config["iFSR Login"] = [
"plugin" => "OpenIDConnect",

fugidev commented 2023-06-12 23:43:56 +02:00 (Migrated from github.com)
Review

I'm probably gonna configure this dynamically, like this.

I'm probably gonna configure this dynamically, like [this](https://www.mediawiki.org/wiki/Extension:LDAPProvider#Dynamic_PHP_array).
fugidev commented 2023-06-12 23:43:56 +02:00 (Migrated from github.com)
Review

I'm probably gonna configure this dynamically, like this.

I'm probably gonna configure this dynamically, like [this](https://www.mediawiki.org/wiki/Extension:LDAPProvider#Dynamic_PHP_array).