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

14 Topics 97 Posts
  • Dokuwiki - Package Updates

    Pinned
    25
    0 Votes
    25 Posts
    2k Views
    Package UpdatesP

    [1.18.0]

    Add ability to enable Cloudron groups
  • OIDC token not refreshed

    Solved
    11
    0 Votes
    11 Posts
    172 Views
    K

    @nebulon Thank you very much!

  • Synchronize Cloudron groups

    Unsolved
    5
    0 Votes
    5 Posts
    121 Views
    K

    Alright, that sounds very promising! Thanks a lot.

  • WYSIWYG editor?

    3
    0 Votes
    3 Posts
    569 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
    341 Views
    M

    Thanks! 🙂

  • bootstrap3 theme broken after recent update

    5
    0 Votes
    5 Posts
    673 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
    692 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
    309 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
    641 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
    253 Views
    No one has replied
  • 0 Votes
    8 Posts
    979 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
    753 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
    373 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.