Jump to content
We're Hiring! Full Stack Developer ×

gfjardim

Community Developer
  • Posts

    2,213
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by gfjardim

  1. Sorry for not help more, some kind of setups just escape my knowledge. Thank you for posting your findings.
  2. Because it requires a change in the configuration (already done by the container) and is less safe. You should put a password in the Gui to level up the security.
  3. The EDGE variable in ownCloud is a little different from that needo uses; it just updates the whole system. In fact, it's just an "apt-get upgrade". I put the EDGE value to allow users to choose if they want an auto-update or not. No experimental code is installed. The only drawback is that the startup is delayed a few seconds.
  4. If you have created your container with EDGE value 1, just stop and start your container.
  5. You have to import the certificate into your iPad. Assuming you're on Firefox, go to your owncloud page, then click in the locker in the address bar, then click More Info/Show Certificate/Details/Export. Now you have a .pem certificate, you can email/Dropbox it to your iPad. Just open it in your iPad , install it and you're good to go.
  6. Needo have. It's the same for the user, so yes, use MariaDB. By default, the root user doesn't have a password, so you should change it.
  7. Yes. There's not a MySQL daemon inside the container.
  8. I've put a umask 000 in some of mine run scripts, and it worked fine..
  9. Freddie, I made the same test with ownCloud and got the same results. Will update my containers to reflect this setting.
  10. There is a comma after : 0 => '192.168.0.119:8000'
  11. Thanks i know the port is working because i have removed ownclowd and when i go to mydnsname.com i can access unraid over the web . <?php $CONFIG = array ( 'instanceid' => 'oc3397738543', 'passwordsalt' => '92e26a38d52598b26b1245e7161641', 'trusted_domains' => array ( 0 => '192.168.0.119:8000', ), 'datadirectory' => '/var/www/owncloud/data', 'dbtype' => 'sqlite3', 'version' => '7.0.0.8', 'installed' => true, ); This is what my config.php looks like can you please guide me to where should i put my dns lets say my dns is mark.dlinkddns.com Add a 1 => 'yourdnsname.com:8000 ', After the 0 => '192.168.0.119:8000', line.
  12. Take a look at that link I posted. It could save you a lot of time/trouble.
  13. Do you have any ideas no how do you will store your hdd into it? May I suggest http://www.newegg.com/Product/Product.aspx?Item=N82E16816111045
  14. If I can make a suggestion, in the place of that dial you could put a "gauge" showing drive temperature or total used space. https://www.tindie.com/products/TheRengineer/analog-gauge-stepper-breakout-board/
  15. You must had done something wrong. Docker only allows one name to be used by a single container. I use sqlite and it works ok. You can use MariaDB, but I have no idea if it will speedup ownCloud. You can export your user shares with ownCloud, just map those in the webGui and set them up using the External Storage addon from ownCloud.
  16. Do you run the network in bridge or host mode? In bridge mode. Ok, so I completely removed the container. Cleared the data folder and tried again from the default template. I can now reach it via https://192.168.1.2:8000/ gfjardim, I am impressed by your assistance with this and the community impresses me once again. Hopefully you setup a full time donation link one day. For now I am just very grateful, so thank you. I'm glad you figure it out how to fix it, sometimes it's better to start from scratch, because it's difficult to debug a specific setup. This forum alone worth the license fee, IMHO. I've learned a LOT from people like Joe L, RobJ, Tom and others. People here are always helpful, no matter what is your difficulty.
  17. Do you run the network in bridge or host mode? In bridge mode.
  18. Only if you want. "/C=" only takes two letters.
  19. It was just a minor fix. I had a busy day, just migrated my 50GB Dropbox account to ownCloud because of this: http://www.businessinsider.com/edward-snowden-dropbox-2014-7 I know, it's paranoia, I don't have anything secret there, but I don't like 22 year old private contractor spies sniffing my stuff. Now, it's ownCloud + CrashPlan for backups.
  20. You're not the first with this problem. I will try to nail it. Ok, this was a problem when generating ssl certificates. The default template used a long country designation, COUNTRY. I've updated the built in template to set US instead. Please update the extended docker plugin, remove the my-ownCloud template, and start again. PS: don't forget to prior remove the container and image too!
  21. You're not the first with this problem. I will try to nail it.
  22. root@localhost:# /usr/bin/docker logs CrashPlan *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... No SSH host key available. Generating one... Creating SSH2 RSA key; this may take some time ... Creating SSH2 DSA key; this may take some time ... Creating SSH2 ECDSA key; this may take some time ... Creating SSH2 ED25519 key; this may take some time ... invoke-rc.d: policy-rc.d denied execution of restart. *** Running /etc/my_init.d/config.sh... *** Running /etc/rc.local... *** Booting runit daemon... *** Runit started as PID 106 The command finished successfully! ?? STATUS column, ownCloud row.
  23. If you use the Extended Plugin, just click on the link in the STATUS column.
  24. Take a look at the logs and post it here.
  25. It will work on bridge mode, no need for /owncloud tho.
×
×
  • Create New...