Jump to content

Gvon

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Gvon

  1. you can install unraid user script plugin then create new script below

     

    #for nextcloud Cron jobs

    docker exec -u 99 Nextcloud php -f /var/www/html/cron.php

     

    #for missing indexes

    docker exec -u 99 Nextcloud php ./occ db:add-missing-indices

     

    you can separate these 2 command for it own schedule 

     

    edit if your nextcloud container name Nextcloud-ffmpeg just change Nextcloud to Nextcloud-ffmpeg in script above 

     

  2. 19 minutes ago, -C- said:

    Everything looks to start up fine in the Mariadb log, but still not able to log in (tried console & Adminer).

    Did you set Generate Random Password to yes ? If so check your password in the mariadb log overy time you restart the password will change 

  3. 8 hours ago, Hepheastus said:

    I put my repository back to default, had a database failure message on the site again, rechecked for update and had one available.

    After update, the site was back to working function so this was also a fix.

    Yes you updated on latest version that fixed the problems 

  4. For those who want email support just add variable below

     

    MAIL_HOST=smtp.gmail.com

    MAIL_PORT=587

    [email protected]

    [email protected]

    MAIL_PASSWORD=yourpassword (create app one time password) use your main password will not work 

    MAIL_ENCRYPTION=tls

     

    If i add this variable mail will not arrive (MAIL_MAILER=log) 

     

    Note for safety you can create new gmail account just for mail notifications/log

×
×
  • Create New...