gshlomi

Members
  • Posts

    338
  • Joined

  • Last visited

Everything posted by gshlomi

  1. Can't install the plugin: plugin: installing: https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.file.integrity.plg plugin: downloading https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.file.integrity.plg plugin: downloading: https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.file.integrity.plg ... done plugin: downloading: http://mirrors.slackware.com/slackware/slackware64-14.1/slackware64/a/inotify-tools-3.14-x86_64-1.txz ... failed (Invalid URL / Server error response) plugin: wget: http://mirrors.slackware.com/slackware/slackware64-14.1/slackware64/a/inotify-tools-3.14-x86_64-1.txz download failure (Invalid URL / Server error response
  2. Please add reply #45 for the OP. Search for the problem for over an hour now, which appeared to be me using a bond0 on my server. Thanks
  3. That's what I try to avoid - I want the interface automatically opened in a read only state, without requiring user and pass...
  4. Uhm have you tried doing what you were instructed to do? Tried that, but still gets an authentication screen when accessing the portal. Am I doing something wrong?
  5. What I want to achieve is a read-only status homepage for all my apps, with authentication for changing HTPCManger or the configured apps settings (like pausing or removing downloads). If I understand correctly, it isn't possible. Any plans of implementing something like that in the future?
  6. @hellowlol Is it possible to setup HTPC-Manager default permissions to read/view only, and set an admin user with access to settings/etc. ? I'd like HTPC-Manager to be my domain's homepage, but don't want any visitor to change my settings or downloads. Thanks
  7. Hi. Need a little help setting the different modules up. I'm using linuxserver.io Apache docker as a reverse proxy, redirecting all traffic to https (port 443) with a valid certificate, securing most of the apps with their built-in authentication optins, the others using .htaccess. I have, for instance, CouchPotato accessible by https://mydomain.org/couchpotato. How do I setup the CouchPotato module in HTPC-Manager? Searched all over the net for some settings guilde, but couldn't find any... Thanks EDIT: ok, so HTPC-Manager uses the same URLs as I've set up my reverse proxy (mydomain.org/couchpotato), so changing my proxy to mydomain.org/cp made it available for HTPC-Manager to use.
  8. Hi. I want to create a test lab of 4-6 VMs on unraid, and I want one of them to be a DHCP server for the others. Selecting br0 for the VMs connects them to my LAN, so they receive an IP address from my router. Selecting virbr0, they still get an IP address assigned. Is there a way to create an internal only, no DHCP vswitch on unraid? Thanks
  9. You left the "Access Token" field blank. You need to log into Pushbullet via browser and generate an access token so unraid can communicate with Pushbullet. Log into Pushbullet, got to Settings, Account, and click "Create Access Token". Copy and paste that into the field on unraid and test. The problem is that the Access,Token is not getting saved...
  10. Same here. 30GB(!!!) of logs... I've increased my docker image size each time until I'll find some free time and easy way to locate the growing files...
  11. Any idea if this will be added?? I've noticed the nginx docker with it, but I'm more comfortable with apache myself. +1
  12. Do you get a page about "Trusted domain"?
  13. Pretty simple, actualy. Just replace the files in the "keys" folder with you cert files and edit the default-sites.conf to your virtual hosts file... You can stop the smdion container and test the LinuxServer one
  14. Take note that smdion stopped maintaining his repo and moved to LinuxServer.io. See http://lime-technology.com/forum/index.php?topic=34009.0
  15. Yeah, forgot to mention the MariaDB docker as the backend Did you set it up behind a reverse proxy ? If not, take it as your next challenge
  16. Where is the official ownCloud container ? and does that official runs the latest 8.2.2 owncloud? I'm using https://hub.docker.com/_/owncloud/ And yes, it's running the latest 8.2.2. Haven't used in-app update yet, so don't know how persistent it is. I've mapped the whole /var/www/html to /mnt/cache/appdata/owncloud and added a mapping of /data:/mnt/user/ownCloud, pointing the installation wizard to save user files at /data instead of the default location of /var/wwww/html/data (if that makes any sense to you). I've also installed the official Redis container (https://hub.docker.com/_/redis/) for memcache and file locking. The only caveat I still have is cron jobs, but am using www.crondash.com for webcron. Hope that helps S Ok I have it running on the Official Docker for Owncloud. How did you use Redis? can you share screenshot of the Docker GUI page you have for Redis? (edit the docker and show advanced). thanks. Used Community Applications with the setting of "Enable additional search results from dockerHub?" enabled to find the official Redis docker, then added it with the attached parameters. In owncloud's config.php, added: 'memcache.local' => '\OC\Memcache\APCu', 'filelocking.enabled' => 'true', 'memcache.locking' => '\OC\Memcache\Redis', 'redis' => array( 'host' => MY_SERVER_IP_ADDRESS, 'port' => 6379, ),
  17. Where is the official ownCloud container ? and does that official runs the latest 8.2.2 owncloud? I'm using https://hub.docker.com/_/owncloud/ And yes, it's running the latest 8.2.2. Haven't used in-app update yet, so don't know how persistent it is. I've mapped the whole /var/www/html to /mnt/cache/appdata/owncloud and added a mapping of /data:/mnt/user/ownCloud, pointing the installation wizard to save user files at /data instead of the default location of /var/wwww/html/data (if that makes any sense to you). I've also installed the official Redis container (https://hub.docker.com/_/redis/) for memcache and file locking. The only caveat I still have is cron jobs, but am using www.crondash.com for webcron. Hope that helps S
  18. When you update ownCloud using the admin webinterface, a zipped version backup is saved in the data folder. I've unzipped it and copied it inside the docker and everything started working again... Then I've decided it's too complicated to redo this every change I'll edit the container, so started from scrach using the official ownCloud container. I've mapped the complete /var/www/owncloud to an appdata folder for persistancy. The only problem still not solved is editing the cron file...
  19. Is there a reason NOT to use official containers? I've noticed an official redis container as well and setup owncloud to use it for memcache & file locking. Any downsides for that?
  20. Just found https://hub.docker.com/_/owncloud/, and https://github.com/docker-library/official-images as a repository of official docker containers for various apps. Is there a simple way to convert or use these as unRAID docker containers ? Thanks