ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    BookStack for IT Documentation

    IT Discussion
    bookstack
    9
    31
    5.0k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ObsolesceO
      Obsolesce
      last edited by

      Can you control who has access to what?

      black3dynamiteB 1 Reply Last reply Reply Quote 0
      • black3dynamiteB
        black3dynamite @Obsolesce
        last edited by black3dynamite

        @tim_g said in BookStack for IT Documentation:

        Can you control who has access to what?

        I remember that you can create roles and set permissions to books, chapters, and pages.

        ObsolesceO 1 Reply Last reply Reply Quote 0
        • ObsolesceO
          Obsolesce @black3dynamite
          last edited by

          @black3dynamite said in BookStack for IT Documentation:

          @tim_g said in BookStack for IT Documentation:

          Can you control who has access to what?

          I remember that you can create roles and set permissions to books, chapters, and pages.

          Does it have a built in user permission control or does it need local users?

          JaredBuschJ 1 Reply Last reply Reply Quote 0
          • JaredBuschJ
            JaredBusch @Obsolesce
            last edited by

            @tim_g said in BookStack for IT Documentation:

            @black3dynamite said in BookStack for IT Documentation:

            @tim_g said in BookStack for IT Documentation:

            Can you control who has access to what?

            I remember that you can create roles and set permissions to books, chapters, and pages.

            Does it have a built in user permission control or does it need local users?

            0_1519188496553_c6f894e4-9f8a-4735-b2b6-f66cd40212ee-image.png
            0_1519188517080_d2d6634c-b4bc-4209-87c0-76c5b41cfafe-image.png

            1 Reply Last reply Reply Quote 2
            • JaredBuschJ
              JaredBusch
              last edited by

              # General auth
              AUTH_METHOD=standard
              
              # Social Authentication information. Defaults as off.
              GITHUB_APP_ID=false
              GITHUB_APP_SECRET=false
              GOOGLE_APP_ID=false
              GOOGLE_APP_SECRET=false
              OKTA_BASE_URL=false
              OKTA_APP_ID=false
              OKTA_APP_SECRET=false
              TWITCH_APP_ID=false
              TWITCH_APP_SECRET=false
              GITLAB_APP_ID=false
              GITLAB_APP_SECRET=false
              GITLAB_BASE_URI=false
              
              # External services such as Gravatar and Draw.IO
              DISABLE_EXTERNAL_SERVICES=false
              
              # LDAP Settings
              LDAP_SERVER=false
              LDAP_BASE_DN=false
              LDAP_DN=false
              LDAP_PASS=false
              LDAP_USER_FILTER=false
              LDAP_VERSION=false
              
              
              1 Reply Last reply Reply Quote 2
              • A
                Alex Sage @Obsolesce
                last edited by

                @tim_g Correct.

                1 Reply Last reply Reply Quote 0
                • black3dynamiteB
                  black3dynamite
                  last edited by

                  Is there a way to stop showing previews?
                  Is there a way to collapse text in Bookstack using markdown?

                  JaredBuschJ 1 Reply Last reply Reply Quote 0
                  • stacksofplatesS
                    stacksofplates
                    last edited by

                    Is anyone actually using this?

                    ObsolesceO NashBrydgesN 2 Replies Last reply Reply Quote 0
                    • ObsolesceO
                      Obsolesce @stacksofplates
                      last edited by

                      @stacksofplates said in BookStack for IT Documentation:

                      Is anyone actually using this?

                      I think JB is due to some clients needing a WYSIWYG editor.

                      1 Reply Last reply Reply Quote 0
                      • NashBrydgesN
                        NashBrydges @stacksofplates
                        last edited by

                        @stacksofplates said in BookStack for IT Documentation:

                        Is anyone actually using this?

                        I've fully transitioned to this for the same reasons @JaredBusch did. Easier for users.

                        stacksofplatesS 1 Reply Last reply Reply Quote 0
                        • JaredBuschJ
                          JaredBusch @black3dynamite
                          last edited by

                          @black3dynamite said in BookStack for IT Documentation:

                          Is there a way to stop showing previews?
                          Is there a way to collapse text in Bookstack using markdown?

                          Never looked.
                          I do not know of any markdown commands to do that.

                          black3dynamiteB 1 Reply Last reply Reply Quote 0
                          • stacksofplatesS
                            stacksofplates @NashBrydges
                            last edited by

                            @nashbrydges said in BookStack for IT Documentation:

                            @stacksofplates said in BookStack for IT Documentation:

                            Is anyone actually using this?

                            I've fully transitioned to this for the same reasons @JaredBusch did. Easier for users.

                            Oh ok. Ya if you need users to do something then that makes sense.

                            1 Reply Last reply Reply Quote 0
                            • black3dynamiteB
                              black3dynamite @JaredBusch
                              last edited by

                              @jaredbusch said in BookStack for IT Documentation:

                              @black3dynamite said in BookStack for IT Documentation:

                              Is there a way to stop showing previews?
                              Is there a way to collapse text in Bookstack using markdown?

                              Never looked.
                              I do not know of any markdown commands to do that.

                              When using WYSIWYG for your page editor, click on source code
                              and add this code. It also works when using Markdown too.

                              ## collapsible markdown?
                              
                              <details><summary>CLICK ME</summary>
                              <p>
                              Hello World
                              </p>
                              </details>
                              

                              Source: https://gist.github.com/joyrexus/16041f2426450e73f5df9391f7f7ae5f#collapsible-markdown

                              1 Reply Last reply Reply Quote 0
                              • JaredBuschJ
                                JaredBusch
                                last edited by

                                Does that work here?

                                Collapse test:

                                <details>
                                <summary>CLICK ME</summary>
                                <p>
                                Hello World
                                </p>
                                </details>

                                1 Reply Last reply Reply Quote 0
                                • JaredBuschJ
                                  JaredBusch
                                  last edited by

                                  Nope.

                                  1 Reply Last reply Reply Quote 0
                                  • F
                                    Francesco Provino
                                    last edited by

                                    I usually use just plaintext filed nested in folders... other mainstream solutions?

                                    scottalanmillerS stacksofplatesS 2 Replies Last reply Reply Quote 0
                                    • scottalanmillerS
                                      scottalanmiller @Francesco Provino
                                      last edited by

                                      @francesco-provino said in BookStack for IT Documentation:

                                      I usually use just plaintext filed nested in folders... other mainstream solutions?

                                      That's basically all DokuWiki is 🙂

                                      1 Reply Last reply Reply Quote 1
                                      • stacksofplatesS
                                        stacksofplates @Francesco Provino
                                        last edited by

                                        @francesco-provino said in BookStack for IT Documentation:

                                        I usually use just plaintext filed nested in folders... other mainstream solutions?

                                        I use Grav. I don't have users documenting anything so it's awesome for us. It's all markdown and it's all flat file based, no databases.

                                        JaredBuschJ AdamFA 2 Replies Last reply Reply Quote 0
                                        • JaredBuschJ
                                          JaredBusch @stacksofplates
                                          last edited by

                                          @stacksofplates said in BookStack for IT Documentation:

                                          @francesco-provino said in BookStack for IT Documentation:

                                          I usually use just plaintext filed nested in folders... other mainstream solutions?

                                          I use Grav. I don't have users documenting anything so it's awesome for us. It's all markdown and it's all flat file based, no databases.

                                          Yes, lots of Wiki systems exist and work well. But if entry is a style that your users cannot handle, it will not be used. If it is not used, it is worthless.

                                          1 Reply Last reply Reply Quote 1
                                          • AdamFA
                                            AdamF @stacksofplates
                                            last edited by

                                            @stacksofplates said in BookStack for IT Documentation:

                                            Grav

                                            Grav looks pretty sweet. There are so many solutions out there.

                                            ObsolesceO 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post