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


Skip to content

BookStack

11 Topics 217 Posts
  • Bookstack - Package Updates

    Pinned
    127
    0 Votes
    127 Posts
    46k Views
    Package UpdatesP
    [1.42.2] Update BookStack to 25.02.2 Full Changelog Updated name sort rule handling to consider accented characters. Thanks to @bernardo-campos. (#5550, #5542) Updated translations with latest Crowdin changes. (#5537) Updated PHP dependency package versions. Fixed a range of issues for the new WYSIWYG editor: (#5558) Fixed content saving issues, specifically on save shortcut usage. Fixed list conversion & parsing which was mishandling tasks lists. Fixed a range of list selection and nesting scenarios. Updated keyboard navigation to be more reliable around images & media embeds. Fixed comment times not being shown. (#5555)
  • Migrating Bookstack

    2
    6 Votes
    2 Posts
    675 Views
    nebulonN
    Also here, thanks for sharing
  • Cannot login anymore after switch to OIDC in latest update

    Solved
    46
    0 Votes
    46 Posts
    3k Views
    Jan MacenkaJ
    Ok, after same more debugging with @girish it turned out that this solution works as intended. My Email-Services stopped working which was due to a change in local name resolution. Restarting the Email-Server and updating some configurations in my Firewall solved the issue.
  • Theme folder setup

    Solved
    6
    1 Votes
    6 Posts
    1k Views
    S
    @girish Thank you! It worked perfectly!
  • Setting timezone + forwarding real IP address

    Solved
    2
    1
    1 Votes
    2 Posts
    454 Views
    girishG
    @warg thanks for the report. fixed now in latest package.
  • Should we switch to STORAGE_TYPE=local_secure in .env?

    2
    1 Votes
    2 Posts
    682 Views
    girishG
    @luckow I think the feature is still "experimental" per the docs - This solution is currently still in testing you could experience performance issues. The second solution listed in the section suggests enabling "Enable higher security image uploads". I can confirm that option works. Since, we enable .htaccess in the apache configs, directory indexes are disabled as well. I think if people still want local_secure, they can always fix up env as required but there's probably a reason that the upstream does not use this as the default.
  • Lessons learned - switching LDAP server - changed UID

    Solved
    8
    1
    0 Votes
    8 Posts
    1k Views
    luckowL
    BTW: kind of same behaviour for nextcloud. There is a UID in the user settings, which you can only see with /app/code/occ user:setting in the terminal. And because I switched from internal Cloudron LDAP to an external LDAP I got a new UID for all my users. The strange behavior from nextcloud is: Login with user:pass works. (the schema is firstname.lastname as username). But internally nextcloud adds a _RANDOMNUMBER to it. In my case a stephan.luckow is internally changed to stephan.luckow_3096 Problem is: all my calendar entries are based on stephan.luckow_3096 and not on stephan.luckow.
  • What to do with default admin user after installation?

    Solved
    3
    0 Votes
    3 Posts
    3k Views
    D
    @girish Got it. So as long as I stick with the Cloudron LDAP, all is well. Thanks for the explanation, and also for the update to the docs.
  • Bookstack Installation Error

    Moved Solved docker bookstack
    7
    1 Votes
    7 Posts
    2k Views
    P
    @girish Only Bookstack. Yourls installed just fine.
  • Bookstack CanNOT enable Registration?

    Moved bookstack
    7
    0 Votes
    7 Posts
    1k Views
    girishG
    I have updated bookstack package to support optional cloudron authentication. If you do a fresh install, you will get the option to install without cloudron auth. After that, you can enable external registration.
  • Bookstack bypass External Authentication ID

    Moved Solved bookstack
    7
    2 Votes
    7 Posts
    2k Views
    Enabl.istE
    @subven thank you I will give it a try.