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

Offical apps | Community apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Community Packages
  3. Opencode Web

Opencode Web

Scheduled Pinned Locked Moved Community Packages
5 Posts 2 Posters 47 Views 2 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
    timconsidineT
    timconsidine
    App Dev
    wrote last edited by timconsidine
    #1

    OpenCode Web is now available as a Community App

    I've packaged OpenCode — the open-source AI coding agent — as a Cloudron Community App. It runs as a web UI in your browser.

    Features:

    • Web-based interface for AI-assisted coding
    • 75+ LLM providers (Anthropic, OpenAI, Google, etc.)
    • Optional Browserless (Community App) integration for web automation
    • Configurable auth (username/password)
    • Persistent projects, sessions, and config

    Install: from the Community App Store https://communityapps.appx.uk/cloudron-opencode-web/CloudronVersions.json

    Notes:

    • Create project folders in /app/data/projects/ (via File Manager or terminal)
    • Configure providers and models in Settings
    • Change the default password after install

    Indie app dev, huge fan of Cloudron PaaS, scratching my itches : communityapps.appx.uk

    jdaviescoatesJ 1 Reply Last reply
    3
    • timconsidineT timconsidine

      OpenCode Web is now available as a Community App

      I've packaged OpenCode — the open-source AI coding agent — as a Cloudron Community App. It runs as a web UI in your browser.

      Features:

      • Web-based interface for AI-assisted coding
      • 75+ LLM providers (Anthropic, OpenAI, Google, etc.)
      • Optional Browserless (Community App) integration for web automation
      • Configurable auth (username/password)
      • Persistent projects, sessions, and config

      Install: from the Community App Store https://communityapps.appx.uk/cloudron-opencode-web/CloudronVersions.json

      Notes:

      • Create project folders in /app/data/projects/ (via File Manager or terminal)
      • Configure providers and models in Settings
      • Change the default password after install
      jdaviescoatesJ
      jdaviescoatesJ
      jdaviescoates
      wrote last edited by
      #2

      @timconsidine said:

      Install: from the Community App Store https://communityapps.uk/cloudron-opencode-web/CloudronVersions.json

      Looks like that URL is missing the .appx part of your domain name?

      I use Cloudron with Gandi & Hetzner

      timconsidineT 1 Reply Last reply
      2
      • jdaviescoatesJ jdaviescoates

        @timconsidine said:

        Install: from the Community App Store https://communityapps.uk/cloudron-opencode-web/CloudronVersions.json

        Looks like that URL is missing the .appx part of your domain name?

        timconsidineT
        timconsidineT
        timconsidine
        App Dev
        wrote last edited by timconsidine
        #3

        @jdaviescoates ooops so sorry, thanks for the alert - fixed

        Indie app dev, huge fan of Cloudron PaaS, scratching my itches : communityapps.appx.uk

        1 Reply Last reply
        2
        • timconsidineT
          timconsidineT
          timconsidine
          App Dev
          wrote last edited by
          #4

          I've switched app auth from default opencode BasicAuth (basic, clunky) to Cloudron proxyAuth.
          But proxyAuth only works from a fresh installation.
          So if you've already installed the community app opencode-web, you will need to backup any important work, uninstall and reinstall.
          Sorry, but I think a good change and worth getting done now early in app lifecycle.

          I've also pre-installed cloudron cll into the app image as it will likely be needed (cloudron login from a session for first-time use).

          Indie app dev, huge fan of Cloudron PaaS, scratching my itches : communityapps.appx.uk

          1 Reply Last reply
          1
          • timconsidineT
            timconsidineT
            timconsidine
            App Dev
            wrote last edited by timconsidine
            #5

            TIP :
            Opencode auto installs git to a new empty folder.
            So it's worth creating an empty file in a new project.
            My time-saver workflow :

            • create a bash script ~/new-proh=ject.sh and chmod +x ~/new-project.sh
            #!/bin/bash
            [ -z "$1" ] && { echo "Usage: $0 <project-name>"; exit 1; }
            
            echo "alias ll='ls -al'" >> ~/.bashrc
            source ~/.bashrc
            
            mkdir /app/data/projects/$1
            touch /app/data/projects/$1/README.md
            
            • from app UI, use any existing project session terminal to run it : ~/new-project.sh projectname
            • then I can do git init and repo connection as I want it (custom values)

            Indie app dev, huge fan of Cloudron PaaS, scratching my itches : communityapps.appx.uk

            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