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 Packaging & Development
  3. 'Shell' App for Jamstack Apps

'Shell' App for Jamstack Apps

Scheduled Pinned Locked Moved App Packaging & Development
26 Posts 8 Posters 4.6k Views 8 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.
  • girishG girish

    @thetomester13 said in 'Shell' App for Jamstack Apps:

    with additional benefits such as automatically building the project from source/Github and serving it up

    If you are looking for some inspiration, docs.cloudron.io is just a surfer app. We simply push to the git repo on gitlab and it will automatically deploy with GitLab's CI feature. We use this ci yml.

    T Offline
    T Offline
    thetomester13
    App Dev
    wrote on last edited by
    #5

    @girish Nifty!

    jdaviescoatesJ 1 Reply Last reply
    1
    • T thetomester13

      @girish Nifty!

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

      I'd really like to be able to do a gitbook style documentation site where users can click edit and then get taken to a git repository where they can edit the page and then submit a pull request.

      What's the best/ easiest way to achieve this on Cloudron? Is it possible? (I'm guessing/ hoping yes).

      I use Cloudron with Gandi & Hetzner

      marcusquinnM girishG 2 Replies Last reply
      0
      • jdaviescoatesJ jdaviescoates

        I'd really like to be able to do a gitbook style documentation site where users can click edit and then get taken to a git repository where they can edit the page and then submit a pull request.

        What's the best/ easiest way to achieve this on Cloudron? Is it possible? (I'm guessing/ hoping yes).

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

        @jdaviescoates Maybe MkDocs?

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

        jdaviescoatesJ 1 Reply Last reply
        0
        • marcusquinnM marcusquinn

          @jdaviescoates Maybe MkDocs?

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

          @marcusquinn yeah, I actually started playing with that locally a while ago but then didn't carry on...

          It would certainly work for nicely displayed documentation using markdown, but I'm not sure I've seen an instance where I can click edit and suggest changes via a PR - have you?

          I use Cloudron with Gandi & Hetzner

          marcusquinnM 1 Reply Last reply
          0
          • jdaviescoatesJ jdaviescoates

            @marcusquinn yeah, I actually started playing with that locally a while ago but then didn't carry on...

            It would certainly work for nicely displayed documentation using markdown, but I'm not sure I've seen an instance where I can click edit and suggest changes via a PR - have you?

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

            @jdaviescoates Nope, but I guess you could put the link to the source in the articles. I know what you mean though.

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

            jdaviescoatesJ 1 Reply Last reply
            0
            • marcusquinnM marcusquinn

              @jdaviescoates Nope, but I guess you could put the link to the source in the articles. I know what you mean though.

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

              @marcusquinn just found this https://docs.v1engineering.com/mkdocs_info/ which looks like an example of what I'm looking for, so must be doable.

              The question now is could I use some nice a lightweight like Gitea instead of Github or Gitlab...

              I use Cloudron with Gandi & Hetzner

              marcusquinnM 1 Reply Last reply
              1
              • jdaviescoatesJ jdaviescoates

                @marcusquinn just found this https://docs.v1engineering.com/mkdocs_info/ which looks like an example of what I'm looking for, so must be doable.

                The question now is could I use some nice a lightweight like Gitea instead of Github or Gitlab...

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

                @jdaviescoates I like GitLab a lot but we use for the full CI/CD stuff. I'm keen to try Gitea & Drone at some point though.

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

                jdaviescoatesJ ? 2 Replies Last reply
                0
                • marcusquinnM marcusquinn

                  @jdaviescoates I like GitLab a lot but we use for the full CI/CD stuff. I'm keen to try Gitea & Drone at some point though.

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

                  @marcusquinn yeah GitLab is great, I just don't actually need it yet and it's quite resource intensive - so would be a bit bonkers to install it just to serve static documentation files!

                  That example I found was using Material and it seems if using GitHub, GitLab or Bitbucket the edit button is automagic:

                  https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#edit-button

                  So I guess should be possible to use Gitea by editing the edit path setting..

                  I use Cloudron with Gandi & Hetzner

                  marcusquinnM 1 Reply Last reply
                  0
                  • jdaviescoatesJ jdaviescoates

                    @marcusquinn yeah GitLab is great, I just don't actually need it yet and it's quite resource intensive - so would be a bit bonkers to install it just to serve static documentation files!

                    That example I found was using Material and it seems if using GitHub, GitLab or Bitbucket the edit button is automagic:

                    https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#edit-button

                    So I guess should be possible to use Gitea by editing the edit path setting..

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

                    @jdaviescoates Yeah, honestly GitLab is a beast. I'd start with Gitea from what I can see, much lighter and I'm sure would do all you'd need. Easy enough to switch later but I just have so much in GitLab.com I never get round to much else.

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

                    1 Reply Last reply
                    1
                    • jdaviescoatesJ jdaviescoates

                      I'd really like to be able to do a gitbook style documentation site where users can click edit and then get taken to a git repository where they can edit the page and then submit a pull request.

                      What's the best/ easiest way to achieve this on Cloudron? Is it possible? (I'm guessing/ hoping yes).

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

                      @jdaviescoates said in 'Shell' App for Jamstack Apps:

                      What's the best/ easiest way to achieve this on Cloudron? Is it possible? (I'm guessing/ hoping yes).

                      I think bookstack and wikijs is the closest.

                      jdaviescoatesJ 1 Reply Last reply
                      0
                      • marcusquinnM marcusquinn

                        @jdaviescoates I like GitLab a lot but we use for the full CI/CD stuff. I'm keen to try Gitea & Drone at some point though.

                        ? Offline
                        ? Offline
                        A Former User
                        wrote on last edited by A Former User
                        #15

                        @marcusquinn The workflow for Gitea + Drone on cloudron is quite nice actually with felix's package. Personally I'm still for GitLab for its really good devops and project manaement features. And that it actually looks half decent when accessing it on mobile lol

                        If you guys want I can make a guide for Gridsome (or any other SSG platform) + Gitlab/Gitea + CI + Surfer. Its really quite simple once you get the hang of it.

                        robiR 1 Reply Last reply
                        4
                        • ? A Former User

                          @marcusquinn The workflow for Gitea + Drone on cloudron is quite nice actually with felix's package. Personally I'm still for GitLab for its really good devops and project manaement features. And that it actually looks half decent when accessing it on mobile lol

                          If you guys want I can make a guide for Gridsome (or any other SSG platform) + Gitlab/Gitea + CI + Surfer. Its really quite simple once you get the hang of it.

                          robiR Offline
                          robiR Offline
                          robi
                          wrote on last edited by
                          #16

                          @atrilahiji please do

                          Conscious tech

                          1 Reply Last reply
                          1
                          • girishG girish

                            @jdaviescoates said in 'Shell' App for Jamstack Apps:

                            What's the best/ easiest way to achieve this on Cloudron? Is it possible? (I'm guessing/ hoping yes).

                            I think bookstack and wikijs is the closest.

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

                            @girish said in 'Shell' App for Jamstack Apps:

                            I think bookstack and wikijs is the closest.

                            Thanks, I've played with both of those and didn't like either of them.

                            mkdocs seems to be the way forward...

                            I use Cloudron with Gandi & Hetzner

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

                              I put together a rather rough/rambly video about JAMstack on cloudron using Gridsome + GitLab CI + Surfer: https://video.lahijiapps.dev/videos/watch/3540b0bb-553f-43bb-8087-fa8e26fd0d46

                              Let me know if there are questions. Yes I know I look around a lot when I'm nervous and I ramble 😄

                              nebulonN marcusquinnM T 3 Replies Last reply
                              3
                              • ? A Former User

                                I put together a rather rough/rambly video about JAMstack on cloudron using Gridsome + GitLab CI + Surfer: https://video.lahijiapps.dev/videos/watch/3540b0bb-553f-43bb-8087-fa8e26fd0d46

                                Let me know if there are questions. Yes I know I look around a lot when I'm nervous and I ramble 😄

                                nebulonN Offline
                                nebulonN Offline
                                nebulon
                                Staff
                                wrote on last edited by
                                #19

                                @atrilahiji This is great, can we maybe add this to our peertube instance somehow as well? Not actually sure how we can "link" this, but would be nice if it can also be discovered through our instance

                                ? 1 Reply Last reply
                                1
                                • nebulonN nebulon

                                  @atrilahiji This is great, can we maybe add this to our peertube instance somehow as well? Not actually sure how we can "link" this, but would be nice if it can also be discovered through our instance

                                  ? Offline
                                  ? Offline
                                  A Former User
                                  wrote on last edited by A Former User
                                  #20

                                  @nebulon For sure! I can send DM you with a link to download it. Gotta throw the video up on my nextcloud first. If theres a way to do this via federated access we can try that but I haven't dabbled with that in Peertube yet.

                                  nebulonN 1 Reply Last reply
                                  2
                                  • ? A Former User

                                    @nebulon For sure! I can send DM you with a link to download it. Gotta throw the video up on my nextcloud first. If theres a way to do this via federated access we can try that but I haven't dabbled with that in Peertube yet.

                                    nebulonN Offline
                                    nebulonN Offline
                                    nebulon
                                    Staff
                                    wrote on last edited by
                                    #21

                                    @atrilahiji actually I made our instance follow yours and you either manually or automatically approved that already, now your video is also listed at https://videos.cloudron.io/videos/trending 😉

                                    I also enabled redundancy between your instance and ours, no clue what that means yet, but sounds great!

                                    ? 1 Reply Last reply
                                    5
                                    • nebulonN nebulon

                                      @atrilahiji actually I made our instance follow yours and you either manually or automatically approved that already, now your video is also listed at https://videos.cloudron.io/videos/trending 😉

                                      I also enabled redundancy between your instance and ours, no clue what that means yet, but sounds great!

                                      ? Offline
                                      ? Offline
                                      A Former User
                                      wrote on last edited by
                                      #22

                                      @nebulon Oh cool, thanks! I am definitely open to making more guide for things if needed. I definitely need to be more concise though.

                                      1 Reply Last reply
                                      1
                                      • ? A Former User

                                        I put together a rather rough/rambly video about JAMstack on cloudron using Gridsome + GitLab CI + Surfer: https://video.lahijiapps.dev/videos/watch/3540b0bb-553f-43bb-8087-fa8e26fd0d46

                                        Let me know if there are questions. Yes I know I look around a lot when I'm nervous and I ramble 😄

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

                                        @atrilahiji Just watched - very cool!

                                        Does peertube allow for making "friends" from one instance to another?

                                        I have mine setup at https://peertube.marcusquinn.com (although only private videos for friends & family at the mo)

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

                                        ? 1 Reply Last reply
                                        1
                                        • marcusquinnM marcusquinn

                                          @atrilahiji Just watched - very cool!

                                          Does peertube allow for making "friends" from one instance to another?

                                          I have mine setup at https://peertube.marcusquinn.com (although only private videos for friends & family at the mo)

                                          ? Offline
                                          ? Offline
                                          A Former User
                                          wrote on last edited by
                                          #24

                                          @marcusquinn unsure. I know you can sub? But not sure about a friends system.

                                          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