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. Community Apps
  3. OpenClaw

OpenClaw

Scheduled Pinned Locked Moved Community Apps
21 Posts 5 Posters 597 Views 5 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.
  • C Offline
    C Offline
    creative567145
    wrote last edited by
    #1

    Thank you @andreasdueren for packaging OpenClaw. Great work!

    Due to it's high customizability, it requires more env options to be added.
    From my research, here is a list of some of the seem to be currently missing in the first version of the package (hope it's useful)
    Note: Some may be redundant, so not all would need to be added.

    ZAI_API_KEY=
    GROQ_API_KEY=
    MISTRAL_API_KEY=
    CEREBRAS_API_KEY=
    VENICE_API_KEY=
    MOONSHOT_API_KEY=
    KIMI_API_KEY=
    MINIMAX_API_KEY=
    AI_GATEWAY_API_KEY=
    OPENCODE_API_KEY=
    SYNTHETIC_API_KEY=
    COPILOT_GITHUB_TOKEN=
    XIAOMI_API_KEY=
    OPENCLAW_PRIMARY_MODEL=
    OLLAMA_API_KEY=
    OLLAMA_BASE_URL=
    BROWSER_CDP_URL=
    BROWSER_DEFAULT_PROFILE=
    BROWSER_EVALUATE_ENABLED=
    BROWSER_SNAPSHOT_MODE=
    BROWSER_REMOTE_TIMEOUT_MS=
    BROWSER_REMOTE_HANDSHAKE_TIMEOUT_MS=
    HOOKS_ENABLED=
    HOOKS_PATH=
    WHATSAPP_ENABLED=
    MATTERMOST_BOT_TOKEN=
    MATTERMOST_URL=
    ZALO_BOT_TOKEN=
    OPENCLAW_TWITCH_ACCESS_TOKEN=
    SLACK_SIGNING_SECRET=
    LINE_CHANNEL_SECRET=
    LINE_CHANNEL_ACCESS_TOKEN=
    DISCORD_CLIENT_ID=
    TEAMS_APP_ID=
    TEAMS_APP_PASSWORD=
    
    andreasduerenA 1 Reply Last reply
    1
    • C creative567145

      Thank you @andreasdueren for packaging OpenClaw. Great work!

      Due to it's high customizability, it requires more env options to be added.
      From my research, here is a list of some of the seem to be currently missing in the first version of the package (hope it's useful)
      Note: Some may be redundant, so not all would need to be added.

      ZAI_API_KEY=
      GROQ_API_KEY=
      MISTRAL_API_KEY=
      CEREBRAS_API_KEY=
      VENICE_API_KEY=
      MOONSHOT_API_KEY=
      KIMI_API_KEY=
      MINIMAX_API_KEY=
      AI_GATEWAY_API_KEY=
      OPENCODE_API_KEY=
      SYNTHETIC_API_KEY=
      COPILOT_GITHUB_TOKEN=
      XIAOMI_API_KEY=
      OPENCLAW_PRIMARY_MODEL=
      OLLAMA_API_KEY=
      OLLAMA_BASE_URL=
      BROWSER_CDP_URL=
      BROWSER_DEFAULT_PROFILE=
      BROWSER_EVALUATE_ENABLED=
      BROWSER_SNAPSHOT_MODE=
      BROWSER_REMOTE_TIMEOUT_MS=
      BROWSER_REMOTE_HANDSHAKE_TIMEOUT_MS=
      HOOKS_ENABLED=
      HOOKS_PATH=
      WHATSAPP_ENABLED=
      MATTERMOST_BOT_TOKEN=
      MATTERMOST_URL=
      ZALO_BOT_TOKEN=
      OPENCLAW_TWITCH_ACCESS_TOKEN=
      SLACK_SIGNING_SECRET=
      LINE_CHANNEL_SECRET=
      LINE_CHANNEL_ACCESS_TOKEN=
      DISCORD_CLIENT_ID=
      TEAMS_APP_ID=
      TEAMS_APP_PASSWORD=
      
      andreasduerenA Online
      andreasduerenA Online
      andreasdueren
      App Dev
      wrote last edited by
      #2

      @creative567145 I have added these to the package. However I can't test them so please leave feedback here if something isn't working.

      C 1 Reply Last reply
      4
      • andreasduerenA andreasdueren

        @creative567145 I have added these to the package. However I can't test them so please leave feedback here if something isn't working.

        C Offline
        C Offline
        creative567145
        wrote last edited by
        #3

        @andreasdueren Thank you, much appreciated.
        Soon I'll test Zai, Ollama and Mattermost

        Here is something possibly useful.
        On our OpenClaw installation via DokPloy, we installed SearXNG on the same VPS.
        And we were able to configure it to be able to perform the web searches directly via it. So zero API cost towards Brave/Perplexity.

        The Docker Compose value that we added was this one:
        SEARXNG_URL=

        Perhaps somebody else would wish to apply the same configuration. It would be beneficial if it's also added. Thanks again 🙌

        1 Reply Last reply
        1
        • J Offline
          J Offline
          JLX89
          wrote last edited by
          #4

          Is there a way to install Tailscale by chance? I'm seeing the documentation, but seems even /app/data is set to an RO file system if trying to install it.

          andreasduerenA 1 Reply Last reply
          0
          • J JLX89

            Is there a way to install Tailscale by chance? I'm seeing the documentation, but seems even /app/data is set to an RO file system if trying to install it.

            andreasduerenA Online
            andreasduerenA Online
            andreasdueren
            App Dev
            wrote last edited by
            #5

            @JLX89 updated to include the Tailscale CLI + daemon installed in the Docker image

            To use it, add to /app/data/.env:

            TS_AUTHKEY=tskey-auth-...
            TS_HOSTNAME=openclaw
            

            @creative567145 added the SEARXNG_URL= as well env

            J 1 Reply Last reply
            4
            • andreasduerenA andreasdueren

              @JLX89 updated to include the Tailscale CLI + daemon installed in the Docker image

              To use it, add to /app/data/.env:

              TS_AUTHKEY=tskey-auth-...
              TS_HOSTNAME=openclaw
              

              @creative567145 added the SEARXNG_URL= as well env

              J Offline
              J Offline
              JLX89
              wrote last edited by
              #6

              @andreasdueren Thank you so much!!

              1 Reply Last reply
              0
              • C Offline
                C Offline
                creative567145
                wrote last edited by
                #7

                Thank you @andreasdueren

                Here are more env variables in case if people wish to use them:
                Fast_io_API_Key=
                Cloudflare_API_key=

                Since version 3.23, there have been a lot of updates to the today's version: 4.9 which includes the Dreaming ability of OpenClaw

                @andreasdueren we understand that this is a community package and we are all very grateful for your help. Could we get some info on the intended updates window...example once per 1-3 months or similar. No pressure 🙂

                1 Reply Last reply
                0
                • robiR Offline
                  robiR Offline
                  robi
                  wrote last edited by
                  #8

                  Self updates would be nice in such a fast moving dynamic app.

                  Conscious tech

                  1 Reply Last reply
                  1
                  • C Offline
                    C Offline
                    creative567145
                    wrote last edited by
                    #9

                    @robi that would be nice, but very risky if many use it.

                    From what I can notice, in every 2-5th update, there are modifications added that are causing breakage.

                    So perhaps the most stable way is for @andreasdueren to push updates occasionally (example once per 1-3 months), but perform tests on his own OpenClaw and if needed modify the package so that all instances don't break when an update is automatically pushed.

                    robiR andreasduerenA 2 Replies Last reply
                    0
                    • C creative567145

                      @robi that would be nice, but very risky if many use it.

                      From what I can notice, in every 2-5th update, there are modifications added that are causing breakage.

                      So perhaps the most stable way is for @andreasdueren to push updates occasionally (example once per 1-3 months), but perform tests on his own OpenClaw and if needed modify the package so that all instances don't break when an update is automatically pushed.

                      robiR Offline
                      robiR Offline
                      robi
                      wrote last edited by
                      #10

                      @creative567145 said:
                      From what I can notice, in every 2-5th update, there are modifications added that are causing breakage.

                      Really? Break how?

                      I haven't been using it, but know millions of others are.

                      Odd that it hasn't been solved by now.

                      Conscious tech

                      C 1 Reply Last reply
                      1
                      • robiR robi

                        @creative567145 said:
                        From what I can notice, in every 2-5th update, there are modifications added that are causing breakage.

                        Really? Break how?

                        I haven't been using it, but know millions of others are.

                        Odd that it hasn't been solved by now.

                        C Offline
                        C Offline
                        creative567145
                        wrote last edited by
                        #11

                        @robi In the GitHub repository the breaking changes are listed
                        https://github.com/openclaw/openclaw/releases

                        Example (from our current version 2026.3.23 to the current one 2026.4.11):
                        openclaw 2026.4.5
                        openclaw 2026.4.2
                        openclaw 2026.3.31
                        openclaw 2026.3.28
                        openclaw 2026.3.24

                        Plus regular upgrades to the system functionality, for example how the Videos are being generated.
                        But this is due to the setup that each client has performed before that.
                        For example, to be able to generate Videos via Gemini, we had to install custom skills and scripts. So when the update is applied that doesn't have that requirement, either that functionality will break the current process, or we will just need to re-adjust the configuration.

                        Many people have reported that they are performing the breakage fixes just by connecting Claude Code via SSH and letting it do it's "magic".

                        robiR 1 Reply Last reply
                        1
                        • C creative567145

                          @robi In the GitHub repository the breaking changes are listed
                          https://github.com/openclaw/openclaw/releases

                          Example (from our current version 2026.3.23 to the current one 2026.4.11):
                          openclaw 2026.4.5
                          openclaw 2026.4.2
                          openclaw 2026.3.31
                          openclaw 2026.3.28
                          openclaw 2026.3.24

                          Plus regular upgrades to the system functionality, for example how the Videos are being generated.
                          But this is due to the setup that each client has performed before that.
                          For example, to be able to generate Videos via Gemini, we had to install custom skills and scripts. So when the update is applied that doesn't have that requirement, either that functionality will break the current process, or we will just need to re-adjust the configuration.

                          Many people have reported that they are performing the breakage fixes just by connecting Claude Code via SSH and letting it do it's "magic".

                          robiR Offline
                          robiR Offline
                          robi
                          wrote last edited by
                          #12

                          @creative567145 thanks for the info, yes that would be the easiest way.

                          Sounds like they need to manage flavors

                          Conscious tech

                          1 Reply Last reply
                          1
                          • C creative567145

                            @robi that would be nice, but very risky if many use it.

                            From what I can notice, in every 2-5th update, there are modifications added that are causing breakage.

                            So perhaps the most stable way is for @andreasdueren to push updates occasionally (example once per 1-3 months), but perform tests on his own OpenClaw and if needed modify the package so that all instances don't break when an update is automatically pushed.

                            andreasduerenA Online
                            andreasduerenA Online
                            andreasdueren
                            App Dev
                            wrote last edited by
                            #13

                            @creative567145 @robi What's the preference here? My original CI/CD was set up before the community apps existed so that's why there haven't been any proper package updates. I'm happy to set up the proper pipeline, but I need to know how people want me to set this up. Should I build daily? Weekly?

                            I'm not actually using openclaw. I had switched to nano claw early on and am now using Hermes agent. So I can't test this before pushing updates.

                            C 1 Reply Last reply
                            1
                            • andreasduerenA andreasdueren

                              @creative567145 @robi What's the preference here? My original CI/CD was set up before the community apps existed so that's why there haven't been any proper package updates. I'm happy to set up the proper pipeline, but I need to know how people want me to set this up. Should I build daily? Weekly?

                              I'm not actually using openclaw. I had switched to nano claw early on and am now using Hermes agent. So I can't test this before pushing updates.

                              C Offline
                              C Offline
                              creative567145
                              wrote last edited by
                              #14

                              @andreasdueren The only preference is that it's stable and doesn't break on updates.
                              So in this case, perhaps once per month. This way, if there is a breakage that is dependent on the admin unique setup within OpenClaw, we can solve that for each client.

                              But if a breakage origin is due to the Cloudron packaging that requires modifications, I don't know what to say...ideally somebody needs to test the updates before pushing them to all instances.

                              jdaviescoatesJ robiR 2 Replies Last reply
                              0
                              • C creative567145

                                @andreasdueren The only preference is that it's stable and doesn't break on updates.
                                So in this case, perhaps once per month. This way, if there is a breakage that is dependent on the admin unique setup within OpenClaw, we can solve that for each client.

                                But if a breakage origin is due to the Cloudron packaging that requires modifications, I don't know what to say...ideally somebody needs to test the updates before pushing them to all instances.

                                jdaviescoatesJ Offline
                                jdaviescoatesJ Offline
                                jdaviescoates
                                wrote last edited by jdaviescoates
                                #15

                                @creative567145 said:

                                ideally somebody needs to test the updates before pushing them to all instances.

                                I've not started using any Community Apps yet myself, but I'd suggest for anything important a good pattern might be to keep auto-updates turned off and to test them first in a cloned app before applying the updates to production 🙂

                                I use Cloudron with Gandi & Hetzner

                                andreasduerenA 1 Reply Last reply
                                0
                                • jdaviescoatesJ jdaviescoates

                                  @creative567145 said:

                                  ideally somebody needs to test the updates before pushing them to all instances.

                                  I've not started using any Community Apps yet myself, but I'd suggest for anything important a good pattern might be to keep auto-updates turned off and to test them first in a cloned app before applying the updates to production 🙂

                                  andreasduerenA Online
                                  andreasduerenA Online
                                  andreasdueren
                                  App Dev
                                  wrote last edited by
                                  #16

                                  @jdaviescoates maybe. But honestly I’ve been running Ente fully automatically updated with CI/CD for a year? now and never had any issues whatsoever.

                                  jdaviescoatesJ 1 Reply Last reply
                                  1
                                  • andreasduerenA andreasdueren

                                    @jdaviescoates maybe. But honestly I’ve been running Ente fully automatically updated with CI/CD for a year? now and never had any issues whatsoever.

                                    jdaviescoatesJ Offline
                                    jdaviescoatesJ Offline
                                    jdaviescoates
                                    wrote last edited by
                                    #17

                                    @andreasdueren but this thread is about OpenClaw and it sounds like that often has breaking changes. 🙂

                                    I use Cloudron with Gandi & Hetzner

                                    andreasduerenA 1 Reply Last reply
                                    0
                                    • C creative567145

                                      @andreasdueren The only preference is that it's stable and doesn't break on updates.
                                      So in this case, perhaps once per month. This way, if there is a breakage that is dependent on the admin unique setup within OpenClaw, we can solve that for each client.

                                      But if a breakage origin is due to the Cloudron packaging that requires modifications, I don't know what to say...ideally somebody needs to test the updates before pushing them to all instances.

                                      robiR Offline
                                      robiR Offline
                                      robi
                                      wrote last edited by
                                      #18

                                      @creative567145 @andreasdueren I would tend to agree monthly with a quick check that it's not a bad breakage release.

                                      Otherwise might as well run it in LAMP and have it mange itself.

                                      Conscious tech

                                      1 Reply Last reply
                                      1
                                      • jdaviescoatesJ jdaviescoates

                                        @andreasdueren but this thread is about OpenClaw and it sounds like that often has breaking changes. 🙂

                                        andreasduerenA Online
                                        andreasduerenA Online
                                        andreasdueren
                                        App Dev
                                        wrote last edited by
                                        #19

                                        @jdaviescoates said:

                                        this thread is about OpenClaw

                                        Obviously, but it sounded your concerns were about community apps not OpenClaw in specific. I'll set up monthly updates then

                                        jdaviescoatesJ 1 Reply Last reply
                                        1
                                        • andreasduerenA andreasdueren

                                          @jdaviescoates said:

                                          this thread is about OpenClaw

                                          Obviously, but it sounded your concerns were about community apps not OpenClaw in specific. I'll set up monthly updates then

                                          jdaviescoatesJ Offline
                                          jdaviescoatesJ Offline
                                          jdaviescoates
                                          wrote last edited by
                                          #20

                                          @andreasdueren fair enough.

                                          I guess it was really for any app (community or otherwise) where people are worried that auto updates might break things. e.g. some people have auto-updates for Nextcloud turned off as plugins often break things.

                                          Saying that, it's so easy to roll back to backups on Cloudron it's a relatively low risk for most people I'd suggest.

                                          I use Cloudron with Gandi & Hetzner

                                          1 Reply Last reply
                                          1

                                          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