Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • 0 Votes
    15 Posts
    988 Views
    girishG

    Done. I also made a change now where that ghost file is automatically removed after you use it once to login. Just in case, people forget to remove it.

  • Change username?

    Solved Support
    3
    0 Votes
    3 Posts
    342 Views
    T

    Thanks @girish, that makes sense. I need to migrate TTRSS and Wallabag which should be pretty trivial I believe. The one I'm worried about is Nextcloud because I have some plugins and settings configured just how I want them.

  • 1 Votes
    4 Posts
    271 Views
    W

    @nebulon said in Feature request: Optionally restrict user profile editing:

    That sounds like an important use-case indeed and goes into a whole field of more fine-grained control over what users can and cannot do. So far we have tried to not overcomplicate the access control settings, but we are open to small useful adjustments. Given that Cloudron has a special permissions group, the admins and then simply the rest of the other users, would it be sufficient for your use-case to have an admin setting to prevent non-admins from changing their own profile? And if so, what fields should be protected?

    agreed!!

  • 2 Votes
    4 Posts
    452 Views
    girishG

    @avatar1024 said in how can I use the Cloudron Groups in Nextcloud?:

    are Cloudron groups not LDAP

    Yes, Cloudron groups are not in LDAP currently. Currently, if you want to restrict to a group, you can do this already. But if you want groups to sync, that's not implemented. Feel free to open up a feature request to implement this and we can guage the interest.

  • 0 Votes
    13 Posts
    2k Views
    P

    just an update, the syntax for the psql variables has changed, so the conversion script looks like this:

    sudo -u www-data php occ db:convert-type \ --password ${CLOUDRON_POSTGRESQL_PASSWORD} \ --clear-schema --all-apps pgsql \ ${CLOUDRON_POSTGRESQL_USERNAME} \ ${CLOUDRON_POSTGRESQL_HOST} \ ${CLOUDRON_POSTGRESQL_DATABASE}

    you must run this from within the nextcloud container.

    also, I had some dificulties with the mysql migration, the temp mariadb/mysql docker container should match the same type and version as the source. In my case src had mariadb 10.5, so the container from the code sample above (mariadb 10.1) throw some strange errors while importing the sql dump.

  • 0 Votes
    10 Posts
    807 Views
    rmdesR

    Alright, just for future similar issues,

    here is the solution : sudo -u www-data php -f /app/code/occ files:scan "username"

    https://docs.cloudron.io/apps/nextcloud/#rescan-files