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

12 Topics 76 Posts
  • Dokuwiki - Package Updates

    Pinned
    20
    0 Votes
    20 Posts
    2k Views
    Package UpdatesP

    [1.16.2]

    Update Dokuwiki to 2024-02-06b Changes This release addresses the XSS vulnerability reported in #4305
  • WYSIWYG editor?

    3
    0 Votes
    3 Posts
    479 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
    268 Views
    M

    Thanks! 🙂

  • bootstrap3 theme broken after recent update

    5
    0 Votes
    5 Posts
    580 Views
    girishG

    @gml did you sort this out? Maybe you can test with the latest Dokuwiki which seems to have lots of PHP related fixes.

  • How to Assign a User to a Group with no Access to UserManager

    Solved
    7
    0 Votes
    7 Posts
    566 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
    251 Views
    girishG

    Fixed in latest package.

  • Uploaded images not appearing

    Solved
    13
    0 Votes
    13 Posts
    2k Views
    girishG

    This is fixed in the latest package.

  • Searchindex Manager not working

    Unsolved
    8
    0 Votes
    8 Posts
    567 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
    230 Views
    No one has replied
  • 0 Votes
    8 Posts
    857 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
    712 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
    336 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.