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


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Outline - a Notion-like open source app

Outline - a Notion-like open source app

Scheduled Pinned Locked Moved Solved App Wishlist
124 Posts 29 Posters 71.2k Views 37 Watching
  • 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.
  • klawitterbK Offline
    klawitterbK Offline
    klawitterb
    wrote on last edited by
    #70

    So I was curious about my proposal and just tried this. Seems to work quote well. Much easier than setting up a fully fledged identity provider like keycloak imho.
    Basically dex is a go app which is controlled by a yaml config. Currently just running it inside the outline app itself with a little nginx proxy in front of it. When logging in it redirects to the login mask from dex which then authenticates the user from cloudrons LDAP.

    marcusquinnM 1 Reply Last reply
    4
    • klawitterbK klawitterb

      So I was curious about my proposal and just tried this. Seems to work quote well. Much easier than setting up a fully fledged identity provider like keycloak imho.
      Basically dex is a go app which is controlled by a yaml config. Currently just running it inside the outline app itself with a little nginx proxy in front of it. When logging in it redirects to the login mask from dex which then authenticates the user from cloudrons LDAP.

      marcusquinnM Offline
      marcusquinnM Offline
      marcusquinn
      wrote on last edited by marcusquinn
      #71

      @klawitterb Nice find and R&D! Looks like this might be just the thing for making Cloudron's LDAP useable by external apps:

      • https://forum.cloudron.io/topic/2189/ldap-ad-server

      Web Design https://www.evergreen.je
      Development https://brandlight.org
      Life https://marcusquinn.com

      1 Reply Last reply
      2
      • njN Offline
        njN Offline
        nj
        wrote on last edited by
        #72

        Update available: Outline v0.63.0

        Founder / Coder โ€ข My Apps

        1 Reply Last reply
        6
        • infogulchI Offline
          infogulchI Offline
          infogulch
          wrote on last edited by infogulch
          #73

          Now that Cloudron adds authentication headers with the proxyAuth addon, maybe the easiest solution to integrate authentication is to use those headers in outline. I guess that might be as simple as adding a new file to the /server/routes/auth/providers dir. This would simplify the cloudron package because it wouldn't have to set up and run keycloak.

          https://github.com/outline/outline/tree/main/server/routes/auth/providers

          Then the only barrier to packaging for cloudron would be the hypothetical s3/minio addon mentioned above.

          njN 1 Reply Last reply
          4
          • infogulchI infogulch

            Now that Cloudron adds authentication headers with the proxyAuth addon, maybe the easiest solution to integrate authentication is to use those headers in outline. I guess that might be as simple as adding a new file to the /server/routes/auth/providers dir. This would simplify the cloudron package because it wouldn't have to set up and run keycloak.

            https://github.com/outline/outline/tree/main/server/routes/auth/providers

            Then the only barrier to packaging for cloudron would be the hypothetical s3/minio addon mentioned above.

            njN Offline
            njN Offline
            nj
            wrote on last edited by
            #74

            @infogulch I think that's doable. I'll see if I can get it working.

            Founder / Coder โ€ข My Apps

            1 Reply Last reply
            6
            • njN Offline
              njN Offline
              nj
              wrote on last edited by nj
              #75

              Update available: Outline v0.64.3

              PS: Still no time to look into auth using Cloudron ProxyAuth

              Founder / Coder โ€ข My Apps

              jdaviescoatesJ 1 Reply Last reply
              4
              • njN nj

                Update available: Outline v0.64.3

                PS: Still no time to look into auth using Cloudron ProxyAuth

                jdaviescoatesJ Offline
                jdaviescoatesJ Offline
                jdaviescoates
                wrote on last edited by jdaviescoates
                #76

                @nj said in Outline - a Notion-like open source app:

                PS: Still no time to look into auth using Cloudron ProxyAuth

                ๐Ÿ™ praying that you'll find the time! Hopefully then @staff will be able to take it from from there get this app into the App Store! (perhaps they could take a look at adding the ProxyAuth too? ๐Ÿ™‚ ๐Ÿ™ )

                Edit: or perhaps another better/simpler(I've no idea if it's either, rieally! ๐Ÿ˜› ) option would be to connect the outline app to the Cloudron LDAP Directory Server https://docs.cloudron.io/user-management/#directory-server= ? ๐Ÿ™‚

                I use Cloudron with Gandi & Hetzner

                klawitterbK 1 Reply Last reply
                0
                • jdaviescoatesJ jdaviescoates

                  @nj said in Outline - a Notion-like open source app:

                  PS: Still no time to look into auth using Cloudron ProxyAuth

                  ๐Ÿ™ praying that you'll find the time! Hopefully then @staff will be able to take it from from there get this app into the App Store! (perhaps they could take a look at adding the ProxyAuth too? ๐Ÿ™‚ ๐Ÿ™ )

                  Edit: or perhaps another better/simpler(I've no idea if it's either, rieally! ๐Ÿ˜› ) option would be to connect the outline app to the Cloudron LDAP Directory Server https://docs.cloudron.io/user-management/#directory-server= ? ๐Ÿ™‚

                  klawitterbK Offline
                  klawitterbK Offline
                  klawitterb
                  wrote on last edited by
                  #77

                  @jdaviescoates I've got this running using dex serving as a connection between oidc and cloudron ldap. Works pretty well.
                  If you're interested you can find the code in my repo https://git.apehost.de/cloudron-apps/outline

                  jdaviescoatesJ 1 Reply Last reply
                  2
                  • klawitterbK klawitterb

                    @jdaviescoates I've got this running using dex serving as a connection between oidc and cloudron ldap. Works pretty well.
                    If you're interested you can find the code in my repo https://git.apehost.de/cloudron-apps/outline

                    jdaviescoatesJ Offline
                    jdaviescoatesJ Offline
                    jdaviescoates
                    wrote on last edited by
                    #78

                    @klawitterb that's great, thanks! But I wanna get Outline in the App Store.

                    Hopefully @staff can take a look at both these custom Outline packages and do whatever needs doing to get them into the store ๐Ÿ™‚

                    I use Cloudron with Gandi & Hetzner

                    1 Reply Last reply
                    1
                    • marcusquinnM Offline
                      marcusquinnM Offline
                      marcusquinn
                      wrote on last edited by
                      #79

                      Perhaps AppFlowy can offer an alternative in the meantime?

                      • https://forum.cloudron.io/topic/6088/appflowy

                      Local installers available:

                      • https://appflowy.gitbook.io/docs/essential-documentation/install-appflowy/installation-methods

                      Web Design https://www.evergreen.je
                      Development https://brandlight.org
                      Life https://marcusquinn.com

                      1 Reply Last reply
                      0
                      • Vikas-jkV Offline
                        Vikas-jkV Offline
                        Vikas-jk
                        wrote on last edited by
                        #80

                        Outline is paid, it is better to add a free plan also.
                        There are also free and open source notion alternatives like Logseq or focalboard which can be checked here

                        https://developingdaily.com/article/technology/best-notion-alternatives-open-source-and-free/314

                        jdaviescoatesJ 1 Reply Last reply
                        1
                        • marcusquinnM Offline
                          marcusquinnM Offline
                          marcusquinn
                          wrote on last edited by
                          #81

                          And Documize: https://forum.cloudron.io/topic/7116/documize-alternative-to-confluence

                          Web Design https://www.evergreen.je
                          Development https://brandlight.org
                          Life https://marcusquinn.com

                          1 Reply Last reply
                          1
                          • Vikas-jkV Vikas-jk

                            Outline is paid, it is better to add a free plan also.
                            There are also free and open source notion alternatives like Logseq or focalboard which can be checked here

                            https://developingdaily.com/article/technology/best-notion-alternatives-open-source-and-free/314

                            jdaviescoatesJ Offline
                            jdaviescoatesJ Offline
                            jdaviescoates
                            wrote on last edited by
                            #82

                            @Vikas-jk said in Outline - a Notion-like open source app:

                            Outline is paid, it is better to add a free plan also.
                            There are also free and open source notion alternatives like Logseq or focalboard which can be checked here

                            https://developingdaily.com/article/technology/best-notion-alternatives-open-source-and-free/314

                            Hosted Outline is paid, that doesn't apply to self-hosted. Outline is also free (as in freedom) open source software too.

                            I use Cloudron with Gandi & Hetzner

                            1 Reply Last reply
                            2
                            • njN Offline
                              njN Offline
                              nj
                              wrote on last edited by nj
                              #83

                              Update available: Outline v0.65.2

                              Founder / Coder โ€ข My Apps

                              1 Reply Last reply
                              6
                              • marcusquinnM marcusquinn referenced this topic on
                              • girishG girish referenced this topic on
                              • jdaviescoatesJ Offline
                                jdaviescoatesJ Offline
                                jdaviescoates
                                wrote on last edited by
                                #84

                                This also looks very good:

                                https://docs.codex.so/codex-docs

                                Upvote here:

                                https://forum.cloudron.io/post/53468

                                I use Cloudron with Gandi & Hetzner

                                1 Reply Last reply
                                4
                                • njN Offline
                                  njN Offline
                                  nj
                                  wrote on last edited by nj
                                  #85

                                  There is an update for the latest version v0.66.3
                                  I forgot to put it here earlier.

                                  Founder / Coder โ€ข My Apps

                                  jdaviescoatesJ 1 Reply Last reply
                                  4
                                  • njN nj

                                    There is an update for the latest version v0.66.3
                                    I forgot to put it here earlier.

                                    jdaviescoatesJ Offline
                                    jdaviescoatesJ Offline
                                    jdaviescoates
                                    wrote on last edited by
                                    #86

                                    @nj thanks!

                                    @staff would be wonderful if this could be added to the App Store?

                                    I use Cloudron with Gandi & Hetzner

                                    matbrgzM 1 Reply Last reply
                                    2
                                    • jdaviescoatesJ jdaviescoates

                                      @nj thanks!

                                      @staff would be wonderful if this could be added to the App Store?

                                      matbrgzM Offline
                                      matbrgzM Offline
                                      matbrgz
                                      wrote on last edited by
                                      #87

                                      The implementation of https://git.apehost.de/cloudron-apps/outline seems to be working. Is there some plan to publish it in the store? @staff

                                      girishG 1 Reply Last reply
                                      6
                                      • matbrgzM matbrgz

                                        The implementation of https://git.apehost.de/cloudron-apps/outline seems to be working. Is there some plan to publish it in the store? @staff

                                        girishG Offline
                                        girishG Offline
                                        girish
                                        Staff
                                        wrote on last edited by
                                        #88

                                        @matbrgz don't see why not, we will take a look shortly. Thanks for packging this!

                                        matbrgzM 1 Reply Last reply
                                        8
                                        • girishG girish

                                          @matbrgz don't see why not, we will take a look shortly. Thanks for packging this!

                                          matbrgzM Offline
                                          matbrgzM Offline
                                          matbrgz
                                          wrote on last edited by matbrgz
                                          #89

                                          @girish sorry to bother you again about this, could you please take a look here? This app is vital to my company.

                                          jdaviescoatesJ 1 Reply Last reply
                                          3
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search