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. Docs - Alternative to Notion / Outline with OIDC, GDPR compliant, PDF Export (with template) etc...

Docs - Alternative to Notion / Outline with OIDC, GDPR compliant, PDF Export (with template) etc...

Scheduled Pinned Locked Moved App Wishlist
42 Posts 11 Posters 2.5k Views 12 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.
  • nebulonN nebulon

    I am also following their matrix channel and the app seems to be still under heavy development. My idea was to package it once they remove the beta tag on their website, but maybe we can look into the packaging side already earlier.

    N Offline
    N Offline
    Neiluj
    wrote on last edited by
    #28

    Hi @nebulon - Thanks for the info. This is great news and highly appreciated. Let me know if you feel there is anything I can contribute to to make this happen.

    1 Reply Last reply
    1
    • N Offline
      N Offline
      Neiluj
      wrote last edited by
      #29

      v3.4 is out and brings nested pages apparently: https://github.com/suitenumerique/docs/releases/tag/v3.4.0

      1 Reply Last reply
      1
      • nebulonN nebulon

        I am also following their matrix channel and the app seems to be still under heavy development. My idea was to package it once they remove the beta tag on their website, but maybe we can look into the packaging side already earlier.

        jdaviescoatesJ Offline
        jdaviescoatesJ Offline
        jdaviescoates
        wrote last edited by
        #30

        @nebulon said in Docs - Alternative to Notion / Outline with OIDC, GDPR compliant, PDF Export (with template) etc...:

        My idea was to package it once they remove the beta tag on their website

        I don't see any mention of beta on their website nor on their repository. 😉

        I use Cloudron with Gandi & Hetzner

        1 Reply Last reply
        0
        • nebulonN Offline
          nebulonN Offline
          nebulon
          Staff
          wrote last edited by
          #31

          Indeed looks like they removed all the beta labels by now. Maybe I will get around looking at the package over the weekend.

          jdaviescoatesJ N 3 Replies Last reply
          3
          • nebulonN nebulon

            Indeed looks like they removed all the beta labels by now. Maybe I will get around looking at the package over the weekend.

            jdaviescoatesJ Offline
            jdaviescoatesJ Offline
            jdaviescoates
            wrote last edited by
            #32

            @nebulon said in Docs - Alternative to Notion / Outline with OIDC, GDPR compliant, PDF Export (with template) etc...:

            Indeed looks like they removed all the beta labels by now. Maybe I will get around looking at the package over the weekend.

            This looks like a really great piece of software so that would be AMAZING! 🤞 🙏

            I use Cloudron with Gandi & Hetzner

            1 Reply Last reply
            2
            • nebulonN nebulon

              Indeed looks like they removed all the beta labels by now. Maybe I will get around looking at the package over the weekend.

              N Offline
              N Offline
              Neiluj
              wrote last edited by
              #33

              @nebulon said in Docs - Alternative to Notion / Outline with OIDC, GDPR compliant, PDF Export (with template) etc...:

              Indeed looks like they removed all the beta labels by now. Maybe I will get around looking at the package over the weekend.

              This would be fantastic and much appreciated.

              1 Reply Last reply
              1
              • nebulonN nebulon

                Indeed looks like they removed all the beta labels by now. Maybe I will get around looking at the package over the weekend.

                jdaviescoatesJ Offline
                jdaviescoatesJ Offline
                jdaviescoates
                wrote last edited by
                #34

                @nebulon said in Docs - Alternative to Notion / Outline with OIDC, GDPR compliant, PDF Export (with template) etc...:

                Indeed looks like they removed all the beta labels by now. Maybe I will get around looking at the package over the weekend.

                Just wondering... did you manage to have a look and make some progress? 🙂 🙏 🤞

                I use Cloudron with Gandi & Hetzner

                1 Reply Last reply
                3
                • nebulonN Offline
                  nebulonN Offline
                  nebulon
                  Staff
                  wrote last edited by
                  #35

                  Took me a bit but I tried this today morning. The backend aspect is django and quite doable. Frontend unfortunately nextjs which usually blows up the resulting image by GBs, but that is also doable.

                  Unfortunately it does require a S3 host for media as well as keycloak for its user backend. The latter may work with our OpenID provider, however S3 is a bit of a blocker, unless we package some S3 server within the app 😕

                  Will see how far we can get here over time.

                  N 1 Reply Last reply
                  3
                  • nebulonN nebulon

                    Took me a bit but I tried this today morning. The backend aspect is django and quite doable. Frontend unfortunately nextjs which usually blows up the resulting image by GBs, but that is also doable.

                    Unfortunately it does require a S3 host for media as well as keycloak for its user backend. The latter may work with our OpenID provider, however S3 is a bit of a blocker, unless we package some S3 server within the app 😕

                    Will see how far we can get here over time.

                    N Offline
                    N Offline
                    Neiluj
                    wrote last edited by
                    #36

                    @nebulon Thanks for looking into this @nebulon . Much appreciated.

                    1 Reply Last reply
                    1
                    • nebulonN Offline
                      nebulonN Offline
                      nebulon
                      Staff
                      wrote last edited by
                      #37

                      So I got it to the point now where oidc login works through Cloudron. If anyone is curious and maybe wants to figure out a way how to get around the S3 requirement to create any document in the first place, I pushed all package code to https://git.cloudron.io/playground/docs-app for the moment.

                      andreasduerenA 1 Reply Last reply
                      2
                      • nebulonN nebulon

                        So I got it to the point now where oidc login works through Cloudron. If anyone is curious and maybe wants to figure out a way how to get around the S3 requirement to create any document in the first place, I pushed all package code to https://git.cloudron.io/playground/docs-app for the moment.

                        andreasduerenA Offline
                        andreasduerenA Offline
                        andreasdueren
                        wrote last edited by
                        #38

                        @nebulon Trying to read up a bit on it. In the docs it says s3 for production is optional: "Object Storage (optional)".

                        Does this mean it's functional without file upload without it?

                        1 Reply Last reply
                        1
                        • nebulonN Offline
                          nebulonN Offline
                          nebulon
                          Staff
                          wrote last edited by
                          #39

                          Yes, however so far I couldn't figure a configuration which does not try to use S3. I did ask in the matrix channel, but so far no answer to that. Lets see...

                          robiR 1 Reply Last reply
                          3
                          • nebulonN nebulon

                            Yes, however so far I couldn't figure a configuration which does not try to use S3. I did ask in the matrix channel, but so far no answer to that. Lets see...

                            robiR Offline
                            robiR Offline
                            robi
                            wrote last edited by
                            #40

                            @nebulon why not add S3 as a default "DB" and storage layer in Cloudron?

                            Conscious tech

                            1 Reply Last reply
                            2
                            • nebulonN Offline
                              nebulonN Offline
                              nebulon
                              Staff
                              wrote last edited by
                              #41

                              Yes, this may be worth considering, but will certainly delay getting this package out for the moment 😕

                              1 Reply Last reply
                              3
                              • nebulonN Offline
                                nebulonN Offline
                                nebulon
                                Staff
                                wrote last edited by
                                #42

                                I got a response from the upstream team and indeed S3 is not optional but mandatory, the optional is for the original S3 or optionally something like minio.

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