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

289 Topics 2.1k Posts
  • Pdlib php8.0 facerecognition App

    2
    0 Votes
    2 Posts
    395 Views
    girishG

    @Timojl1 Have you installed nextcloud on Cloudron ? Are building pdlib on the server? You should instead modify the nextcloud app package - https://git.cloudron.io/cloudron/nextcloud-app/

  • 0 Votes
    4 Posts
    267 Views
    jdaviescoatesJ

    @Razumasu thanks for writing that up πŸ™

  • Primary storage Hetzner Storagebox

    4
    0 Votes
    4 Posts
    336 Views
    archosA

    @MooCloud_Matt Thank you for the replies, it's settled then. Will be better with S3 as primary storage. Thank you.

  • Update failed: Check for write permissions

    7
    0 Votes
    7 Posts
    332 Views
    jdaviescoatesJ

    @girish said in Update failed: Check for write permissions:

    Cloudron package is already at 25.0.1.

    Only if you're on 7.3.x - that's why I previously updated to 7.3.2

    @eddiiii said in Update failed: Check for write permissions:

    . I try to update to the latest cloudron version.
    EDIT: That seems to work.

    Yep, that does it πŸ™‚

  • Nextcloud 25.01 is out

    Solved
    20
    1 Votes
    20 Posts
    1k Views
    yusfY

    @nebulon Very good! Thanks a bunch nebulon!

  • 0 Votes
    2 Posts
    1k Views
    SupaikuS

    @Supaiku fixed by downloading (for backup) and deleing the files_archive and files_downloadactivity plugins which I had installed. not quite sure which was causing the issue, but one of them was...

  • 0 Votes
    5 Posts
    379 Views
    andreasduerenA

    @girish That be really great because I'm so done reconfiguring the NC Talk settings once a day lol

  • Nextcloud Talk not connecting calls

    18
    1 Votes
    18 Posts
    2k Views
    I

    @doodlemania2

    Do I need to install the turn server on the same server I installed the nextcloud

    Or a different server?

    My nextcloud works fine just that I can not call users on a different network.

    How do I do this right, for I call users who are not on the same networks?

    Thank you

  • 1 Votes
    16 Posts
    3k Views
    jdaviescoatesJ

    @vladimir-d said in Nextcloud Admin Settings > Security & setup warnings:

    We sorted this issue by amending /app/data/htaccess (/app/code/.htaccess) as follows:

    <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP_USER_AGENT} DavClnt RewriteRule ^$ /remote.php/webdav/ [L,R=302] RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteRule ^\.well-known/host-meta /public.php?service=host-meta [QSA,L] RewriteRule ^\.well-known/host-meta\.json /public.php?service=host-meta-json [QSA,L] - RewriteRule ^\.well-known/webfinger /public.php?service=webfinger [QSA,L] - RewriteRule ^\.well-known/nodeinfo /public.php?service=nodeinfo [QSA,L] + RewriteRule ^/\.well-known/webfinger /index.php/.well-known/webfinger [R=301,L] + RewriteRule ^/\.well-known/nodeinfo /index.php/.well-known/nodeinfo [R=301,L] RewriteRule ^\.well-known/carddav https://%{HTTP_HOST}/remote.php/dav/ [R=301,L] RewriteRule ^\.well-known/caldav https://%{HTTP_HOST}/remote.php/dav/ [R=301,L] RewriteRule ^remote/(.*) remote.php [QSA,L] RewriteRule ^(?:build|tests|config|lib|3rdparty|templates)/.* - [R=404,L] RewriteCond %{REQUEST_URI} !^/\.well-known/(acme-challenge|pki-validation)/.* RewriteRule ^(?:\.|autotest|occ|issue|indie|db_|console).* - [R=404,L] </IfModule>

    That worked for me too.

    I wonder what caused it though. I have another install of Nextcloud that also has Nextcloud Talk installed and that htaccess has no mention of webfinger, so it must be something else 🀷

  • 0 Votes
    10 Posts
    672 Views
    girishG

    @jdaviescoates Yes, cron not working is a symptom of docker not working (stuck in configuring)

  • Couldnt login to email

    7
    0 Votes
    7 Posts
    189 Views
    nebulonN

    @subven ah, thanks for the pointer. I had no clue about that feature. But yeah it seems it is nextcloud internal or just how that specific user is setup, rather than a Cloudron or packaging bug.

  • Outdated link in docs

    Solved
    3
    0 Votes
    3 Posts
    129 Views
    nottheendN

    @nebulon really impressive that it is live already πŸ‘Œ

  • Copy-pasting from editor disabled

    Solved
    20
    0 Votes
    20 Posts
    1k Views
    E

    @jdaviescoates Yes, the latest app update has resolved the issue!

    Thank you for your help with this, though.

  • 4 Votes
    1 Posts
    248 Views
    No one has replied
  • 2 Votes
    3 Posts
    2k Views
    vladimir.dV

    By default, Nextcloud generates photo thumbnails on-demand that leads to slow Photos thumbnails load. To speed it up we’re using the Preview Generator app for Nextcloud to pre-generate previews regularly.

    First we set the default thumbnail sizes by using the "occ config" commands:

    sudo -u www-data /usr/bin/php /app/code/occ config:app:set --value="32 256" previewgenerator squareSizes sudo -u www-data /usr/bin/php /app/code/occ config:app:set --value="256 384" previewgenerator widthSizes sudo -u www-data /usr/bin/php /app/code/occ config:app:set --value="256" previewgenerator heightSizes

    Then we generated previews for all existent images:

    sudo -u www-data /usr/bin/php /app/code/occ preview:generate-all -vvv

    It took about 3 weeks on our host to generate preview images for 4Tb of data which takes additional 500Gb.

    Once it's finished we setup a cron job to generate previews:

    0 */6 * * * sudo -u www-data /usr/bin/php -f /app/code/occ preview:pre-generate

    TBH, it helped us a little but our Photos are still loading for 50-60 seconds and we are seeking any solution to speed it up.

  • I cannot access to change Nexcloud user passwords..

    Moved Solved
    6
    0 Votes
    6 Posts
    258 Views
    subvenS

    @zion you can do both at the same time. If you create a account within Nextcloud, Cloudrons LDAP is not involved. The other way around you can deny access for Cloudron accounts via the apps security tab within Cloudron. Switching off LDAP is not recommended but you are free to do whatever you like ^^

  • Nextcloud not responding

    Moved
    23
    0 Votes
    23 Posts
    835 Views
    necrevistonnezrN

    @SamGreenwood said in Nextcloud not responding:

    Jitsi is now doing the same thing

    As @nebulon said before: A little information would help, like

    Hoster Domain / DNS provider Ubuntu Version

    etc etc

  • Cleaning up old sessions

    Solved
    5
    0 Votes
    5 Posts
    489 Views
    A

    @nebulon Yes, it seems like it is: https://help.nextcloud.com/t/how-to-remove-device-session-on-security-personal-menu/107430

    https://help.nextcloud.com/t/disconnect-all-sessions-revoking-access-for-all-apps-of-a-user/37955/8

    Waiting for an official fix, two workarounds mentioned in these topics are editing database or running a bash script. Nothing that I'm able to do, but yeah, this does need to be solved upstream.

  • Since today/reboot no file explorer anymore in Firefox

    Solved
    2
    0 Votes
    2 Posts
    279 Views
    imc67I

    @imc67 one way to solve it (temporary?) is to clear cache and cookies

  • 0 Votes
    2 Posts
    121 Views
    girishG

    @humptydumpty said in Auto Backups - Data Retention and Syntax Questions:

    auto, 7

    I think this is the one. This would translate to delete all files in the trash bin that are older than 7 days automatically, delete other files anytime if space needed.

    (I think D is just notation for doc purposes)