Changes

From SME Server
Jump to navigationJump to search
1,343 bytes added ,  21:11, 22 December 2013
m
no edit summary
Line 28: Line 28:     
There is no panel in the server-manager, you can go to https://sme-ip/dokuwiki and perform a login with users and passwords of your internal ldap.
 
There is no panel in the server-manager, you can go to https://sme-ip/dokuwiki and perform a login with users and passwords of your internal ldap.
 +
 +
=== Configuration ===
 +
A fex DB properties are available to control DokuWiki configuration:
 +
* '''AliasOnPrimary''' (enabled|disabled). Default is enabled. If disabled, the alias /dokuwiki will not be added in your main vhost in apache. This is only usefull if you want to create a dedicated vhost for DokuWiki
 +
* '''Authentication''': can be either '''ldap''', which is the default. With this setting, all the accounts on your SME Server will be used. Group membership is available to handle ACL. The admin user has full access to all option. Other valid values are ''internal'', which will use the internal account in DokuWIki (you have to manually create accounts, or enable user registration in the configuration). The last value is 'LemonLDAP' which can be used to protect DokuWiki with [LemonLDAP-NG]. In this case, LemonLDAP::NG will handle authentication only, user information and group membership is looked up in LDAP, and authroization is handled by the DokuWiki ACL
 +
* '''access''' (public|private). Default is private, which means the wiki is only available from the internal networks (and IP allowed to access the server-manager). If set to public, the wiki will be available from anywhere
 +
* ''status''' (enabled|disabled). If set to disabled, the wiki won't be available anymore
 +
 +
=== Backup and restore ===
 +
You should backup /etc/dokuwiki and /var/lib/dokuwiki (which store configuration and data respectivly)
    
=== Uninstall ===
 
=== Uninstall ===
Line 33: Line 43:  
  signal-event post-upgrade;  signal-event reboot
 
  signal-event post-upgrade;  signal-event reboot
 
=== Bugs ===
 
=== Bugs ===
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla] and select the smeserver-dokuwiki component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-dokuwiki|title=this link}}.
+
Sources for this contribs can be found in Firewall Service's repository [http://gitweb.firewall-services.com/?p=smeserver-dokuwiki;a=summary]
 
[[Category: Contrib]]
 
[[Category: Contrib]]
 +
[[Category: Webapps]]

Navigation menu