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 App Wishlist
16 Posts 5 Posters 711 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.
  • imc67I Online
    imc67I Online
    imc67
    translator
    wrote last edited by
    #6

    O! this sounds really good! I was searching the docs how to install this app form the URL but can't find it, any hints how to install this?

    scookeS 1 Reply Last reply
    0
    • imc67I Online
      imc67I Online
      imc67
      translator
      wrote last edited by
      #7

      BTW there are more apps to push location data: https://dawarich.app/docs/tutorials/track-your-location

      1 Reply Last reply
      1
      • imc67I imc67

        O! this sounds really good! I was searching the docs how to install this app form the URL but can't find it, any hints how to install this?

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

        @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}
        

        A life lived in fear is a life half-lived

        timconsidineT 1 Reply Last reply
        0
        • 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 Online
          timconsidineT Online
          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 Online
              timconsidineT Online
              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 Online
                timconsidineT Online
                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 Online
                  timconsidineT Online
                  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 ๐Ÿคฃ?

                        1 Reply 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