User Tools

Site Tools


infrastructure:services:dokuwiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
infrastructure:services:dokuwiki [2023-05-24 17:04 UTC] julianinfrastructure:services:dokuwiki [2024-04-02 18:55 UTC] (current) – wiki is under hamburg.ccc.de c6ristian
Line 1: Line 1:
 ====== DokuWiki ====== ====== DokuWiki ======
 ---- dataentry service ---- ---- dataentry service ----
-service-urls_urls   https://wiki.ccchh.net +service-urls_urls    https://wiki.hamburg.ccc.de 
-other-service-fqdns_:  +other-service-fqdns_ :  
-host-fqdn           wiki.z9.ccchh.net +host-fqdn            wiki-intern.hamburg.ccc.de 
-netbox-link_url      +netbox-link_url      : https://netbox.hamburg.ccc.de/virtualization/virtual-machines/42/ 
-server_page         infrastructure:servers:thinkcccluster +server_page          infrastructure:servers:chaosknoten 
-maintainers         jtbx+maintainers          jtbx 
 +ccchh-id-integration_yesno : true
 ---- ----
 +
 +
 +
  
 Diese DokuWiki-Instanz soll zur Dokumentation von Dingen rund um den CCCHH dienen. Diese DokuWiki-Instanz soll zur Dokumentation von Dingen rund um den CCCHH dienen.
Line 39: Line 43:
 Folgende Plugins sind installiert, um die [[wiki:syntax|Syntax]] zu erweitern: Folgende Plugins sind installiert, um die [[wiki:syntax|Syntax]] zu erweitern:
 ~~INFO:syntaxplugins~~ ~~INFO:syntaxplugins~~
 +
 +==== Konfigurationsanpassungen ====
 +
 +''/var/www/dokuwiki/conf/local.php'':
 +<code>
 +$conf['title'] = 'CCCHH Wiki';
 +$conf['license'] = 'cc-zero';
 +$conf['baseurl'] = 'https://wiki.ccchh.net';
 +$conf['breadcrumbs'] = 0;
 +$conf['youarehere'] = 1;
 +$conf['dformat'] = '%Y-%m-%d %H:%M %Z';
 +$conf['toptoclevel'] = '2';
 +$conf['useheading'] = 'content';
 +$conf['sneaky_index'] = 1;
 +$conf['useacl'] = 1;
 +$conf['authtype'] = 'oauth';
 +$conf['superuser'] = '@admin';
 +$conf['disableactions'] = 'register,resendpwd';
 +$conf['mailguard'] = 'none';
 +$conf['cachetime'] = 60*60;
 +$conf['userewrite'] = '1';
 +$conf['plugin']['catlist']['default_sort'] = 'ascending';
 +$conf['plugin']['catlist']['nocache'] = 1;
 +$conf['plugin']['catlist']['hide_acl_nsnotr'] = 1;
 +$conf['plugin']['data']['edit_content_only'] = 1;
 +$conf['plugin']['oauth']['singleService'] = 1;
 +$conf['plugin']['oauth']['register-on-auth'] = 1;
 +$conf['plugin']['oauth']['overwrite-groups'] = 1;
 +$conf['plugin']['oauthkeycloak']['key'] = 'wiki';
 +$conf['plugin']['oauthkeycloak']['secret'] = 'xPyxtN9AMwsFuY8tk0go9d0EqLV5dphg';
 +$conf['plugin']['oauthkeycloak']['openidurl'] = 'https://id.ccchh.net/realms/ccchh/.well-known/openid-configuration';
 +$conf['plugin']['oauthkeycloak']['label'] = 'CCCHH ID';
 +// see https://github.com/YoitoFes/dokuwiki-plugin-oauthkeycloak/issues/5#issuecomment-1326055358
 +$conf['auth_security_timeout'] = 120;    //time (seconds) auth data is considered valid, set to 0 to recheck on every page view
 +</code>
  
infrastructure/services/dokuwiki.1684947886.txt.gz · Last modified: 2023-05-24 17:04 UTC by julian

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki