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


Skip to content
  • Nextcloud pretty urls

    Moved Solved Nextcloud nextcloud
    3
    0 Votes
    3 Posts
    2k Views
    girishG
    Have pushed an update that enables this.
  • Nextcloud Missing Apps

    Moved Solved Nextcloud nextcloud
    3
    0 Votes
    3 Posts
    2k Views
    R
    You were right. "unbound" was failed. Turns out IPV6 was disabled which was causing "unbound" to fail and in turn causing the issues with resolving domain names in Nextcloud. This is a vanilla install of Ubuntu 16 LTS so I'm not sure what happened. I enabled IPV6 and rebooted and everything started working. Thanks for the tip.
  • 0 Votes
    13 Posts
    6k 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.
  • Nextcloud external storage issue

    Moved Solved Nextcloud nextcloud
    2
    0 Votes
    2 Posts
    1k Views
    nebulonN
    Lets further handle this in the opened issue tracker item.
  • NextCloud Email client cannot be setup.

    Moved Solved Nextcloud nextcloud email
    4
    1 Votes
    4 Posts
    2k Views
    girishG
    In case, you find this post by search, there is doc on how to set this up here - https://cloudron.io/documentation/apps/nextcloud/#email
  • NextCloud Email Support

    Moved Solved Nextcloud nextcloud
    3
    0 Votes
    3 Posts
    1k Views
    girishG
    In case, you find this post by search, there is doc on how to set this up here - https://cloudron.io/documentation/apps/nextcloud/#email
  • Nextcloud login very long

    Moved Solved Nextcloud nextcloud
    16
    0 Votes
    16 Posts
    7k Views
    ?
    @yylevas No worries! Glad you found the problem. Breaking stuff is the fastest way to learn!