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 214 Posts
  • Bookstack - Package Updates

    Pinned
    124
    0 Votes
    124 Posts
    35k Views
    Package UpdatesP
    [1.41.1] Update BookStack to 24.12.1 Full Changelog Update instructions Updated export logic to have better temp file clean-up. (#​5374, #​5379) Updated in-app export endpoints to have rate limits. (#​5379) Updated translations with latest Crowdin changes. (#​5370) Updated PHP dependency package versions. Fixed markdown editor focus jumping on image insert. (#​5384)
  • Migrating Bookstack

    2
    6 Votes
    2 Posts
    526 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
    697 Views
    S
    @girish Thank you! It worked perfectly!
  • Setting timezone + forwarding real IP address

    Solved
    2
    +0
    1 Votes
    2 Posts
    318 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
    557 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
    +0
    0 Votes
    8 Posts
    916 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
    2k 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
    7
    1 Votes
    7 Posts
    1k Views
    P
    @girish Only Bookstack. Yourls installed just fine.
  • Bookstack CanNOT enable Registration?

    Moved
    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
    7
    2 Votes
    7 Posts
    1k Views
    Enabl.istE
    @subven thank you I will give it a try.