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. Installing custom Apps on Cloudron

Installing custom Apps on Cloudron

Scheduled Pinned Locked Moved App Packaging & Development
47 Posts 12 Posters 6.9k Views 16 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.
  • timconsidineT timconsidine

    The work of this approach is great.
    Can't underestimate its importance.

    Just thinking out loud, overcoming a user's reluctance/fear/unfamiliarity to use the terminal and execute commands is only really going to be solved by a GUI.
    I wonder if that turns out to be the destination.

    Equally, if a Cloudron user has successfully got to a terminal on their VPS and been able to execute the cloudron install script, maybe I'm wrong and installation by command line is going to be enough.
    After all, it is expected that users can open Terminal or File Manager to adjust config or env files.

    If we can get it to a 3 step process, maybe that's enough :

    • install "base" or "shell" app from AppStore (e.g. Surfer or LAMP)
    • open Terminal and execute wget https://zzzz.yyy/custom-app-install.sh && chmod +x custom-app-install.sh && ./custom-app-install.sh (copy & paste of course)
    • close terminal and restart app

    Maybe @staff can be persuaded to approve a CustomAppInstaller app in the AppStore which provides a GUI to this.

    Again, just thinking out loud.

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

    @timconsidine said in Installing custom Apps on Cloudron:

    Maybe @staff can be persuaded to approve a CustomAppInstaller app in the AppStore which provides a GUI to this.

    There's a FR thread for this here: https://forum.cloudron.io/topic/10987/cloudron-build-service-add-ability-to-to-install-custom-apps

    In another thread @girish suggested an even easier way, creating a small modification to the App Store where one can do this.

    Conscious tech

    1 Reply Last reply
    2
    • LanhildL Offline
      LanhildL Offline
      Lanhild
      App Dev
      wrote on last edited by Lanhild
      #19

      I may have an idea for the easiest way to achieve this. (I don't know if it's been proposed before)

      Instead of creating/modifying a dedicated Cloudron app, a simple change could be made to the app store: The ability to add custom sources files.

      Just like apt or any other package manager has, we could have source files that contain;

      • Links to valid git repositories with app package code
        2024-02-24_10-29-42.png

      Each source files you added could also have applications that use private Docker images, so prompting the user if they want to add a custom registry credentials for this source file would be necessary.
      2024-02-24_10-32-08.png

      This would then allow to list additional applications in the Cloudron app store that come from these source files, and tag/label them as Custom

      You could install them just like officially packaged apps, update, backup, etc.
      2024-02-24_10-35-48.png

      IMO, sources files would be the most user-friendly way to install custom apps as there'd be no need for the use of Cloudron CLI, as everything would be done through the UI

      Let me know what you think about it.

      robiR scookeS 2 Replies Last reply
      4
      • LanhildL Lanhild

        I may have an idea for the easiest way to achieve this. (I don't know if it's been proposed before)

        Instead of creating/modifying a dedicated Cloudron app, a simple change could be made to the app store: The ability to add custom sources files.

        Just like apt or any other package manager has, we could have source files that contain;

        • Links to valid git repositories with app package code
          2024-02-24_10-29-42.png

        Each source files you added could also have applications that use private Docker images, so prompting the user if they want to add a custom registry credentials for this source file would be necessary.
        2024-02-24_10-32-08.png

        This would then allow to list additional applications in the Cloudron app store that come from these source files, and tag/label them as Custom

        You could install them just like officially packaged apps, update, backup, etc.
        2024-02-24_10-35-48.png

        IMO, sources files would be the most user-friendly way to install custom apps as there'd be no need for the use of Cloudron CLI, as everything would be done through the UI

        Let me know what you think about it.

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

        @Lanhild Good idea.

        It would help to make a PR with the proposed changes to @staff have less questions and coding to do to make it work. That may speed things along.

        You may have to ask for access to the repo where the code for it is.

        Conscious tech

        1 Reply Last reply
        1
        • P Offline
          P Offline
          plusone-nick
          wrote on last edited by
          #21

          this is a huge feature addition👏🤝
          +1 on it being native

          ✌💙+1

          1 Reply Last reply
          0
          • LanhildL Lanhild

            I may have an idea for the easiest way to achieve this. (I don't know if it's been proposed before)

            Instead of creating/modifying a dedicated Cloudron app, a simple change could be made to the app store: The ability to add custom sources files.

            Just like apt or any other package manager has, we could have source files that contain;

            • Links to valid git repositories with app package code
              2024-02-24_10-29-42.png

            Each source files you added could also have applications that use private Docker images, so prompting the user if they want to add a custom registry credentials for this source file would be necessary.
            2024-02-24_10-32-08.png

            This would then allow to list additional applications in the Cloudron app store that come from these source files, and tag/label them as Custom

            You could install them just like officially packaged apps, update, backup, etc.
            2024-02-24_10-35-48.png

            IMO, sources files would be the most user-friendly way to install custom apps as there'd be no need for the use of Cloudron CLI, as everything would be done through the UI

            Let me know what you think about it.

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

            @Lanhild it's a nice idea for the end goal and user, but then the Cloudron team will invariably be drawn into trying to provide support for these non-Cloudron-built pieces. And as they are distracted from their own Cloudron-specific work, I think Cloudron itself would start suffering, leading to more troubleshooting and complaints, leading to Cloudron staff having to disavow all of this custom work and not provide support anymore, leading then to more users complaining about Cloudron, accusing Cloudron of "not caring", and voila, we have a downward spiral.

            I think it is super that Cloudron even allows for the amount of customization it gives us, but hey, it's their work (which benefits us), not our playground.

            LanhildL 1 Reply Last reply
            2
            • scookeS scooke

              @Lanhild it's a nice idea for the end goal and user, but then the Cloudron team will invariably be drawn into trying to provide support for these non-Cloudron-built pieces. And as they are distracted from their own Cloudron-specific work, I think Cloudron itself would start suffering, leading to more troubleshooting and complaints, leading to Cloudron staff having to disavow all of this custom work and not provide support anymore, leading then to more users complaining about Cloudron, accusing Cloudron of "not caring", and voila, we have a downward spiral.

              I think it is super that Cloudron even allows for the amount of customization it gives us, but hey, it's their work (which benefits us), not our playground.

              LanhildL Offline
              LanhildL Offline
              Lanhild
              App Dev
              wrote on last edited by
              #23

              @scooke I get your point, but not the first part. Why would Cloudron be responsible for custom applications people install on their Cloudron? It would be the same as today, other than the fact that there'd be an additional layer to download these custom applications.

              What I mean is that, right now, people are and should be aware that there are potential risks in installing custom applications (which, by default, the team provides no support for and that is 100% logical).
              This awareness wouldn't change, the difference would be that the actual task of installing the app is facilitated.

              BrutalBirdieB scookeS 2 Replies Last reply
              1
              • LanhildL Lanhild

                @scooke I get your point, but not the first part. Why would Cloudron be responsible for custom applications people install on their Cloudron? It would be the same as today, other than the fact that there'd be an additional layer to download these custom applications.

                What I mean is that, right now, people are and should be aware that there are potential risks in installing custom applications (which, by default, the team provides no support for and that is 100% logical).
                This awareness wouldn't change, the difference would be that the actual task of installing the app is facilitated.

                BrutalBirdieB Offline
                BrutalBirdieB Offline
                BrutalBirdie
                Partner
                wrote on last edited by
                #24

                @Lanhild said in Installing custom Apps on Cloudron:

                the team provides no support for and that is 100% logical

                What's logical and what people do is two different worlds 😄

                Like my work? Consider donating a drink. Cheers!

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

                  I think if we can find a ux flow where it's clear that this is out of scope for the Cloudron team, then it would be great to have 3rd party apps. It needs a better messaging than 'unstable' because 3rd party doesn't mean unstable. We will brainstorm a bit on our side and get back on this.

                  KubernetesK 1 Reply Last reply
                  5
                  • LanhildL Lanhild

                    @scooke I get your point, but not the first part. Why would Cloudron be responsible for custom applications people install on their Cloudron? It would be the same as today, other than the fact that there'd be an additional layer to download these custom applications.

                    What I mean is that, right now, people are and should be aware that there are potential risks in installing custom applications (which, by default, the team provides no support for and that is 100% logical).
                    This awareness wouldn't change, the difference would be that the actual task of installing the app is facilitated.

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

                    @Lanhild This is exactly what I'm talking about. Just to be clear, I'm not trying to fault that user or to try to shame them or anything... it's just an example of what will happen.

                    LanhildL 1 Reply Last reply
                    1
                    • scookeS scooke

                      @Lanhild This is exactly what I'm talking about. Just to be clear, I'm not trying to fault that user or to try to shame them or anything... it's just an example of what will happen.

                      LanhildL Offline
                      LanhildL Offline
                      Lanhild
                      App Dev
                      wrote on last edited by
                      #27

                      @scooke Completely get your point.

                      That's why I liked what @girish said:

                      if we can find a ux flow where it's clear that this is out of scope for the Cloudron team, then it would be great to have 3rd party apps [...]

                      What's necessary is to make it clear to users that no support from the team will or can be provided for a 3rd party app, that's what 3rd party implies, as well as potential risks and bugs.

                      It's the same with, e.g., a 3rd party PPA on ubuntu, a custom APK on Android, a cool application you just found on GitHub, etc.

                      I think distros like Ubuntu use the right words to explain this to users.

                      necrevistonnezrN 1 Reply Last reply
                      2
                      • scookeS Offline
                        scookeS Offline
                        scooke
                        wrote on last edited by
                        #28

                        I think it is already clear. The user knows it is a custom app. It seems logical that Cloudron updates what it manages. The user is still unclear, and taking time away from other more directly-connected Cloudron help requests.

                        One issue is just how helpful the Cloudron team is! When I think of all the times I used an included piece of software in Yunohost or Caprover or what have you, ran into trouble, went to their forums and other onlines sources of help, asked a clearly worded, respectful question.... and then got no response, ever... the total 180 in attitude by users on this Forum and specifically the Cloudron Team is stupendous. They need to be saved from themselves! So, I think one way to ensure users understand that they shouldn't expect help, or at least priority, is to keep the custom install method not part of any official-sounding process. Anyone brave enough to try a custom install needs to go digging for it, to trawl the forums, to get help (and give it) from other Forums users, without making any complaint towards or about Cloudron.

                        OR, Cloudron should make a Priority Tier of help that automatically charges $$. Anyone on the Forum who signs up, and also tries out Custom apps, should include a payment method so that when (not if) they come looking for help they are charged automatically. That might cut down on ppl just trying stuff out, or ppl who think they are more apt then they really are., and not fill the Forum with their niche help requests.

                        While I'm ranting, lumping home servers, NUCs and Cloudflare usage in with this paid-tier might also help drive home that Cloudron's main use is, as the home page says, Create a fresh Ubuntu Jammy 22.04 x64 server and run these commands. I realize Cloudron itself suggests that home servers (behind arcane router options) and NUCs (often "protected" by Cloudflare) are options, but for the most part much of how it is described makes it clear that it is intended to be installed and run on a VPS.

                        Well, I know that door is opened already and there is a horde of Cloudflareons here, and homehosters... but this is not how I promote Cloudron.

                        LanhildL 1 Reply Last reply
                        0
                        • girishG girish

                          I think if we can find a ux flow where it's clear that this is out of scope for the Cloudron team, then it would be great to have 3rd party apps. It needs a better messaging than 'unstable' because 3rd party doesn't mean unstable. We will brainstorm a bit on our side and get back on this.

                          KubernetesK Offline
                          KubernetesK Offline
                          Kubernetes
                          App Dev
                          wrote on last edited by Kubernetes
                          #29

                          @girish What about a "Unsupported"-Label with an Disclaimer that needs to be Acknowledged by the user for each installation of an unsupported app?

                          1 Reply Last reply
                          1
                          • scookeS scooke

                            I think it is already clear. The user knows it is a custom app. It seems logical that Cloudron updates what it manages. The user is still unclear, and taking time away from other more directly-connected Cloudron help requests.

                            One issue is just how helpful the Cloudron team is! When I think of all the times I used an included piece of software in Yunohost or Caprover or what have you, ran into trouble, went to their forums and other onlines sources of help, asked a clearly worded, respectful question.... and then got no response, ever... the total 180 in attitude by users on this Forum and specifically the Cloudron Team is stupendous. They need to be saved from themselves! So, I think one way to ensure users understand that they shouldn't expect help, or at least priority, is to keep the custom install method not part of any official-sounding process. Anyone brave enough to try a custom install needs to go digging for it, to trawl the forums, to get help (and give it) from other Forums users, without making any complaint towards or about Cloudron.

                            OR, Cloudron should make a Priority Tier of help that automatically charges $$. Anyone on the Forum who signs up, and also tries out Custom apps, should include a payment method so that when (not if) they come looking for help they are charged automatically. That might cut down on ppl just trying stuff out, or ppl who think they are more apt then they really are., and not fill the Forum with their niche help requests.

                            While I'm ranting, lumping home servers, NUCs and Cloudflare usage in with this paid-tier might also help drive home that Cloudron's main use is, as the home page says, Create a fresh Ubuntu Jammy 22.04 x64 server and run these commands. I realize Cloudron itself suggests that home servers (behind arcane router options) and NUCs (often "protected" by Cloudflare) are options, but for the most part much of how it is described makes it clear that it is intended to be installed and run on a VPS.

                            Well, I know that door is opened already and there is a horde of Cloudflareons here, and homehosters... but this is not how I promote Cloudron.

                            LanhildL Offline
                            LanhildL Offline
                            Lanhild
                            App Dev
                            wrote on last edited by
                            #30

                            @scooke said in Installing custom Apps on Cloudron:

                            So, I think one way to ensure users understand that they shouldn't expect help, or at least priority, is to keep the custom install method not part of any official-sounding process.

                            That immediately made me think of Android developer options. You tap 7 times on the build number or whatever it is, and developer options appear.

                            Maybe the custom apps feature could be hidden behind something like this?

                            1 Reply Last reply
                            0
                            • scookeS Offline
                              scookeS Offline
                              scooke
                              wrote on last edited by
                              #31

                              Even if it's labelled "Unsupported", if it's available through any Cloudron dashboard/App store, people will still expect help, and likely will complain (publicly?) about Cloudron's policies when and if official Cloudron help isn't forthcoming.

                              Just to be clear, I appear to be ranting and may seem to hold strongly to my opinions... yes and no. Cloudron is always free to pivot however they feel they need, even if it means adding zero's to the pricing. I've just been with them awhile, and compared to what else is out there, it would be a shame to see discontent of over-ambitious users play a role in the downfall. I mean, the Cloudron team has kept it going this long, and this well. I trust them to make the right calls. I'm just trying to say that I support them!

                              1 Reply Last reply
                              1
                              • LanhildL Lanhild

                                @scooke Completely get your point.

                                That's why I liked what @girish said:

                                if we can find a ux flow where it's clear that this is out of scope for the Cloudron team, then it would be great to have 3rd party apps [...]

                                What's necessary is to make it clear to users that no support from the team will or can be provided for a 3rd party app, that's what 3rd party implies, as well as potential risks and bugs.

                                It's the same with, e.g., a 3rd party PPA on ubuntu, a custom APK on Android, a cool application you just found on GitHub, etc.

                                I think distros like Ubuntu use the right words to explain this to users.

                                necrevistonnezrN Offline
                                necrevistonnezrN Offline
                                necrevistonnezr
                                wrote on last edited by
                                #32

                                @Lanhild said in Installing custom Apps on Cloudron:

                                I think distros like Ubuntu use the right words to explain this to users.

                                Agree, this is good communication for such cases

                                scookeS 2 Replies Last reply
                                0
                                • necrevistonnezrN necrevistonnezr

                                  @Lanhild said in Installing custom Apps on Cloudron:

                                  I think distros like Ubuntu use the right words to explain this to users.

                                  Agree, this is good communication for such cases

                                  scookeS Offline
                                  scookeS Offline
                                  scooke
                                  wrote on last edited by
                                  #33
                                  This post is deleted!
                                  1 Reply Last reply
                                  0
                                  • necrevistonnezrN necrevistonnezr

                                    @Lanhild said in Installing custom Apps on Cloudron:

                                    I think distros like Ubuntu use the right words to explain this to users.

                                    Agree, this is good communication for such cases

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

                                    @necrevistonnezr it's still not comparable or compatible. No one "pays" for Ubuntu, so no one expects the CEO of Ubuntu to rally their support team to help them specifically. Add to that awareness is that there are 1000s of users out there, and 100s of forums, where one can Google and search and eventually find someone who can answer their question. Not so with Cloudron.

                                    1 Reply Last reply
                                    0
                                    • scookeS Offline
                                      scookeS Offline
                                      scooke
                                      wrote on last edited by scooke
                                      #35

                                      A similar effort which might have some insight to share with the Cloudron Team - Coolify. At https://coolify.io/pricing it is made clear that yes, you as a user can install pretty much anything you want. To get support though you need to pay. The prices reflect that. And the most experimental you are with important work,the higher price you pay. @girish @cloudron If you all ever consider doing more with allowing custom apps, and how to deal with the resulting increased support, maybe the Coolify team can share some good ideas.

                                      KubernetesK 1 Reply Last reply
                                      0
                                      • scookeS scooke

                                        A similar effort which might have some insight to share with the Cloudron Team - Coolify. At https://coolify.io/pricing it is made clear that yes, you as a user can install pretty much anything you want. To get support though you need to pay. The prices reflect that. And the most experimental you are with important work,the higher price you pay. @girish @cloudron If you all ever consider doing more with allowing custom apps, and how to deal with the resulting increased support, maybe the Coolify team can share some good ideas.

                                        KubernetesK Offline
                                        KubernetesK Offline
                                        Kubernetes
                                        App Dev
                                        wrote on last edited by
                                        #36

                                        @scooke I totally respect your point of view. May you share with us the motivation that drives you in this particular case, please?

                                        scookeS 1 Reply Last reply
                                        0
                                        • KubernetesK Kubernetes

                                          @scooke I totally respect your point of view. May you share with us the motivation that drives you in this particular case, please?

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

                                          @Kubernetes By "this case", do you mean the topic of this thread? I've just been using Cloudron since 2016 and have enjoyed its development and openness. Their willingness to help is part of the attraction and value. But at some point it might be too much. Users started asking for custom apps and some of these just weren't on their roadmap - a good example of the Cloudron team limiting their workload to keep excellence a priority. One result though, because they like helping, was to start giving tips and assistance to the few programmatically adept users here to make their own custom apps and install them!! This step right here is incredible. I'm simplifying things here now, but as Cloudron also promoted its use as a homelab option, coupled with the mess that Cloudflare seems to always bring, has resulted in more forums posts which tend to lay the blame on Cloudron. If these posts appear in Google searches, the casual reader could get the impression that Cloudron is not such a reliable or dependable solution. The opposite is true! Another huge blessing (can't think of another word) is that many of the forum users who have helped bring the custom app option to the fore are themselves super helpful... but they aren't paid, they have their own lives, they are busy, and so help isn't always as ready. Overall, I see more users wanting custom apps, or homeserving, running into foreseeable problems which tend to be almost untroubleshootable because of the X # of variables involved... more posts making it seem like the problem lies with Cloudron. So my motivation...? My motivation is to try to share a perspective that results in appreciation of Cloudron which stems from using it in what seems to be the ideal environment, while not overwhelming Support with niche issues and /or rewarding Cloudron with paid support if they do support niche issues - but not resulting in an overall jump in price for users like myself!

                                          KubernetesK 1 Reply Last reply
                                          3
                                          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