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
  • Brite
  • 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. πŸ“Dawarich: Your Journey, Your Control πŸ›„

πŸ“Dawarich: Your Journey, Your Control πŸ›„

Scheduled Pinned Locked Moved Solved App Wishlist
19 Posts 5 Posters 1.4k Views 10 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.
  • scookeS scooke

    @imc67 I've been trying to follow examples and such from
    https://docs.cloudron.io/packaging/tutorial/
    https://docs.cloudron.io/settings/#private-docker-registry

    I thought we had to build an image. But nothing is working after I git pulled it. Do we simply install? But that presumes an image... which hasn't been build... right, by just pulling?
    I'm more lost than I thought I'd be, especially since I just recently installed the Blossom Nostr app with no issues.

    EDIT: I looked at the steps I used to install Blossom, and then replace the git bits with the git bits of this app, but it failed because the build failed. Well, the build failed because there is no image on that git bit, and I didn't build it locally, nor then push it to my docker registry.

    cloudron install --image git.cloudron.io/playground/dawarich-app:latest -l map.domain.com         
    App is being installed.
    
     => Queued .
     => Deleting old containers 
     => Downloading image ................................
    
    App installation error: Installation failed: Unable to pull image git.cloudron.io/playground/dawarich-app:latest. registry error: {"reason":"server error","statusCode":500,"json":null}
    
    timconsidineT Offline
    timconsidineT Offline
    timconsidine
    App Dev
    wrote last edited by
    #9

    @scooke I cloned the repo, built it and used cloudron CLI to install it.
    It works πŸ‘

    Just adding it to my custom app installer to ease the pain

    scookeS 1 Reply Last reply
    0
    • timconsidineT timconsidine

      @scooke I cloned the repo, built it and used cloudron CLI to install it.
      It works πŸ‘

      Just adding it to my custom app installer to ease the pain

      scookeS Offline
      scookeS Offline
      scooke
      wrote last edited by scooke
      #10

      @timconsidine said in πŸ“Dawarich: Your Journey, Your Control πŸ›„:

      built it

      What command did you use to build it? I tried the following:

      docker buildx build scooke/dawarich-app:1.0.0  
      [+] Building 0.0s (0/0)                                                                                                                                                                                                              docker:desktop-linux
      ERROR: failed to build: unable to prepare context: path "scooke/dawarich-app:1.0.0" not found
      ulken@ulken dawarich-app % docker buildx build                           
      ERROR: docker: 'docker buildx build' requires 1 argument
      
      Usage:  docker buildx build [OPTIONS] PATH | URL | -
      
      Run 'docker buildx build --help' for more information
      

      Do I need to make this directory in the Docker registry "scooke/dawarich-app:1.0.0"??

      A life lived in fear is a life half-lived

      timconsidineT 1 Reply Last reply
      0
      • timconsidineT Offline
        timconsidineT Offline
        timconsidine
        App Dev
        wrote last edited by
        #11

        Dawarich package now available at https://ccai.uk for easy installation

        Note PostInstall :
        Username: demo@dawarich.app
        Password: password

        1 Reply Last reply
        0
        • scookeS scooke

          @timconsidine said in πŸ“Dawarich: Your Journey, Your Control πŸ›„:

          built it

          What command did you use to build it? I tried the following:

          docker buildx build scooke/dawarich-app:1.0.0  
          [+] Building 0.0s (0/0)                                                                                                                                                                                                              docker:desktop-linux
          ERROR: failed to build: unable to prepare context: path "scooke/dawarich-app:1.0.0" not found
          ulken@ulken dawarich-app % docker buildx build                           
          ERROR: docker: 'docker buildx build' requires 1 argument
          
          Usage:  docker buildx build [OPTIONS] PATH | URL | -
          
          Run 'docker buildx build --help' for more information
          

          Do I need to make this directory in the Docker registry "scooke/dawarich-app:1.0.0"??

          timconsidineT Offline
          timconsidineT Offline
          timconsidine
          App Dev
          wrote last edited by timconsidine
          #12

          @scooke
          docker build --platform linux/amd64 -t your docker.tld/cloudron-dawarich:v1 .

          Or, you can install from my image :
          cloudron install --image tcmbp132021/cloudron-dawarich:v1 --location dawarich.yourdomain.tld

          1 Reply Last reply
          1
          • nebulonN nebulon

            There is now a playground package repo at https://git.cloudron.io/playground/dawarich-app for curious people to test. Wanted to see how good the app is, only to find out it only has an iOS app to push data in and I don't have any apple devices....

            timconsidineT Offline
            timconsidineT Offline
            timconsidine
            App Dev
            wrote last edited by timconsidine
            #13

            @nebulon thanks for packaging this πŸ™

            One more app I can remove from my non-cloudron VPS 🍾

            Installed fine, logged in and changed user and password, connected to my iOS app.
            All appears working - will try to test more.

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

              oh wow didn't expect anything much to come from that! Thanks @timconsidine to pick that up into your catalogue that fast. That is great to gather some initial feedback fast. We have an internal task to write the basic integration and update tests so we can hopefully get this out soonish.

              imc67I 1 Reply Last reply
              4
              • humptydumptyH Offline
                humptydumptyH Offline
                humptydumpty
                wrote last edited by
                #15

                Looking forward to using the live tracking in this app. Thanks for all the hard work everyone!

                1 Reply Last reply
                2
                • nebulonN nebulon

                  oh wow didn't expect anything much to come from that! Thanks @timconsidine to pick that up into your catalogue that fast. That is great to gather some initial feedback fast. We have an internal task to write the basic integration and update tests so we can hopefully get this out soonish.

                  imc67I Online
                  imc67I Online
                  imc67
                  translator
                  wrote last edited by
                  #16

                  @nebulon said in πŸ“Dawarich: Your Journey, Your Control πŸ›„:

                  soonish.

                  When will that be 🀣?

                  imc67I 1 Reply Last reply
                  0
                  • imc67I imc67

                    @nebulon said in πŸ“Dawarich: Your Journey, Your Control πŸ›„:

                    soonish.

                    When will that be 🀣?

                    imc67I Online
                    imc67I Online
                    imc67
                    translator
                    wrote last edited by
                    #17

                    said in πŸ“Dawarich: Your Journey, Your Control πŸ›„:

                    @nebulon said in πŸ“Dawarich: Your Journey, Your Control πŸ›„:

                    soonish.

                    When will that be 🀣?

                    23 days later: Any update on this @nebulon ?πŸ˜ƒ

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

                      thanks for the reminder. We will prioritize adding tests to get the initial package out.

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

                        The initial app package is released as unstable now. So this thread gets locked in favor of the new category https://forum.cloudron.io/category/213/dawarich

                        1 Reply Last reply
                        2
                        • nebulonN nebulon marked this topic as a question
                        • nebulonN nebulon has marked this topic as solved
                        • nebulonN nebulon locked this topic
                        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