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. Docusaurus - Documentation/Simple Websites

Docusaurus - Documentation/Simple Websites

Scheduled Pinned Locked Moved App Wishlist
23 Posts 11 Posters 3.8k Views 11 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.
  • E echokos

    https://v2.docusaurus.io/
    https://github.com/facebook/docusaurus

    murgeroM Offline
    murgeroM Offline
    murgero
    App Dev
    wrote on last edited by
    #6

    @echokos Docusaurus is a static site generator (like hugo for example) and cannot be "hosted" like other apps. You can however generate your docusaurus site and then publish it with Sufer, LAMP, or Github Pages.

    --
    https://urgero.org
    ~ Professional Nerd. Freelance Programmer. ~

    1 Reply Last reply
    3
    • girishG girish

      @pani-avula You can already use mkdocs with the surfer app. We use mkdocs for https://docs.cloudron.io (https://git.cloudron.io/cloudron/docs)

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

      @girish How exactly do you serve this via surfer? I can only see the pip installation method.

      jdaviescoatesJ murgeroM 2 Replies Last reply
      1
      • andreasduerenA andreasdueren

        @girish How exactly do you serve this via surfer? I can only see the pip installation method.

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

        @andreasdueren said in Docusaurus - Documentation/Simple Websites:

        I can only see the pip install

        I don't really know because I haven't tried it, but presumably you do that on your local machine, then use it to generate some static files, then upload those static files to Surfer.

        I use Cloudron with Gandi & Hetzner

        1 Reply Last reply
        0
        • andreasduerenA andreasdueren

          @girish How exactly do you serve this via surfer? I can only see the pip installation method.

          murgeroM Offline
          murgeroM Offline
          murgero
          App Dev
          wrote on last edited by murgero
          #9

          @andreasdueren You install docusaurus locally on your computer, then generate the site (specific instructions are in their repo I believe). The site generates into static html pages into a project folder (given a name via the config you make while setting up the docusaurus website) and you can take that and push it to surfer (which can host static html files.)

          RE: https://docusaurus.io/docs/deployment#configuration

          --
          https://urgero.org
          ~ Professional Nerd. Freelance Programmer. ~

          andreasduerenA 1 Reply Last reply
          2
          • murgeroM murgero

            @andreasdueren You install docusaurus locally on your computer, then generate the site (specific instructions are in their repo I believe). The site generates into static html pages into a project folder (given a name via the config you make while setting up the docusaurus website) and you can take that and push it to surfer (which can host static html files.)

            RE: https://docusaurus.io/docs/deployment#configuration

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

            @murgero Sorry I meant mkdocs

            girishG 1 Reply Last reply
            0
            • andreasduerenA andreasdueren

              @murgero Sorry I meant mkdocs

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

              @andreasdueren Not sure if this is what you are asking but our docs are generated from mkdocs - https://git.cloudron.io/cloudron/docs . We have a CI file which builds and uploads to a surfer - https://git.cloudron.io/cloudron/docs/-/blob/master/.gitlab-ci.yml

              andreasduerenA 1 Reply Last reply
              2
              • girishG girish

                @andreasdueren Not sure if this is what you are asking but our docs are generated from mkdocs - https://git.cloudron.io/cloudron/docs . We have a CI file which builds and uploads to a surfer - https://git.cloudron.io/cloudron/docs/-/blob/master/.gitlab-ci.yml

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

                @girish Ah I see, I was hoping there was a simple way to just build it as a static website without docker.

                jdaviescoatesJ 1 Reply Last reply
                0
                • andreasduerenA andreasdueren

                  @girish Ah I see, I was hoping there was a simple way to just build it as a static website without docker.

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

                  @andreasdueren said in Docusaurus - Documentation/Simple Websites:

                  @girish Ah I see, I was hoping there was a simple way to just build it as a static website without docker.

                  I'm pretty sure there is.

                  I suggest just having a read of the docs, perhaps starting with Getting Started

                  https://www.mkdocs.org/getting-started/

                  (these posts about mkdocs don't really belong in this thread though)

                  I use Cloudron with Gandi & Hetzner

                  1 Reply Last reply
                  1
                  • L Offline
                    L Offline
                    LoudLemur
                    wrote on last edited by
                    #14

                    Substack is becoming popular as a platform for writing, but it is centralized. Docusaurus might work well as a decentralized way of publishing blogs. I hope we can support deployment on Cloudron.

                    jdaviescoatesJ 1 Reply Last reply
                    0
                    • L LoudLemur

                      Substack is becoming popular as a platform for writing, but it is centralized. Docusaurus might work well as a decentralized way of publishing blogs. I hope we can support deployment on Cloudron.

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

                      @LoudLemur said in Docusaurus - Documentation/Simple Websites:

                      Substack is becoming popular as a platform for writing, but it is centralized. Docusaurus might work well as a decentralized way of publishing blogs. I hope we can support deployment on Cloudron.

                      The more apps the bettter, but we've already got Ghost which imho is the closest thing to an open source substack

                      I use Cloudron with Gandi & Hetzner

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

                        I'm also super interested into this 🙂 I browsed some websites using Docusaurus and I was immediately tempted to give it a try

                        1 Reply Last reply
                        1
                        • L Offline
                          L Offline
                          LoudLemur
                          wrote on last edited by
                          #17

                          Docusaurus 3.0 is now available: https://docusaurus.io/blog/releases/3.0

                          1 Reply Last reply
                          1
                          • L LoudLemur referenced this topic on
                          • L Offline
                            L Offline
                            LoudLemur
                            wrote on last edited by
                            #18

                            Docusaurus 3.4 is now available, with better support for tags, offline browsing and local storage:

                            https://docusaurus.io/blog/releases/3.4

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

                              Seeing Docusaurus used a lot with the new kids on the FOSS development block. Be great to have it on Cloudron!

                              Some nice examples:

                              • https://docs.simstudio.ai/introduction
                              • https://www.turbostarter.dev/docs/web

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

                              L murgeroM 2 Replies Last reply
                              3
                              • marcusquinnM marcusquinn

                                Seeing Docusaurus used a lot with the new kids on the FOSS development block. Be great to have it on Cloudron!

                                Some nice examples:

                                • https://docs.simstudio.ai/introduction
                                • https://www.turbostarter.dev/docs/web
                                L Offline
                                L Offline
                                LoudLemur
                                wrote on last edited by
                                #20

                                @marcusquinn Yes!

                                The latest release is now here:
                                https://docusaurus.io/blog/releases/3.7

                                1 Reply Last reply
                                3
                                • marcusquinnM marcusquinn

                                  Seeing Docusaurus used a lot with the new kids on the FOSS development block. Be great to have it on Cloudron!

                                  Some nice examples:

                                  • https://docs.simstudio.ai/introduction
                                  • https://www.turbostarter.dev/docs/web
                                  murgeroM Offline
                                  murgeroM Offline
                                  murgero
                                  App Dev
                                  wrote on last edited by
                                  #21

                                  @marcusquinn Docusaurus is a static site gen, you run it on your computer then it spits out HTML files for you. You can host in the LAMP app or the Surfer app 🙂 there is no server for it so it can't really be an app here unless someone makes a web-ui for it.

                                  --
                                  https://urgero.org
                                  ~ Professional Nerd. Freelance Programmer. ~

                                  1 Reply Last reply
                                  2
                                  • robiR Offline
                                    robiR Offline
                                    robi
                                    wrote on last edited by
                                    #22

                                    Combination with Strapi might work: https://github.com/arjun-vegeta/docusaurus-with-strapi-cms

                                    Conscious tech

                                    L 1 Reply Last reply
                                    1
                                    • robiR robi

                                      Combination with Strapi might work: https://github.com/arjun-vegeta/docusaurus-with-strapi-cms

                                      L Offline
                                      L Offline
                                      LoudLemur
                                      wrote on last edited by LoudLemur
                                      #23

                                      @robi https://forum.cloudron.io/topic/2759/strapi-open-source-node-js-headless-cms-to-easily-build-customisable-apis?_=1748686628709

                                      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