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. Discuss
  3. Cloudron on a Raspberry pi?

Cloudron on a Raspberry pi?

Scheduled Pinned Locked Moved Discuss
armraspberry-pi
133 Posts 17 Posters 52.8k Views 19 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.
    • M Offline
      M Offline
      malvim
      wrote on last edited by girish
      #1

      Hi, all.

      I remember reading somewhere that cloudron wouldn't run on a raspberry pi, bc it required x86. But that was sometime ago, and since then I've seen someone here on the forums claiming it would be possible.

      What's the current situation on this, is this possible? I'm currently paying for a server with a lot of storage, and tought maybe if I could run it from my home it could be cheaper. I understand I'd have issues with IP changing and all that, that's why I'm only thinking about it right now, but I'd like to know where we currently stand on that issue?

      1 Reply Last reply
      4
      • girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by
        #2

        @malvim Given that Cloudron is mostly nodejs, shell scripts, ubuntu and docker, it's very much possible to support ARM. I guess one big "task" to do this is to rebuild all the apps, addon containers to create ARM docker images. In theory, this is just a matter of switching the base container to be ARM ubuntu instead of x86 ubuntu and we are set.

        We haven't invested any time in this so far since because while there is much interest from enthusiasts, it's very hard for us to justify the time investment costs.

        1 Reply Last reply
        0
        • girishG Offline
          girishG Offline
          girish
          Staff
          wrote on last edited by
          #3

          Hmm, now that I think about it... Maybe it's not as simple as switching the base image to ARM ubuntu. Can one build docker ARM images on x86 or does one require a ARM server? Maybe someone who has experience in this can explain.

          rmdesR 1 Reply Last reply
          0
          • yusfY Offline
            yusfY Offline
            yusf
            wrote on last edited by yusf
            #4

            @girish said in Cloudron on a Raspberry pi?:

            Can one build docker ARM images on x86

            Sure seems like it.

            By the way, ubuntu image is already multi-arch. 🚀

            ARM support would be immensely useful in combination with the upcoming fleet-like multi-Cloudron dashboard feature.

            W 1 Reply Last reply
            0
            • M Offline
              M Offline
              malvim
              wrote on last edited by
              #5

              Thanks for the replies, guys. I'll take a stab at it, tomorrow or on Friday, and see what it looks like. I don't have a Raspberry Pi 4, but I'm willing to even "rent" one for a month to see where I can get to with this.

              Thanks a lot!

              mehdiM W 3 Replies Last reply
              0
              • M malvim

                Thanks for the replies, guys. I'll take a stab at it, tomorrow or on Friday, and see what it looks like. I don't have a Raspberry Pi 4, but I'm willing to even "rent" one for a month to see where I can get to with this.

                Thanks a lot!

                mehdiM Offline
                mehdiM Offline
                mehdi
                App Dev
                wrote on last edited by
                #6

                @malvim It would not work right now, as cloudron container images are not built as multi-arch, but everything else may just work out of the box

                1 Reply Last reply
                0
                • girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by
                  #7

                  Yeah, as @mehdi said, I suspect installation, setup and everything will work fine. Just you can install any apps. But I will be curious to know if those things work fine, if you get around to it. Maybe we should just setup the CI/CD system to build app images which we have been planning for a while.

                  M 1 Reply Last reply
                  1
                  • girishG girish

                    Hmm, now that I think about it... Maybe it's not as simple as switching the base image to ARM ubuntu. Can one build docker ARM images on x86 or does one require a ARM server? Maybe someone who has experience in this can explain.

                    rmdesR Offline
                    rmdesR Offline
                    rmdes
                    wrote on last edited by
                    #8
                    This post is deleted!
                    1 Reply Last reply
                    0
                    • iamthefijI Offline
                      iamthefijI Offline
                      iamthefij
                      App Dev
                      wrote on last edited by
                      #9

                      I've build and maintain a bunch of multi-arch images myself for some of my smaller projects.

                      You can definitely build on an x86 system by using emulation. I used to install qemu and then use build args to ensure that the right base image was being pulled (eg library/ubuntu for x86 vs armv7/ubuntu for armv7) because otherwise, by default, an x86 machine would pull the x86 image. After building and pushing I generate a manifest and push that so that each platform pulls the right image. This is probably the simplest example I have of that since it's a single Python file.

                      All that said... there is now an experimental feature of Docker available via the docker buildx command.

                      Here's a recent (April) blog post from Docker about the new method. It's far simpler, so if you can get that working, it'd be ideal. I haven't taken the time to switch over myself just yet.

                      1 Reply Last reply
                      1
                      • girishG girish

                        Yeah, as @mehdi said, I suspect installation, setup and everything will work fine. Just you can install any apps. But I will be curious to know if those things work fine, if you get around to it. Maybe we should just setup the CI/CD system to build app images which we have been planning for a while.

                        M Offline
                        M Offline
                        malvim
                        wrote on last edited by
                        #10

                        @girish I've already started and had some minor issues when using ubuntu 18.04, but running now on ubuntu 20.04 (step by step, following the install script so I can debug), and it seems to be going fine.

                        As for apps, I'll follow @yusf's link and @iamthefij's advice to package one of my own custom apps, which is VERY simple, and see how it goes!

                        1 Reply Last reply
                        2
                        • yusfY yusf

                          @girish said in Cloudron on a Raspberry pi?:

                          Can one build docker ARM images on x86

                          Sure seems like it.

                          By the way, ubuntu image is already multi-arch. 🚀

                          ARM support would be immensely useful in combination with the upcoming fleet-like multi-Cloudron dashboard feature.

                          W Offline
                          W Offline
                          will
                          wrote on last edited by
                          #11

                          @yusf THIS!

                          "Gathers fleet of Rpi's for cloudron to eat"

                          1 Reply Last reply
                          1
                          • M malvim

                            Thanks for the replies, guys. I'll take a stab at it, tomorrow or on Friday, and see what it looks like. I don't have a Raspberry Pi 4, but I'm willing to even "rent" one for a month to see where I can get to with this.

                            Thanks a lot!

                            W Offline
                            W Offline
                            will
                            wrote on last edited by
                            #12

                            @malvim How about I ship you mine?

                            M 1 Reply Last reply
                            0
                            • M Offline
                              M Offline
                              malvim
                              wrote on last edited by
                              #13

                              Yeah, it seems mysql-server-5.7 is not available (though there's a later version that is), and I wasn't able to get past installing linux-generic as well, since it seems kernel patching is not exactly the same under arm...

                              Also, I saw the script downloads a specific version of nginx, which is amd64 as well. I'll keep trying, but I've been having network problems which I think have to do with the provider I chose. I'll get back when I have more news.

                              1 Reply Last reply
                              0
                              • W will

                                @malvim How about I ship you mine?

                                M Offline
                                M Offline
                                malvim
                                wrote on last edited by malvim
                                #14

                                @will Man, I'd REALLY love to, but my guess is we don't live in the same country heheh... I'm from Brazil!

                                If you can get it on a network with an ubuntu 20.04 version, maybe I can access it via ssh and fiddle for a bit?

                                W 1 Reply Last reply
                                0
                                • M malvim

                                  @will Man, I'd REALLY love to, but my guess is we don't live in the same country heheh... I'm from Brazil!

                                  If you can get it on a network with an ubuntu 20.04 version, maybe I can access it via ssh and fiddle for a bit?

                                  W Offline
                                  W Offline
                                  will
                                  wrote on last edited by
                                  #15

                                  @malvim Yeah man, PM me what you want on it, and I'll reimage it soonest and beam over creds.

                                  1 Reply Last reply
                                  0
                                  • girishG Offline
                                    girishG Offline
                                    girish
                                    Staff
                                    wrote on last edited by
                                    #16

                                    @malvim Yeah, you can adjust that apt line as needed. Essentially, you have to make the https://git.cloudron.io/cloudron/box/-/blob/master/baseimage/initializeBaseUbuntuImage.sh script succeed. You can make the script standalone, it does not require any args.

                                    nginx ARM packages - http://nginx.org/packages/ubuntu/pool/nginx/n/nginx/

                                    Node ARM packages - https://nodejs.org/dist/v10.18.1/

                                    Docker ARM packages - https://download.docker.com/linux/ubuntu/dists/bionic/pool/stable/

                                    Also, I saw you are testing in Focal. One issue I hit (even on x86) was that collectd has issues with the python3 plugin. I haven't gotten around to fix that.

                                    M 1 Reply Last reply
                                    0
                                    • girishG girish

                                      @malvim Yeah, you can adjust that apt line as needed. Essentially, you have to make the https://git.cloudron.io/cloudron/box/-/blob/master/baseimage/initializeBaseUbuntuImage.sh script succeed. You can make the script standalone, it does not require any args.

                                      nginx ARM packages - http://nginx.org/packages/ubuntu/pool/nginx/n/nginx/

                                      Node ARM packages - https://nodejs.org/dist/v10.18.1/

                                      Docker ARM packages - https://download.docker.com/linux/ubuntu/dists/bionic/pool/stable/

                                      Also, I saw you are testing in Focal. One issue I hit (even on x86) was that collectd has issues with the python3 plugin. I haven't gotten around to fix that.

                                      M Offline
                                      M Offline
                                      malvim
                                      wrote on last edited by
                                      #17

                                      @girish Yeah, I'll try bionic again, it just crashed on something related to initramfs-tools, and focal still does when i try to install linux-generic, which I assume has something to do with kernel images and the like? This stuff is a bit above my current knowledge, so I'm not exactly sure what I'm doing heheh.

                                      1 Reply Last reply
                                      0
                                      • girishG Offline
                                        girishG Offline
                                        girish
                                        Staff
                                        wrote on last edited by
                                        #18

                                        @malvim Cloudron doesn't really use any of the packages like linux-kernel, initramfs etc directly. I think it's just added there for completeness. Feel free to remove them.

                                        M 1 Reply Last reply
                                        0
                                        • girishG girish

                                          @malvim Cloudron doesn't really use any of the packages like linux-kernel, initramfs etc directly. I think it's just added there for completeness. Feel free to remove them.

                                          M Offline
                                          M Offline
                                          malvim
                                          wrote on last edited by
                                          #19

                                          @girish great! I was already commenting out these lines to see where it went.

                                          So it seems I'm losing name resolution after installing unbound. Installation of resolvconf is not a problem, but as soon as I install unbound, lots of names stop resolving and I can't install anything anymore.

                                          Not sure how unbound works, might have to go into it a bit more, but my guess is maybe the problem is inside my provider. I'll check with @will later to see if we can try it in his device, and see if the problem persists.

                                          1 Reply Last reply
                                          2
                                          • M Offline
                                            M Offline
                                            malvim
                                            wrote on last edited by malvim
                                            #20

                                            Just to keep you guys updated on what's going on: I commented out unbound just to go through (and probably have to come back to it later, but still).

                                            I also switched to installing nginx from the repos instead of downloading a specific package with curl manually, as their version is arm64 and it seems the rpi I'm on is armhf, which I know nothing about but some nginx-arm64 dependencies were not being met.

                                            I switched node to the armv7l package and it went ok.

                                            I switched docker packages to armhf, they intalled okay, but it seems I don't have the overlay kernel module loaded and have NO IDEA how to load it heheh. A few google searches still got me kinda stuck, I'll try again tomorrow.

                                            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