<?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[Kutt will not let me set OIDC_ENABLED to true, installed before option available]]></title><description><![CDATA[<p dir="auto">I installed the app before OIDC_ENABLED was an option that was available, now that it is in the app, I cannot set the value. It is overwritten by cloudron on startup.</p>
<p dir="auto">Seems like this bit of code in the <code>start.sh</code> file is the reason I cannot:</p>
<pre><code>if [[ -n "${CLOUDRON_OIDC_ISSUER:-}" ]]; then
    echo "==&gt; Configure OIDC"
    sed -e "s|^OIDC_ENABLED=.*|OIDC_ENABLED=true|" \
        -e "s|^OIDC_ISSUER=.*|OIDC_ISSUER=${CLOUDRON_OIDC_ISSUER}|" \
        -e "s|^OIDC_CLIENT_ID=.*|OIDC_CLIENT_ID=${CLOUDRON_OIDC_CLIENT_ID}|" \
        -e "s|^OIDC_CLIENT_SECRET=.*|OIDC_CLIENT_SECRET=${CLOUDRON_OIDC_CLIENT_SECRET}|" \
        -e "s|^OIDC_SCOPE=.*|OIDC_SCOPE=openid profile email|" \
        -e "s|^OIDC_EMAIL_CLAIM=.*|OIDC_EMAIL_CLAIM=email|" \
        -i /app/data/env
else
    sed -e "s|^OIDC_ENABLED=.*|OIDC_ENABLED=false|" -i /app/data/env
fi
</code></pre>
]]></description><link>https://forum.cloudron.io/topic/15743/kutt-will-not-let-me-set-oidc_enabled-to-true-installed-before-option-available</link><generator>RSS for Node</generator><lastBuildDate>Thu, 06 Aug 2026 18:44:59 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/15743.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 28 Jul 2026 19:26:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Kutt will not let me set OIDC_ENABLED to true, installed before option available on Wed, 29 Jul 2026 17:17:35 GMT]]></title><description><![CDATA[<p dir="auto">Thanks so much <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a>! That did the trick.</p>
]]></description><link>https://forum.cloudron.io/post/127416</link><guid isPermaLink="true">https://forum.cloudron.io/post/127416</guid><dc:creator><![CDATA[imle]]></dc:creator><pubDate>Wed, 29 Jul 2026 17:17:35 GMT</pubDate></item><item><title><![CDATA[Reply to Kutt will not let me set OIDC_ENABLED to true, installed before option available on Wed, 29 Jul 2026 07:05:04 GMT]]></title><description><![CDATA[<p dir="auto">I think I have fixed this now with the latest package, can you check <a class="plugin-mentions-user plugin-mentions-a" href="/user/imle" aria-label="Profile: imle">@<bdi>imle</bdi></a>  ? <code>OIDC_ENABLED</code> is untouched if you disable Cloudron user integration.</p>
]]></description><link>https://forum.cloudron.io/post/127388</link><guid isPermaLink="true">https://forum.cloudron.io/post/127388</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 29 Jul 2026 07:05:04 GMT</pubDate></item><item><title><![CDATA[Reply to Kutt will not let me set OIDC_ENABLED to true, installed before option available on Tue, 28 Jul 2026 20:52:04 GMT]]></title><description><![CDATA[<p dir="auto">Sorry, I should be more clear, I am trying to use keycloak to manage users who are not meant to manage tech tools. I am trying to set the value manually and use my own OIDC setup.</p>
]]></description><link>https://forum.cloudron.io/post/127355</link><guid isPermaLink="true">https://forum.cloudron.io/post/127355</guid><dc:creator><![CDATA[imle]]></dc:creator><pubDate>Tue, 28 Jul 2026 20:52:04 GMT</pubDate></item><item><title><![CDATA[Reply to Kutt will not let me set OIDC_ENABLED to true, installed before option available on Tue, 28 Jul 2026 20:15:55 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/imle" aria-label="Profile: imle">@<bdi>imle</bdi></a> and welcome to the Cloudron forum</p>
<p dir="auto">Yes that is the correct behaviour.<br />
You will need to install a new kutt app and chose the let Cloudron manage the users.<br />
After that you can <a href="https://docs.cloudron.io/backups#import-app-backup" target="_blank" rel="noopener noreferrer nofollow ugc">import</a> the backup of your old app into the new one.<br />
This the migration path you should take.</p>
]]></description><link>https://forum.cloudron.io/post/127352</link><guid isPermaLink="true">https://forum.cloudron.io/post/127352</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Tue, 28 Jul 2026 20:15:55 GMT</pubDate></item></channel></rss>