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
I

imle

@imle
Unfollow Follow
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Kutt will not let me set OIDC_ENABLED to true, installed before option available
    I imle

    Thanks so much @girish! That did the trick.

    Kutt

  • Kutt will not let me set OIDC_ENABLED to true, installed before option available
    I imle

    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.

    Kutt

  • Kutt will not let me set OIDC_ENABLED to true, installed before option available
    I imle

    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.

    Seems like this bit of code in the start.sh file is the reason I cannot:

    if [[ -n "${CLOUDRON_OIDC_ISSUER:-}" ]]; then
        echo "==> 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
    
    Kutt
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search