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 67.6k 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.
    • doodlemania2D doodlemania2

      @girish OIDC in Outlook or Outline? I can help run down answers to MS related questions, but that might be a typo?

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

      @doodlemania2 w00t, sorry. I meant outline πŸ™‚

      1 Reply Last reply
      1
      • girishG girish

        @matbrgz I think we are almost there. With 7.4, we introduce OIDC. In theory, outline supports OIDC but we have to check.

        OIDC support in Outlook Outline itself - the situation is quite unclear to me, since it's not documented anywhere clearly. Do you know anything about this?

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

        @girish I’ve used their env sample as a reference for configuring it with Dex in my package: https://github.com/outline/outline/blob/main/.env.sample

        1 Reply Last reply
        2
        • chetbakerC Offline
          chetbakerC Offline
          chetbaker
          wrote on last edited by
          #103

          hello! I stumbled upon this again and I wonder if any of you have any luck with a self-hosted install of Outline but using Cloudron's OIDC. Cloudron documentation of it it's not very complete for a newbie like me.

          1 Reply Last reply
          2
          • girishG Offline
            girishG Offline
            girish
            Staff
            wrote on last edited by
            #104

            @chetbaker now that we have OIDC, we will be looking into outline again. But this will take a bit. But feel free to experiment on your own, just wanted to put this note.

            AizatA jdaviescoatesJ 2 Replies Last reply
            8
            • marcusquinnM marcusquinn referenced this topic on
            • girishG girish

              @chetbaker now that we have OIDC, we will be looking into outline again. But this will take a bit. But feel free to experiment on your own, just wanted to put this note.

              AizatA Offline
              AizatA Offline
              Aizat
              wrote on last edited by
              #105

              @girish This is an excellent app to have in Cloudron. With this addition, It will make Cloudron a complete solution for everything we need for self-hosting apps.

              1 Reply Last reply
              3
              • girishG girish

                @chetbaker now that we have OIDC, we will be looking into outline again. But this will take a bit. But feel free to experiment on your own, just wanted to put this note.

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

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

                @chetbaker now that we have OIDC, we will be looking into outline again. But this will take a bit. But feel free to experiment on your own, just wanted to put this note.

                Did you ever get around to look at Outline again @girish - be great to have it on Cloudron! πŸ™

                I use Cloudron with Gandi & Hetzner

                1 Reply Last reply
                1
                • U Offline
                  U Offline
                  uwcrbc
                  wrote on last edited by
                  #107

                  Is the OIDC integration (and the necessary time to integrate it) the only "blocking" factor here or is there any other element of the package/source preventing a release in Cloudron?
                  This app would be a great addition indeed.

                  1 Reply Last reply
                  2
                  • girishG girish

                    @matbrgz I think we are almost there. With 7.4, we introduce OIDC. In theory, outline supports OIDC but we have to check.

                    OIDC support in Outlook Outline itself - the situation is quite unclear to me, since it's not documented anywhere clearly. Do you know anything about this?

                    andreasduerenA Offline
                    andreasduerenA Offline
                    andreasdueren
                    wrote on last edited by
                    #108

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

                    @matbrgz I think we are almost there. With 7.4, we introduce OIDC. In theory, outline supports OIDC but we have to check.

                    OIDC support in Outlook Outline itself - the situation is quite unclear to me, since it's not documented anywhere clearly. Do you know anything about this?

                    I was able to get OIDC working without any problems with an instance outside of cloudron using their documentation in the env.example:

                    # To configure generic OIDC auth, you'll need some kind of identity provider.
                    # See documentation for whichever IdP you use to acquire the following info:
                    # Redirect URI is https://<URL>/auth/oidc.callback
                    OIDC_CLIENT_ID=
                    OIDC_CLIENT_SECRET=
                    OIDC_AUTH_URI=
                    OIDC_TOKEN_URI=
                    OIDC_USERINFO_URI=
                    
                    # Specify which claims to derive user information from
                    # Supports any valid JSON path with the JWT payload
                    OIDC_USERNAME_CLAIM=preferred_username
                    
                    # Display name for OIDC authentication
                    OIDC_DISPLAY_NAME=OpenID Connect
                    
                    # Space separated auth scopes.
                    OIDC_SCOPES=openid profile email
                    

                    What's not working for you?

                    girishG 1 Reply Last reply
                    3
                    • andreasduerenA andreasdueren

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

                      @matbrgz I think we are almost there. With 7.4, we introduce OIDC. In theory, outline supports OIDC but we have to check.

                      OIDC support in Outlook Outline itself - the situation is quite unclear to me, since it's not documented anywhere clearly. Do you know anything about this?

                      I was able to get OIDC working without any problems with an instance outside of cloudron using their documentation in the env.example:

                      # To configure generic OIDC auth, you'll need some kind of identity provider.
                      # See documentation for whichever IdP you use to acquire the following info:
                      # Redirect URI is https://<URL>/auth/oidc.callback
                      OIDC_CLIENT_ID=
                      OIDC_CLIENT_SECRET=
                      OIDC_AUTH_URI=
                      OIDC_TOKEN_URI=
                      OIDC_USERINFO_URI=
                      
                      # Specify which claims to derive user information from
                      # Supports any valid JSON path with the JWT payload
                      OIDC_USERNAME_CLAIM=preferred_username
                      
                      # Display name for OIDC authentication
                      OIDC_DISPLAY_NAME=OpenID Connect
                      
                      # Space separated auth scopes.
                      OIDC_SCOPES=openid profile email
                      

                      What's not working for you?

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

                      @andreasdueren mmm, so you set this up against Cloudron's OIDC server? Last we checked, leantime needed a key mode authentication to OIDC which we haven't implemented yet. But maybe this has since been fixed?

                      edit: whoops, sorry, completely different apps πŸ™‚

                      jdaviescoatesJ 1 Reply Last reply
                      0
                      • girishG girish

                        @andreasdueren mmm, so you set this up against Cloudron's OIDC server? Last we checked, leantime needed a key mode authentication to OIDC which we haven't implemented yet. But maybe this has since been fixed?

                        edit: whoops, sorry, completely different apps πŸ™‚

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

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

                        Last we checked, leantime

                        This is about Outline, not Leantime πŸ˜‰

                        I use Cloudron with Gandi & Hetzner

                        girishG 1 Reply Last reply
                        1
                        • jdaviescoatesJ jdaviescoates

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

                          Last we checked, leantime

                          This is about Outline, not Leantime πŸ˜‰

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

                          @jdaviescoates 🀦 edited my post

                          1 Reply Last reply
                          2
                          • bmannB Offline
                            bmannB Offline
                            bmann
                            wrote on last edited by
                            #112

                            +1 for Outline. It's very nicely designed and modern.

                            jdaviescoatesJ 1 Reply Last reply
                            1
                            • bmannB bmann

                              +1 for Outline. It's very nicely designed and modern.

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

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

                              +1 for Outline

                              Upvote the original post at the top of the thread πŸ˜‰ (had a quick look a don't think I spotted your icon in the upvoters) πŸ™‚

                              I use Cloudron with Gandi & Hetzner

                              1 Reply Last reply
                              0
                              • W Offline
                                W Offline
                                walski
                                wrote on last edited by
                                #114

                                Hey, I've put together an OIDC enabled Cloudron app here: https://gist.github.com/walski/e5d5b7ddb781f028b071b6ca12c460cd this runs just fine on our Cloudron 🀷 Happy to make this "app-store-ready" if somebody can let me know what exactly that entails πŸ™‚

                                jdaviescoatesJ 1 Reply Last reply
                                8
                                • timconsidineT Offline
                                  timconsidineT Offline
                                  timconsidine
                                  App Dev
                                  wrote on last edited by timconsidine
                                  #115

                                  Well done @walski
                                  For App Store ready, maybe @staff can confirm, but these are good steps :

                                  • add a LICENCE (copy from source repo ?)
                                  • add a README (credit the source repo and provide a link)
                                  • optionally add a POSTINSTALL.md if there any post-install steps
                                  • maybe add a repo to https://git.cloudron.io/, although I think @staff need to permission your account to create repos, and maybe they can work with the link you provided

                                  I'm sure there will be several keen to try it out πŸ‘

                                  1 Reply Last reply
                                  1
                                  • W walski

                                    Hey, I've put together an OIDC enabled Cloudron app here: https://gist.github.com/walski/e5d5b7ddb781f028b071b6ca12c460cd this runs just fine on our Cloudron 🀷 Happy to make this "app-store-ready" if somebody can let me know what exactly that entails πŸ™‚

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

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

                                    Hey, I've put together an OIDC enabled Cloudron app here: https://gist.github.com/walski/e5d5b7ddb781f028b071b6ca12c460cd this runs just fine on our Cloudron 🀷

                                    Thank you! πŸ™ πŸ‘

                                    Happy to make this "app-store-ready" if somebody can let me know what exactly that entails πŸ™‚

                                    Have a read of https://docs.cloudron.io/packaging/publishing/

                                    Although my understanding is that one of the things that needs doing is writing tests and I can't find anything about doing that in the guides/ tutorials πŸ€”

                                    But @staff can advise πŸ™‚

                                    I use Cloudron with Gandi & Hetzner

                                    1 Reply Last reply
                                    0
                                    • W Offline
                                      W Offline
                                      walski
                                      wrote on last edited by
                                      #117

                                      I've updated the packaged app to include a license, run the app as the cloudron user and also cleaned up the manifest a bit. Happy to help more if there is anything left to do πŸ™‚

                                      1 Reply Last reply
                                      7
                                      • girishG Offline
                                        girishG Offline
                                        girish
                                        Staff
                                        wrote on last edited by
                                        #118

                                        @walski awesome ! Do you have a repo instead of a github gist ?

                                        I can also give you access to https://git.cloudron.io/cloudron/outline-app and you can commit it there directly. If you can create an account in git.cloudron.io and give me your id, I can give you access.

                                        jdaviescoatesJ 1 Reply Last reply
                                        3
                                        • girishG girish

                                          @walski awesome ! Do you have a repo instead of a github gist ?

                                          I can also give you access to https://git.cloudron.io/cloudron/outline-app and you can commit it there directly. If you can create an account in git.cloudron.io and give me your id, I can give you access.

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

                                          @girish exciting that it sounds like we're edging towards having Outline in the Cloudron App store (and with OIDC too!) πŸŽ‰

                                          I use Cloudron with Gandi & Hetzner

                                          1 Reply Last reply
                                          1
                                          • W Offline
                                            W Offline
                                            walski
                                            wrote on last edited by
                                            #120

                                            @girish I've DM'd you. You can also just clone the gist as a git repo: git@gist.github.com:e5d5b7ddb781f028b071b6ca12c460cd.git

                                            girishG 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