Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Dokuwiki

17 Topics 126 Posts
  • Dokuwiki - Package Updates

    Pinned
    30
    0 Votes
    30 Posts
    5k Views
    Package UpdatesP
    [1.23.0] Update dokuwiki-plugin-smtp to 2025-08-27
  • SSO login failing

    12
    2
    1 Votes
    12 Posts
    278 Views
    nebulonN
    that doesnt really show any errors. Can you clear the settings string $conf['dontlog'] = ''; (remove debug) in the dokuwiki.php file and then login as any admin user (probably some local user which you may have to register directly in dokuwiki and grant admin rights. Then head over to the admin section and the logsviewer there. Now when you try to login with your Cloudron user, something should appear there.
  • DokuWiki Deleted User Content

    Moved
    7
    1
    0 Votes
    7 Posts
    297 Views
    jamesJ
    Sorry @saint it seems I don't know Dokuwiki enough to reproduce your issue. @saint said in DokuWiki Deleted User Content: I created this section, and then re-used the content of this section across other pages since the same content doesn't change and gives good context and reference for those other pages. It seems this workflow is not even possible by default? I found that the include plugin maybe was used but I can't be sure how it was done on your end. Was able to validate that the content of a deleted user still exists. Maybe, you can give some more details how do reproduce this.
  • bootstrap3 theme broken after recent update

    7
    0 Votes
    7 Posts
    1k Views
    K
    I just encountered the same issue. The main reason seems to be a hard-coded setting in the bootstrap3 plugin. To make it work with the Cloudron-packaged app: add the path /app/code to the $doku_inc_dirs array in templates/bootstrap3/css.php and templates/bootstrap3/iconify.php when setting the theme through the DokuWiki Admin panel, the following setting is added to /conf/local.php: $conf['plugin']['oauthgeneric']['scopes'] = array();`, this prevents login through the Cloudron SSO. Manually remove it and login again.
  • Synchronize Cloudron groups

    Solved
    6
    0 Votes
    6 Posts
    923 Views
    jamesJ
    Solved and documented here: https://docs.cloudron.io/packages/dokuwiki/
  • Not able to change the logo persistent!

    2
    1 Votes
    2 Posts
    810 Views
    A
    I am a little dumb... uploading logo.png to wiki:logo.png seems to fix it
  • OIDC token not refreshed

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    K
    @nebulon Thank you very much!
  • WYSIWYG editor?

    3
    0 Votes
    3 Posts
    1k Views
    H
    Just try https://www.dokuwiki.org/plugin:prosemirror @ntnsndr It is in beta quality, but it works. Copy & Paste of images not directly visible, but switching from system to visual editor solves this issue. I use the theme sprintDoc.
  • dokuwiki\Exception\FatalException: Allowed memory size

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    M
    Thanks!
  • How to Assign a User to a Group with no Access to UserManager

    Solved
    7
    1
    0 Votes
    7 Posts
    2k Views
    S
    @girish After testing out the VirtualGroup plugin, it looks like so far this could be an alternate solution to the issue we are having. For those that are running across the problem, try the searching for virtualgroup Plugin in your Extension Manager and see if that solves it.
  • Default pages appear again after app restart

    Solved
    3
    0 Votes
    3 Posts
    810 Views
    girishG
    Fixed in latest package.
  • Uploaded images not appearing

    Solved
    13
    0 Votes
    13 Posts
    4k Views
    girishG
    This is fixed in the latest package.
  • Searchindex Manager not working

    8
    1
    0 Votes
    8 Posts
    1k Views
    girishG
    Just looked into this issue again with a fresh mind. I think it's not solvable without support in the platform to backup directories outside of /app/data (or alternately, we have to install dokuwiki in /app/data )
  • 0 Votes
    1 Posts
    436 Views
    No one has replied
  • 0 Votes
    8 Posts
    2k Views
    nebulonN
    @neki it seems for this particular template/theme the issue tracker is at https://github.com/giterlizzi/dokuwiki-template-bootstrap3/issues
  • Lost admin rights on DokuWiki

    2
    0 Votes
    2 Posts
    1k Views
    girishG
    @roru2k20 To persist changes, please add the config inside /app/data/conf/local.php instead. <?php $conf['superuser'] = ("girish");
  • Dokuwiki app 1.6.0

    Moved Solved
    2
    0 Votes
    2 Posts
    708 Views
    nebulonN
    Thanks for the heads up and the workaround! The last update explicitly removed the admin status propagation from Cloudron user accounts to the app. This is done to unify how user accounts get permissions assigned within all apps. The idea is, that the Cloudron admin status is not carried over to apps, since apps have too many different concepts what an admin is and is not. I guess there is no good way without requiring manual permission changes to move to this new understanding what admin means on Cloudron.