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 203 Posts
  • Bookstack - Package updates

    Pinned
    113
    0 Votes
    113 Posts
    7k Views
    girishG

    [1.39.0]

    Update BookStack to 24.05 Full changelog Added new command-based PDF export option. (#4969, #4732) Added Audit Log API list endpoint. (#4987, #4316) Added OIDC userinfo endpoint support. Thanks to @LukeShu. (#4955, #4726, #3873) Added simple registration form honeypot. Thanks to @nesges. (#4970) Added Scala to list of supported languages in code blocks. (#4953) Added licenses page supported by licenses list building process. (#4907) Updated app framework from Laravel 9 to 10. (#4903) Updated content links to be underlined by default for accessibility. (#4939) Updated dev Dockerfile with improvements. Thanks to @C0rn3j. (#4895) Updated included images with extra compression to save data. Thanks to @C0rn3j. (#4904) Updated JS build system to split markdown-focused packages to own file. (#4930, #4858) Updated minimum required PHP version from 8.0 to 8.1. (#4894, #4893) Updated translations with latest Crowdin changes. (#4890) Fixed code direction in WYSWIYG editor lacking direction support in code editor. (#4943) Fixed difference of line-heights for paragraphs in tables between editor and page view. (#4960) Fixed extra space at the beginning of a translation. Thanks to @johnroyer. (#4972) Fixed failing drag and drop of attachments into editor on Chrome. (#4975)
  • Migrating Bookstack

    2
    6 Votes
    2 Posts
    158 Views
    nebulonN

    Also here, thanks for sharing 🙂

  • Cannot login anymore after switch to OIDC in latest update

    Solved
    46
    0 Votes
    46 Posts
    1k 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
    155 Views
    S

    @girish Thank you! It worked perfectly!

  • Setting timezone + forwarding real IP address

    Solved
    2
    1 Votes
    2 Posts
    114 Views
    girishG

    @warg thanks for the report. fixed now in latest package.

  • 1 Votes
    2 Posts
    346 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 Votes
    8 Posts
    387 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
    734 Views
    P

    @girish Only Bookstack. Yourls installed just fine.

  • Bookstack CanNOT enable Registration?

    Moved
    7
    0 Votes
    7 Posts
    609 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
    752 Views
    Enabl.istE

    @subven thank you 👍 I will give it a try.