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 75.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.
  • L Offline
    L Offline
    lucidfox
    wrote on last edited by
    #16

    Any updates on getting Outline on to Cloudron?

    I've been playing around with a hosted version, and have to say Outline seems very intuitive and easy to use, compared with some of the alternatives (on Cloudron and otherwise).

    jdaviescoatesJ 1 Reply Last reply
    3
    • L lucidfox

      Any updates on getting Outline on to Cloudron?

      I've been playing around with a hosted version, and have to say Outline seems very intuitive and easy to use, compared with some of the alternatives (on Cloudron and otherwise).

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

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

      Any updates on getting Outline on to Cloudron?

      I think at present it still only possible to login with Google and Slack.

      Apparently this is the current block:
      https://github.com/outline/outline/issues/1317

      I use Cloudron with Gandi & Hetzner

      L 1 Reply Last reply
      1
      • jdaviescoatesJ jdaviescoates

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

        Any updates on getting Outline on to Cloudron?

        I think at present it still only possible to login with Google and Slack.

        Apparently this is the current block:
        https://github.com/outline/outline/issues/1317

        L Offline
        L Offline
        lucidfox
        wrote on last edited by
        #18

        @jdaviescoates mmm... that's a pity. hopefully they'll add other authentication options soon.

        jdaviescoatesJ 1 Reply Last reply
        2
        • L lucidfox

          @jdaviescoates mmm... that's a pity. hopefully they'll add other authentication options soon.

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

          @lucidfox it looks like a relevant pull request adding other authentication methods has now been merged!

          https://github.com/outline/outline/pull/1934

          Now we just need someone to package it for Cloudron!

          I use Cloudron with Gandi & Hetzner

          1 Reply Last reply
          6
          • ? Offline
            ? Offline
            A Former User
            wrote on last edited by A Former User
            #20

            I'd personally love to use this so I don't mind taking a crack at it. Can't until after this weekend though so if anyone else wants to go for it... go nuts.

            L jdaviescoatesJ 2 Replies Last reply
            4
            • ? A Former User

              I'd personally love to use this so I don't mind taking a crack at it. Can't until after this weekend though so if anyone else wants to go for it... go nuts.

              L Offline
              L Offline
              lucidfox
              wrote on last edited by
              #21

              @atrilahiji that would be brilliant! I don't have any packaging skills, but happy to help with testing or anything else.

              1 Reply Last reply
              1
              • ? A Former User

                I'd personally love to use this so I don't mind taking a crack at it. Can't until after this weekend though so if anyone else wants to go for it... go nuts.

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

                @atrilahiji the developer said new versions come monthlyish around the 15ish and so a version with the new authentication method likely not available until after the weekend anyway.

                And I'm not actually sure if it's ready for self-hosting yet (it wasn't initially designed for that) but be great for people here with relevant skills to take a look πŸ™‚

                I use Cloudron with Gandi & Hetzner

                jdaviescoatesJ 1 Reply Last reply
                0
                • jdaviescoatesJ jdaviescoates

                  @atrilahiji the developer said new versions come monthlyish around the 15ish and so a version with the new authentication method likely not available until after the weekend anyway.

                  And I'm not actually sure if it's ready for self-hosting yet (it wasn't initially designed for that) but be great for people here with relevant skills to take a look πŸ™‚

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

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

                  ready for self-hosting yet

                  It looks like there are still a few things to be done before the new authentication options are available:

                  https://github.com/outline/outline/projects/5

                  I use Cloudron with Gandi & Hetzner

                  1 Reply Last reply
                  2
                  • jdaviescoatesJ Offline
                    jdaviescoatesJ Offline
                    jdaviescoates
                    wrote on last edited by
                    #24

                    @jouel I think searching before posting is a great idea πŸ˜› πŸ˜‰

                    There is already an App Wishlist post for Outline here:
                    https://forum.cloudron.io/post/8756

                    Seems it's not quite ready for self-hosting yet, but it's getting there πŸ™‚

                    But yeah I agree it looks great πŸ™‚

                    I use Cloudron with Gandi & Hetzner

                    1 Reply Last reply
                    2
                    • infogulchI Offline
                      infogulchI Offline
                      infogulch
                      wrote on last edited by
                      #25

                      Well it looks like it's possible to host Outline in docker, there is a docker compose file on github:

                      https://github.com/outline/outline/blob/main/docker-compose.yml

                      Notably, it uses postgres, redis, and an s3 api.

                      jdaviescoatesJ 1 Reply Last reply
                      3
                      • infogulchI infogulch

                        Well it looks like it's possible to host Outline in docker, there is a docker compose file on github:

                        https://github.com/outline/outline/blob/main/docker-compose.yml

                        Notably, it uses postgres, redis, and an s3 api.

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

                        @infogulch yeah, but there is no local authentication yet https://github.com/outline/outline/projects/5

                        So at present your can self host but you'd still have to login using Google or Slack

                        I use Cloudron with Gandi & Hetzner

                        infogulchI timconsidineT 2 Replies Last reply
                        3
                        • jdaviescoatesJ jdaviescoates

                          @infogulch yeah, but there is no local authentication yet https://github.com/outline/outline/projects/5

                          So at present your can self host but you'd still have to login using Google or Slack

                          infogulchI Offline
                          infogulchI Offline
                          infogulch
                          wrote on last edited by
                          #27

                          It seems there's a PR to get it to work with Gitea auth: https://github.com/outline/outline/pull/2134

                          ruihildtR 1 Reply Last reply
                          2
                          • infogulchI infogulch

                            It seems there's a PR to get it to work with Gitea auth: https://github.com/outline/outline/pull/2134

                            ruihildtR Offline
                            ruihildtR Offline
                            ruihildt
                            wrote on last edited by
                            #28

                            Outline model is open core, so don't get your hopes too high to get all functionalities in the Open Source version.

                            jdaviescoatesJ 1 Reply Last reply
                            2
                            • ruihildtR ruihildt

                              Outline model is open core, so don't get your hopes too high to get all functionalities in the Open Source version.

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

                              @ruihildt is it? I don't see any paid for add-ons on their website...

                              I use Cloudron with Gandi & Hetzner

                              1 Reply Last reply
                              0
                              • jdaviescoatesJ Offline
                                jdaviescoatesJ Offline
                                jdaviescoates
                                wrote on last edited by
                                #30

                                @ruihildt I emailed them asking if any features aren't included, they replied:

                                We offer an enterprise edition that has these additional features:

                                • Audit trail
                                • SAML login (Okta, OneLogin, etc)
                                • Support contract

                                Everything else is included in the OSS edition

                                I use Cloudron with Gandi & Hetzner

                                1 Reply Last reply
                                6
                                • klawitterbK Offline
                                  klawitterbK Offline
                                  klawitterb
                                  wrote on last edited by
                                  #31

                                  Latest release includes generic oidc authentication. Hooked it up with keycloak and seems to be running fine.

                                  timconsidineT jdaviescoatesJ 2 Replies Last reply
                                  2
                                  • jdaviescoatesJ jdaviescoates

                                    @infogulch yeah, but there is no local authentication yet https://github.com/outline/outline/projects/5

                                    So at present your can self host but you'd still have to login using Google or Slack

                                    timconsidineT Offline
                                    timconsidineT Offline
                                    timconsidine
                                    App Dev
                                    wrote on last edited by
                                    #32

                                    @jdaviescoates useful info
                                    I tried to install Outline on a separate VPS using CapRover
                                    But it failed, maybe because I skipped the gmail and slack env variables, as I don't use those platforms.
                                    So I canned it.
                                    Maybe I will try again.

                                    It certainly looks a useful app and would be nice to have here on Cloudron.

                                    scookeS 1 Reply Last reply
                                    0
                                    • klawitterbK klawitterb

                                      Latest release includes generic oidc authentication. Hooked it up with keycloak and seems to be running fine.

                                      timconsidineT Offline
                                      timconsidineT Offline
                                      timconsidine
                                      App Dev
                                      wrote on last edited by
                                      #33

                                      @klawitterb is keycloak easy to use ?
                                      haven't tried it out yet

                                      klawitterbK 1 Reply Last reply
                                      0
                                      • timconsidineT timconsidine

                                        @klawitterb is keycloak easy to use ?
                                        haven't tried it out yet

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

                                        @timconsidine Keycloak ist a fully fledged identity provider. So you're presented with millions of config options. Wouldn't call myself an expert in this topic but setting up a new client is quite straight forward if you've used oidc before.

                                        timconsidineT 1 Reply Last reply
                                        0
                                        • klawitterbK klawitterb

                                          @timconsidine Keycloak ist a fully fledged identity provider. So you're presented with millions of config options. Wouldn't call myself an expert in this topic but setting up a new client is quite straight forward if you've used oidc before.

                                          timconsidineT Offline
                                          timconsidineT Offline
                                          timconsidine
                                          App Dev
                                          wrote on last edited by
                                          #35

                                          @klawitterb thanks
                                          Not used oidc before, so maybe that's where my knowledge gap starts.
                                          Will look into it.
                                          Where do you host keycloak ? You managed to get it as custom package into cloudron or you use it on another VPS ?
                                          If you don't mind me asking.

                                          klawitterbK 1 Reply Last reply
                                          0
                                          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