Jump to content

mythrandir52

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by mythrandir52

  1. Well owncloud 9 is officially out today
  2. Is there any thought to adding lets encrypt https://letsencrypt.org/ since it it allows automatic programmatic certificate generation.
  3. is there any plans for an owncloud 9 docker app
  4. HTTPS is enforced on port 8000 and HTTP on port 8001. The cron job is already installed: I made a mistake i was using the Bungy owncloud as it allowed me to map the config to one share the apps to another and the user data to a third. Container Volume host path /var/www/html/apps /mnt/cache/appdata/owncloud/apps /var/www/html/config /mnt/cache/appdata/owncloud/config /var/www/html/data /mnt/cache/appdata/owncloud/data
  5. I need some help. I was using one of the other owncloud docker containers before but i like the one by gfjardim as it allows me to seperate the appdata and the userdata. The problem i am having is that i have scripts and process that drop files in the file system. Owncloud isnt picking them up. I the other contain i would just execute the following command sudo -u www-data php occ files:scan --all The issue is sudo isnt installed in the container and if i install it the command will just vanish with the next update. the problem is the command needs to be executed by the owner of the config.php the other option was crontab but it isnt installed either. https://doc.owncloud.org/server/7.0/admin_manual/configuration/background_jobs_configuration.html also how do i enable https?
×
×
  • Create New...