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

Validated App Maintainer

Being in this group indicates that a user was validated by the Cloudron Team to be a maintainer of a Cloudron app.

Private

Posts


  • Can´t login after install: Openid button -> "Authentication provider is not configured"
    jamesJ james

    Hello @hakunamatata
    Thanks for providing the HAR file.
    After some analysis of the HAR file and thinking about the issue I got an idea.

    @hakunamatata is using an co.ke ccTLD and not a TLD like .com or .de.
    Perhaps this causes the issue with penpot and I instructed @hakunamatata to test with a "normal" TLD.
    After some testing with a .se TLD he confirmed it is working.

    So I am assuming, that this is a specific penpot issue and might be worthy to report upstream.

    Penpot

  • Minio Documentation for setting up new admin missing
    jamesJ james

    Hello @loudlemur
    Thanks for the report.
    The minio package has been fixed to use the correct URL.

    Minio minio cloudron configuration setup

  • Can´t login after install: Openid button -> "Authentication provider is not configured"
    jamesJ james

    Hello @hakunamatata
    Before trying to log in with OIDC, open the Browser Network inspect console and ensure Preserve log is checked and Disable cache.
    Reload penpot login screen, try to log in with OIDC.
    After that failed again, press the Export HAR button and share this HAR file with me here.
    With that file I can have a look what is happening on the browser site and might possibly find an issue.

    Penpot

  • Incoming Email: cannot open mailbox
    jamesJ james

    Hello @phneutre
    Did you setup the wildcard alias according to the docs?
    https://docs.cloudron.io/packages/discourse/#incoming-email-setup

    For unique addresses per category, setup mail aliases for forum@YourMailDomain.TLD. For a category named offtopic, create a mail alias like forum@YourMailDomain.TLD. Create a wildcard mail alias * to choose any category name freely.

    Discourse

  • Warning: Connection Reset Issue in [4.9.0] which is n8n 2.10.2
    jamesJ james

    Hello @n8n users

    @brutalbirdie debugged this issue and found the issue.
    https://github.com/n8n-io/n8n/issues/26748#issuecomment-4031286237

    We will update the Cloudron N8N app soon to fix this issue.

    N8N

  • Incoming Email: cannot open mailbox
    jamesJ james

    Hello @phneutre
    Where does the 9595 port come from?
    Cloudron uses port 995 for pop3 according to https://docs.cloudron.io/email#pop3

    Discourse

  • redis not starting (after update to 9.1.3?)
    jamesJ james

    Hello @admo
    Please write a mail to support@cloudron.io and enable remote support, see https://docs.cloudron.io/support so wen can have a look.

    Support redis

  • Transfer OIDC user to local user
    jamesJ james

    Hello @david-0

    @David-0 said:

    Is that even possible?

    No and maybe yes.
    Let me be blunt.
    Nextcloud does not make it easy for you to switch users from one provider to another.
    There is: https://apps.nextcloud.com/apps/user_migration but I doubt it does what you need.

    I have done this once but for LDAP to local user and did write down the steps I took.
    So this might work the same way for OIDC users, but the SQL queries need to be altered acordingly.


    Nextcloud LDAP to Local User Migration

    Yes, it is possible, but each user must then be assigned a password.
    This can be done manually or scripted.

    Post:
    https://help.nextcloud.com/t/import-ldap-users-get-rid-of-ldap/56629/11

    commands used:

    Enable Maintenance mode

    sudo -u www-data php -f /app/code/occ maintenance:mode --on
    

    Users that will see a change of login id after the process

    SELECT * FROM oc_ldap_user_mapping WHERE owncloud_name != directory_uuid;
    

    Name clashes between normal and LDAP users.

    SELECT uid FROM oc_users, oc_ldap_user_mapping WHERE owncloud_name=uid;
    

    Name clashes between normal and LDAP groups

    SELECT gid FROM oc_groups, oc_ldap_group_mapping WHERE gid = owncloud_name;
    

    Create one normal user per LDAP user.

    INSERT INTO oc_users (uid, uid_lower) SELECT owncloud_name, owncloud_name FROM oc_ldap_user_mapping;
    

    Create on normal group per LDAP group.

    INSERT INTO oc_groups (gid) SELECT owncloud_name FROM oc_ldap_group_mapping;
    

    Disable the user_ldap app

    sudo -u www-data php -f /app/code/occ app:disable user_ldap
    

    Remove LDAP user bindings.

    DELETE FROM oc_ldap_user_mapping;
    

    Remove LDAP group bindings

    DELETE FROM oc_ldap_group_mapping;
    

    Remove LDAP group memberships

    DELETE FROM oc_ldap_group_membership;
    

    Disable Maintenance mode

    sudo -u www-data php -f /app/code/occ maintenance:mode --off
    
    Nextcloud

  • example apps in packaging tutorial not building / installing
    jamesJ james

    Hello @aaaaargzombies

    @aaaaargZombies said:

    TLDR I'm on version 9.0.17 and should try upgrading.

    Yes, you should update to Cloudron 9.1.3 for cloudron install to work without the need to build and push the image before installing.

    App Packaging & Development

  • HeCAPTe: a stateless, privacy-first CAPTCHA service you can embed almost anywhere.
    jamesJ james

    Hello @themeerkat
    I have added your package to the list: https://forum.cloudron.io/topic/15172/community-apps

    App Packaging & Development

Member List

jamesJ james
B bitbound
o1labO o1lab
P paulfitz
barisB baris
MiroTalkM MiroTalk
  • Login

  • Don't have an account? Register

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