mythrandir52

Members
  • Posts

    11
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

mythrandir52's Achievements

Noob

Noob (1/14)

0

Reputation

  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?
  6. im current on version 6.0-beta14b how do i updated to current?
  7. For the SSL can you do something similar to the own cloud docker. It creates a self signed cert automatically. It seems to use variables to drive the cert
  8. I mapped in my shares to my home directory on owncloud but its strange some sub folders i can see some i cant and they all have the same permissions set. What am i doing wrong?
  9. As far as the ssl issue with the local host name can you prompt for a new and put it in the conf file before it complies the self sign cert as a subject alternative name. I have ssl certs with 20 subject alternative names. It a must especially if you put boxes behind load balancers.
  10. Your beta was great it work though several part of the config come up saying they are missing the mysql php extensions. How would i enable ssl support for the site? On a similar topic i dont suppose you ever though to bundle the symform program into a docker container. I is a great free cloud based backup that you can get free storage by sharing some of your extra storage. I have used it for about a year with my previous box and it worked great. http://www.symform.com/
  11. Does anyone know if there is a container for pydio for unraid. It is similar to owncloud but it has better performance and handles large numbers of files better. It also has many features and improvements over owncloud. Pydio Web site: https://pyd.io/v6 I have found that people have created a docker version of pydio already but when i add it as a source it doesn't appear to resolve. https://github.com/kdelfour/pydio-docker or https://registry.hub.docker.com/u/jprjr/ubuntu-pydio/ What do i have to do to get this installed?