<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Opencode Web]]></title><description><![CDATA[<p dir="auto"><strong>OpenCode Web is now available as a Community App</strong></p>
<p dir="auto">I've packaged <a href="https://opencode.ai" target="_blank" rel="noopener noreferrer nofollow ugc">OpenCode</a> — the open-source AI coding agent — as a Cloudron Community App. It runs as a web UI in your browser.</p>
<p dir="auto"><strong>Features:</strong></p>
<ul>
<li>Web-based interface for AI-assisted coding</li>
<li>75+ LLM providers (Anthropic, OpenAI, Google, etc.)</li>
<li>Optional Browserless (Community App) integration for web automation</li>
<li>Configurable auth (username/password)</li>
<li>Persistent projects, sessions, and config</li>
</ul>
<p dir="auto"><strong>Install:</strong> from the Community App Store <a href="https://communityapps.appx.uk/cloudron-opencode-web/CloudronVersions.json" target="_blank" rel="noopener noreferrer nofollow ugc">https://communityapps.appx.uk/cloudron-opencode-web/CloudronVersions.json</a></p>
<p dir="auto"><strong>Notes:</strong></p>
<ul>
<li>Create project folders in <code>/app/data/projects/</code> (via File Manager or terminal)</li>
<li>Configure providers and models in Settings</li>
<li>Change the default password after install</li>
</ul>
]]></description><link>https://forum.cloudron.io/topic/15939/opencode-web</link><generator>RSS for Node</generator><lastBuildDate>Thu, 17 Sep 2026 21:12:10 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/15939.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 09 Sep 2026 08:16:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Opencode Web on Wed, 09 Sep 2026 13:44:48 GMT]]></title><description><![CDATA[<p dir="auto"><strong>TIP</strong> :<br />
Opencode auto installs git to a new <strong>empty</strong> folder.<br />
So it's worth creating an empty file in a new project.<br />
My time-saver workflow :</p>
<ul>
<li>create a bash script <code>~/new-proh=ject.sh</code> and <code>chmod +x ~/new-project.sh</code></li>
</ul>
<pre><code>#!/bin/bash
[ -z "$1" ] &amp;&amp; { echo "Usage: $0 &lt;project-name&gt;"; exit 1; }

echo "alias ll='ls -al'" &gt;&gt; ~/.bashrc
source ~/.bashrc

mkdir /app/data/projects/$1
touch /app/data/projects/$1/README.md
</code></pre>
<ul>
<li>from app UI, use any existing project session terminal to run it : <code>~/new-project.sh projectname</code></li>
<li>then I can do git init and repo connection as I want it (custom values)</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/129257</link><guid isPermaLink="true">https://forum.cloudron.io/post/129257</guid><dc:creator><![CDATA[timconsidine]]></dc:creator><pubDate>Wed, 09 Sep 2026 13:44:48 GMT</pubDate></item><item><title><![CDATA[Reply to Opencode Web on Wed, 09 Sep 2026 13:34:48 GMT]]></title><description><![CDATA[<p dir="auto">I've switched app auth from default opencode BasicAuth (basic, clunky) to Cloudron proxyAuth.<br />
But proxyAuth only works from a fresh installation.<br />
So if you've already installed the community app opencode-web, you will need to backup any important work, uninstall and reinstall.<br />
Sorry, but I think a good change and worth getting done now early in app lifecycle.</p>
<p dir="auto">I've also pre-installed cloudron cll into the app image as it will likely be needed (<code>cloudron login</code> from a session for first-time use).</p>
]]></description><link>https://forum.cloudron.io/post/129256</link><guid isPermaLink="true">https://forum.cloudron.io/post/129256</guid><dc:creator><![CDATA[timconsidine]]></dc:creator><pubDate>Wed, 09 Sep 2026 13:34:48 GMT</pubDate></item><item><title><![CDATA[Reply to Opencode Web on Wed, 09 Sep 2026 10:05:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jdaviescoates" aria-label="Profile: jdaviescoates">@<bdi>jdaviescoates</bdi></a> ooops so sorry, thanks for the alert - fixed</p>
]]></description><link>https://forum.cloudron.io/post/129247</link><guid isPermaLink="true">https://forum.cloudron.io/post/129247</guid><dc:creator><![CDATA[timconsidine]]></dc:creator><pubDate>Wed, 09 Sep 2026 10:05:10 GMT</pubDate></item><item><title><![CDATA[Reply to Opencode Web on Wed, 09 Sep 2026 09:35:49 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/timconsidine" aria-label="Profile: timconsidine">@<bdi>timconsidine</bdi></a> <a href="/post/129234">said</a>:</p>
<p dir="auto">Install: from the Community App Store <a href="https://communityapps.uk/cloudron-opencode-web/CloudronVersions.json" target="_blank" rel="noopener noreferrer nofollow ugc">https://communityapps.uk/cloudron-opencode-web/CloudronVersions.json</a></p>
</blockquote>
<p dir="auto">Looks like that URL is missing the <code>.appx</code> part of your domain name?</p>
]]></description><link>https://forum.cloudron.io/post/129246</link><guid isPermaLink="true">https://forum.cloudron.io/post/129246</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Wed, 09 Sep 2026 09:35:49 GMT</pubDate></item></channel></rss>