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. Regular App Packaging Event

Regular App Packaging Event

Scheduled Pinned Locked Moved App Packaging & Development
89 Posts 21 Posters 33.1k Views 23 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.
  • jdaviescoatesJ jdaviescoates

    @doodlemania2 @robi @murgero has packaged it and has it installed here:

    https://croodle.urgero.org/

    doodlemania2D Offline
    doodlemania2D Offline
    doodlemania2
    App Dev
    wrote on last edited by
    #44

    @jdaviescoates Can yall share? Would like to put it on my CR to play with prior to.

    jdaviescoatesJ 1 Reply Last reply
    1
    • doodlemania2D doodlemania2

      @jdaviescoates Can yall share? Would like to put it on my CR to play with prior to.

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

      @doodlemania2 given I shared @murgero's demo install in my previous post, I guess you mean share the repo?

      I just found this on git.cloudron.io:

      https://git.cloudron.io/murgero/croodle-app

      Hope that helps! 🙂

      I use Cloudron with Gandi & Hetzner

      doodlemania2D 1 Reply Last reply
      1
      • jdaviescoatesJ jdaviescoates

        @doodlemania2 given I shared @murgero's demo install in my previous post, I guess you mean share the repo?

        I just found this on git.cloudron.io:

        https://git.cloudron.io/murgero/croodle-app

        Hope that helps! 🙂

        doodlemania2D Offline
        doodlemania2D Offline
        doodlemania2
        App Dev
        wrote on last edited by
        #46

        @jdaviescoates oh yes, that's perfect - another plug for the "even before unstable" version of the app store hehe

        doodlemania2D 1 Reply Last reply
        1
        • doodlemania2D doodlemania2

          @jdaviescoates oh yes, that's perfect - another plug for the "even before unstable" version of the app store hehe

          doodlemania2D Offline
          doodlemania2D Offline
          doodlemania2
          App Dev
          wrote on last edited by
          #47

          @doodlemania2 tried to cloudron build it:

          100 13.0M 100 13.0M 0 0 4132k 0 0:00:03 0:00:03 --:--:-- 4132k
          Removing intermediate container 6684e9348f66
          ---> 23d4aadc0809
          Step 20/41 : ADD supervisor/ /etc/supervisor/conf.d/
          ---> 8328f9ec7f6b
          Step 21/41 : RUN sed -e 's,^logfile=.*$,logfile=/run/supervisord.log,' -i /etc/supervisor/supervisord.conf
          ---> Running in 48ee763eaf86
          Removing intermediate container 48ee763eaf86
          ---> d5bddbe7e79c
          Step 22/41 : COPY start.sh config.php crontab.template credentials.template /app/code/
          COPY failed: stat /var/snap/docker/common/var-lib-docker/tmp/docker-builder262714778/config.php: no such file or directory
          child_process.js:669
          throw err;
          ^

          Error: Command failed: docker build -t doodlemania/croodle:20210112-194232-3228285bb -f Dockerfile /home/derek/croodle-app
          at checkExecSyncError (child_process.js:629:11)
          at execSync (child_process.js:666:13)
          at buildLocal (/usr/local/lib/node_modules/cloudron/src/build-actions.js:180:5)
          at Command.build (/usr/local/lib/node_modules/cloudron/src/build-actions.js:327:9)
          at Command.listener [as _actionHandler] (/usr/local/lib/node_modules/cloudron/node_modules/commander/index.js:426:31)
          at Command._parseCommand (/usr/local/lib/node_modules/cloudron/node_modules/commander/index.js:1002:14)
          at Command._dispatchSubcommand (/usr/local/lib/node_modules/cloudron/node_modules/commander/index.js:953:18)
          at Command._parseCommand (/usr/local/lib/node_modules/cloudron/node_modules/commander/index.js:970:12)
          at Command.parse (/usr/local/lib/node_modules/cloudron/node_modules/commander/index.js:801:10)
          at Object.<anonymous> (/usr/local/lib/node_modules/cloudron/bin/cloudron:256:9)

          girishG 1 Reply Last reply
          0
          • doodlemania2D doodlemania2

            @doodlemania2 tried to cloudron build it:

            100 13.0M 100 13.0M 0 0 4132k 0 0:00:03 0:00:03 --:--:-- 4132k
            Removing intermediate container 6684e9348f66
            ---> 23d4aadc0809
            Step 20/41 : ADD supervisor/ /etc/supervisor/conf.d/
            ---> 8328f9ec7f6b
            Step 21/41 : RUN sed -e 's,^logfile=.*$,logfile=/run/supervisord.log,' -i /etc/supervisor/supervisord.conf
            ---> Running in 48ee763eaf86
            Removing intermediate container 48ee763eaf86
            ---> d5bddbe7e79c
            Step 22/41 : COPY start.sh config.php crontab.template credentials.template /app/code/
            COPY failed: stat /var/snap/docker/common/var-lib-docker/tmp/docker-builder262714778/config.php: no such file or directory
            child_process.js:669
            throw err;
            ^

            Error: Command failed: docker build -t doodlemania/croodle:20210112-194232-3228285bb -f Dockerfile /home/derek/croodle-app
            at checkExecSyncError (child_process.js:629:11)
            at execSync (child_process.js:666:13)
            at buildLocal (/usr/local/lib/node_modules/cloudron/src/build-actions.js:180:5)
            at Command.build (/usr/local/lib/node_modules/cloudron/src/build-actions.js:327:9)
            at Command.listener [as _actionHandler] (/usr/local/lib/node_modules/cloudron/node_modules/commander/index.js:426:31)
            at Command._parseCommand (/usr/local/lib/node_modules/cloudron/node_modules/commander/index.js:1002:14)
            at Command._dispatchSubcommand (/usr/local/lib/node_modules/cloudron/node_modules/commander/index.js:953:18)
            at Command._parseCommand (/usr/local/lib/node_modules/cloudron/node_modules/commander/index.js:970:12)
            at Command.parse (/usr/local/lib/node_modules/cloudron/node_modules/commander/index.js:801:10)
            at Object.<anonymous> (/usr/local/lib/node_modules/cloudron/bin/cloudron:256:9)

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

            @doodlemania2 That can sometimes happen if server ran out of disk space.

            doodlemania2D 1 Reply Last reply
            0
            • girishG girish

              @doodlemania2 That can sometimes happen if server ran out of disk space.

              doodlemania2D Offline
              doodlemania2D Offline
              doodlemania2
              App Dev
              wrote on last edited by
              #49

              @girish only at 24% used space... still looking - wondering if I'm on a different Ubuntu box version if that matters or something.

              doodlemania2D 1 Reply Last reply
              0
              • doodlemania2D doodlemania2

                @girish only at 24% used space... still looking - wondering if I'm on a different Ubuntu box version if that matters or something.

                doodlemania2D Offline
                doodlemania2D Offline
                doodlemania2
                App Dev
                wrote on last edited by
                #50

                doink - config.php isn't in the repo and it is wanting one - will try to drum one up

                doodlemania2D 1 Reply Last reply
                1
                • doodlemania2D doodlemania2

                  doink - config.php isn't in the repo and it is wanting one - will try to drum one up

                  doodlemania2D Offline
                  doodlemania2D Offline
                  doodlemania2
                  App Dev
                  wrote on last edited by
                  #51

                  @doodlemania2 Everyone okay with Jitsee Meet for this? I can use mine or we can use @girish 's on the main CR if that'd be more appropriate. Not sure if it supports recording though...
                  hmmm - maybe I should use PeerTube's new live streaming...

                  doodlemania2D 1 Reply Last reply
                  2
                  • doodlemania2D doodlemania2

                    @doodlemania2 Everyone okay with Jitsee Meet for this? I can use mine or we can use @girish 's on the main CR if that'd be more appropriate. Not sure if it supports recording though...
                    hmmm - maybe I should use PeerTube's new live streaming...

                    doodlemania2D Offline
                    doodlemania2D Offline
                    doodlemania2
                    App Dev
                    wrote on last edited by
                    #52

                    @doodlemania2 If anyone is still interested, I'm game to doing another event. Maybe only loosely related to app packaging, maybe we do an educational series or something about how to use the CR.

                    As an aside, you are all now welcome to use my BBB/Greenlight I have up and running!

                    1 Reply Last reply
                    7
                    • robiR Offline
                      robiR Offline
                      robi
                      wrote on last edited by
                      #53

                      Shall we continue with these?

                      The more we do, the more progress we'll make on our fav App Wishlist and getting them to a stable state.

                      Doing these in multiple regions also multiplies our progress.

                      Conscious tech

                      ? 1 Reply Last reply
                      1
                      • robiR robi

                        Shall we continue with these?

                        The more we do, the more progress we'll make on our fav App Wishlist and getting them to a stable state.

                        Doing these in multiple regions also multiplies our progress.

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

                        @robi I don't think I have the time or energy to plan or organize one but I will gladly join. Its just been a rough year...

                        1 Reply Last reply
                        3
                        • scookeS Offline
                          scookeS Offline
                          scooke
                          wrote on last edited by
                          #55

                          I can't believe I missed this thread originally. I'm up for participating somehow.

                          I couldn't make out how the last one was actually hosted and recorded (the one by @doodlemania2 ) - did he use his, or someone else's BBB? Croodle? And where is the finished movie of the packaging, for reference?

                          A life lived in fear is a life half-lived

                          doodlemania2D 1 Reply Last reply
                          2
                          • scookeS scooke

                            I can't believe I missed this thread originally. I'm up for participating somehow.

                            I couldn't make out how the last one was actually hosted and recorded (the one by @doodlemania2 ) - did he use his, or someone else's BBB? Croodle? And where is the finished movie of the packaging, for reference?

                            doodlemania2D Offline
                            doodlemania2D Offline
                            doodlemania2
                            App Dev
                            wrote on last edited by
                            #56

                            @scooke The first one we did on Peertube and I uploaded it to Cloudron's Peertube instance. Interactivity was via Matrix. The second one we did was done on BBB (someone loaned us a code). Now that I have a BBB for anyone to use, welcome to host you all any time. You can also use my BBB for your Greenlight app (as long as you don't crater it)

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

                              Shall we circle back to this and do more?

                              Conscious tech

                              timconsidineT 1 Reply Last reply
                              1
                              • robiR robi

                                Shall we circle back to this and do more?

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

                                @robi Missed the original discussions, but great idea and would like to watch, in order to learn. Look forward to a next date.

                                1 Reply Last reply
                                1
                                • luckowL Offline
                                  luckowL Offline
                                  luckow
                                  translator
                                  wrote on last edited by
                                  #59

                                  yes please. and we should bring @jsuto into the loop to have #piler in the app store 🙂

                                  Pronouns: he/him | Primary language: German

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

                                    Shall we resume these events?

                                    Conscious tech

                                    1 Reply Last reply
                                    5
                                    • robiR Offline
                                      robiR Offline
                                      robi
                                      wrote on last edited by
                                      #61

                                      Feels like it's time for more of these events!

                                      Who's in?

                                      Conscious tech

                                      timconsidineT scookeS 2 Replies Last reply
                                      1
                                      • robiR robi

                                        Feels like it's time for more of these events!

                                        Who's in?

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

                                        @robi said in Regular App Packaging Event:

                                        Who's in?

                                        🖐 me

                                        1 Reply Last reply
                                        1
                                        • robiR robi

                                          Feels like it's time for more of these events!

                                          Who's in?

                                          scookeS Offline
                                          scookeS Offline
                                          scooke
                                          wrote on last edited by
                                          #63

                                          @robi How do we choose an app?

                                          A life lived in fear is a life half-lived

                                          robiR BrutalBirdieB 2 Replies 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