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 - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Galacteek on Cloudron

Galacteek on Cloudron

Scheduled Pinned Locked Moved App Wishlist
galacteekipfs
47 Posts 7 Posters 11.9k 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.
  • doodlemania2D doodlemania2

    @timconsidine can you share your packaging? happy to look at it as well

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

    @doodlemania2 : Sure.
    I got it as far as my competencies allowed before the Ukraine war started on 24th Feb
    Haven't touched it since then. In Warsaw for 2-3 weeks trying to get family out and get visas.
    I will try to find the code, but I am not sure I have access on this laptop. Will check.

    I'm still bit unsure whether it is a good fit for Cloudron, as per messages above. But maybe your better skills can make it so !

    Indie app dev, scratching my itches, lover of Cloudron PaaS

    1 Reply Last reply
    0
    • doodlemania2D doodlemania2

      @timconsidine can you share your packaging? happy to look at it as well

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

      @doodlemania2 I seem to have been a bit more efficient than I normally am.
      There is a repo here : https://git.cloudron.io/timconsidine/cloudron-galacteek
      2 issues :

      • it's not loading for me at the moment, but looks like there are some files there ! Maybe it will load for you.
      • I am not convinced it's the absolute latest version, but maybe that doesn't matter, and you can pick up from a not-quite-latest commit.

      I will try to get remote access to the computer in office to check if any o/s commits. But I ran out the door when leaving, so not sure what devices I left on/connected.

      Indie app dev, scratching my itches, lover of Cloudron PaaS

      doodlemania2D 1 Reply Last reply
      3
      • timconsidineT timconsidine

        @doodlemania2 I seem to have been a bit more efficient than I normally am.
        There is a repo here : https://git.cloudron.io/timconsidine/cloudron-galacteek
        2 issues :

        • it's not loading for me at the moment, but looks like there are some files there ! Maybe it will load for you.
        • I am not convinced it's the absolute latest version, but maybe that doesn't matter, and you can pick up from a not-quite-latest commit.

        I will try to get remote access to the computer in office to check if any o/s commits. But I ran out the door when leaving, so not sure what devices I left on/connected.

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

        @timconsidine Not a problem and please take good care of your family! Will look as soon as I can.

        1 Reply Last reply
        3
        • L LoudLemur

          @cipres I don't know if ipfs-lite might be usable and able to reduce the size:

          https://github.com/hsanjuan/ipfs-lite

          Also, there is an IPFS Docker registry
          https://github.com/ipdr/ipdr

          C Offline
          C Offline
          cipres
          wrote on last edited by
          #41

          @LoudLemur Sorry bit of a late reply .. No, go-ipfs really doesn't take much disk space that's not a problem. ipfs-lite only provides the strict minimum (great project), but galacteek needs and uses the whole ipfs stack, things like streams and pubsub.

          A flatpak repository is now available. I'll integrate tim's work in the main repo but i can't test it (don't have cloudron).

          @timconsidine hope you're ok, thanks again for the work you did on this

          timconsidineT 1 Reply Last reply
          2
          • C cipres

            @LoudLemur Sorry bit of a late reply .. No, go-ipfs really doesn't take much disk space that's not a problem. ipfs-lite only provides the strict minimum (great project), but galacteek needs and uses the whole ipfs stack, things like streams and pubsub.

            A flatpak repository is now available. I'll integrate tim's work in the main repo but i can't test it (don't have cloudron).

            @timconsidine hope you're ok, thanks again for the work you did on this

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

            @cipres thank you, bit of a tough time.
            If you need me to test something, happy to do so.

            Indie app dev, scratching my itches, lover of Cloudron PaaS

            C 2 Replies Last reply
            0
            • timconsidineT timconsidine

              @cipres thank you, bit of a tough time.
              If you need me to test something, happy to do so.

              C Offline
              C Offline
              cipres
              wrote on last edited by
              #43

              @timconsidine Built the docker image, all good. Only thing i've changed .. i'm using "python -m http.server 8000" instead of the server.js script to run the health check service. That got me wondering how the "node /app/code/server.js" command could work because nodejs isn't being installed anywhere ?

              One question: does the Dockerfile for cloudron need to be named "Dockerfile" ? Or is it allowed to have it named "Dockerfile.cloudron" for example. If not, that's fine i'll symlink it.

              1 Reply Last reply
              0
              • timconsidineT timconsidine

                @cipres thank you, bit of a tough time.
                If you need me to test something, happy to do so.

                C Offline
                C Offline
                cipres
                wrote on last edited by
                #44

                @timconsidine Just pushed the code in the pimp-my-dweb branch (see Dockerfile.cloudron). Tried the docker image, it works, and the healthcheck on port 8000 should work. Had to fix a few things, /app/code/bin wasn't in PATH, it couldn't find go-ipfs ..

                robiR 1 Reply Last reply
                0
                • C cipres

                  @timconsidine Just pushed the code in the pimp-my-dweb branch (see Dockerfile.cloudron). Tried the docker image, it works, and the healthcheck on port 8000 should work. Had to fix a few things, /app/code/bin wasn't in PATH, it couldn't find go-ipfs ..

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

                  @staff is there a way to use the demo cloudron for testing new apps?

                  Conscious tech

                  girishG 1 Reply Last reply
                  1
                  • robiR robi

                    @staff is there a way to use the demo cloudron for testing new apps?

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

                    @robi Yes, sure, install away. Are you asking for a way to make sure the app does not get uninstalled by someone else?

                    robiR 1 Reply Last reply
                    0
                    • girishG girish

                      @robi Yes, sure, install away. Are you asking for a way to make sure the app does not get uninstalled by someone else?

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

                      @girish wasn't sure about -cli auth and apps not in the app store or 3rd party docker repos.

                      Conscious tech

                      1 Reply Last reply
                      0

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      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