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 74.7k 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.
  • luckowL luckow

    @jdaviescoates Give me an email address to send the invitation link to πŸ™‚

    jdaviescoatesJ Online
    jdaviescoatesJ Online
    jdaviescoates
    wrote on last edited by
    #62

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

    @jdaviescoates Give me an email address to send the invitation link to πŸ™‚

    Sent via chat dm on here

    I use Cloudron with Gandi & Hetzner

    1 Reply Last reply
    1
    • njN nj

      Hi @luckow ,
      Could you try following this blog post? https://blog.yarsalabs.com/self-hosting-outline-wiki-on-cloudron/
      The description and first-time setup still need some work, so I'll look into it again.

      luckowL Offline
      luckowL Offline
      luckow
      translator
      wrote on last edited by
      #63

      @nj I found this post yesterday. Well written. Most of my problems (including the minio) were tomatoes on my eyes. And to be fair, misleading error messages in log files & browser console didn't make it any easier.
      Let's see what the app packaging staff can tweak themselves. IMHO minio only for image storage is a big cannon as a solution.

      Pronouns: he/him | Primary language: German

      1 Reply Last reply
      1
      • ei8fdbE ei8fdb

        β™₯ Thank you very much @luckow. I got the email and thought "what is this email?!". But then thought it might be you. I appreciate you giving me this account.

        This is an interesting app. It's another riff on Notion/Anytype friendly mark-up note taking/knowledge management/database app.

        My main personal complaint with all these apps is they require always online access. There is no realistic way to use it offline.

        I'm going to stay with it and see how it all works. As a wiki-type collaboration app it's certainly a very nice alternative to having to learn yet another markdown flavour.

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

        @ei8fdb I believe AnyType is intended to work offline and be decentralised. I suppose you could also have a localhost Cloudron instance if you like it like that?

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

        1 Reply Last reply
        0
        • infogulchI Offline
          infogulchI Offline
          infogulch
          wrote on last edited by
          #65

          @nj Wow that's great!

          The blog post installs keycloak as an app, but it might work better as a built-in addon that provides ODIC to any app that requests it. I suspect that there are more apps that authenticate via ODIC exclusively, and I can see there are some apps that could use it as an alternative to LDAP.

          After some more research, it seems that OAuth used to be the default authentication method for Cloudron apps but it was removed in 2020 due to lack of support in apps. Has the authentication landscape changed in the last 2 years? Is now a good time to add it back? How does SAML look now?

          girishG 1 Reply Last reply
          2
          • infogulchI infogulch

            @nj Wow that's great!

            The blog post installs keycloak as an app, but it might work better as a built-in addon that provides ODIC to any app that requests it. I suspect that there are more apps that authenticate via ODIC exclusively, and I can see there are some apps that could use it as an alternative to LDAP.

            After some more research, it seems that OAuth used to be the default authentication method for Cloudron apps but it was removed in 2020 due to lack of support in apps. Has the authentication landscape changed in the last 2 years? Is now a good time to add it back? How does SAML look now?

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

            @infogulch FWIW, I don't mind adding OpenID into cloudron. It was OAuth that wasn't a great idea. My understanding is that OpenID is more uniform and standardized. @nebulon and @fbartels probably know more about this though.

            I guess I mean OpenID connect (OIDC) and not OpenID. I don't know the difference between these terms πŸ™‚

            klawitterbK 1 Reply Last reply
            2
            • girishG girish

              @infogulch FWIW, I don't mind adding OpenID into cloudron. It was OAuth that wasn't a great idea. My understanding is that OpenID is more uniform and standardized. @nebulon and @fbartels probably know more about this though.

              I guess I mean OpenID connect (OIDC) and not OpenID. I don't know the difference between these terms πŸ™‚

              klawitterbK Online
              klawitterbK Online
              klawitterb
              wrote on last edited by
              #67

              @girish how about adding oidc as another addon and just ferderate to LDAP? Something like https://github.com/dexidp/dex could be used for this.
              Only thinking out loud, never used this myself. Stumpled over it while working on other projects. 😁

              girishG fbartelsF 2 Replies Last reply
              3
              • klawitterbK klawitterb

                @girish how about adding oidc as another addon and just ferderate to LDAP? Something like https://github.com/dexidp/dex could be used for this.
                Only thinking out loud, never used this myself. Stumpled over it while working on other projects. 😁

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

                @klawitterb yes, I don't see why not. But as mentioned, I am speaking beyond my expertise here πŸ™‚ I think @nebulon will know how much work it is on Cloudron side.

                1 Reply Last reply
                3
                • klawitterbK klawitterb

                  @girish how about adding oidc as another addon and just ferderate to LDAP? Something like https://github.com/dexidp/dex could be used for this.
                  Only thinking out loud, never used this myself. Stumpled over it while working on other projects. 😁

                  fbartelsF Offline
                  fbartelsF Offline
                  fbartels
                  App Dev
                  wrote on last edited by
                  #69

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

                  as another addon

                  Yes, oidc should definitely be an addon (even better if one could just add addons during runtime of an app, so that one does not need to remove and reinstall apps to enable it). But instead of going third party it should be something native to the stack, like the https://docs.cloudron.io/packaging/addons/#proxyauth addon to benefit from existing sessions and the 2fa Cloudron already provides.

                  1 Reply Last reply
                  4
                  • klawitterbK Online
                    klawitterbK Online
                    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 Online
                                jdaviescoatesJ Online
                                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 Online
                                  klawitterbK Online
                                  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 Online
                                    jdaviescoatesJ Online
                                    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
                                          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