jrdnlc

Members
  • Posts

    331
  • Joined

  • Last visited

Everything posted by jrdnlc

  1. You have to create the system.properties file and put it inside the unifi-video folder. Re-start the docker and then it will prompt you to create an account and setup the NVR I'm having the same issue for the recorded video files. It's storing them in "/usr/lib/unifi-video/data/videos" when i specified in the docker i want them in "/mnt/cache/recordings/nvr" Hopefully Pducharme can help here. Not sure what's going on
  2. Any idea why I get the error below when using the UniFi Video docker?
  3. Thanks a lot for this guide. Will run this on a docker until Ubiquiti decides to implement openvpn on their Unifi router
  4. can't remember off the top of my head but if it's not we will push an update Until then you can install with apk add --update curl if it's missing Thanks! Looks like today's update added curl. Can you also add GD? cURL and GD are the most used features and i'm surprised they were not included. In the meantime, I'll add gd manually. Thanks again! Yeah, there are a whole lot of php modules out there. I personally host an html5 site and a bunch of reverse proxies so don't really use php at all. If there are other modules that are commonly used and needed, let us know and we'll add them to this container. I'll go ahead and add php5-gd Thanks for adding GD. Will let you know if any other modules are needed but so far webpage is working great now! I would like to donate some money to you as a thank you for adding them so quickly and helping me out PM me your Paypal address. Thanks again!! No need for a PM, address is here... https://www.linuxserver.io/donations/ I would like to send it to him directly. Thanks
  5. can't remember off the top of my head but if it's not we will push an update Until then you can install with apk add --update curl if it's missing Thanks! Looks like today's update added curl. Can you also add GD? cURL and GD are the most used features and i'm surprised they were not included. In the meantime, I'll add gd manually. Thanks again! Yeah, there are a whole lot of php modules out there. I personally host an html5 site and a bunch of reverse proxies so don't really use php at all. If there are other modules that are commonly used and needed, let us know and we'll add them to this container. I'll go ahead and add php5-gd Thanks for adding GD. Will let you know if any other modules are needed but so far webpage is working great now! I would like to donate some money to you as a thank you for adding them so quickly and helping me out PM me your Paypal address. Thanks again!!
  6. can't remember off the top of my head but if it's not we will push an update Until then you can install with apk add --update curl if it's missing Thanks! Looks like today's update added curl. Can you also add GD? cURL and GD are the most used features and i'm surprised they were not included. In the meantime, I'll add gd manually. Thanks again!
  7. What's the username/pass for the Unifi video docker? Edit: I don't see any system.properties file created Edit 2: Here is the docker log: http://hastebin.com/hujaxiluxu.vbs
  8. @cglatot Have you figured it out how to block access to certain files/directories?
  9. EDIT: I would like to know a more elegant method to do this, but in the meantime you can block multiple files / directories using this location format: location ~ /(dir1|dir2|dir3|file1.ext|file2.ext|file3.ext) { deny all; return 404; } I would also like to know this! I didn't even realise that they could be accessed! Where in the config file do I enter that code? I tried all the way at the bottom but it messes up my whole domain.com page.
  10. How can I block access to domain.com/test.txt, /folder, /sample.doc etc etc ?
  11. What is the MineOS username to login? I've tried root, admin, mineos and minecraft and neither of them work. I set the password in the docker
  12. I'll send you the pastebin link via Pm and yeah I'm restarting the docker after changes.
  13. @cglatot When I try going to domain.com it says page cannot load and also the rest of my services are unreachable. But, if I remove the code everything starts working again (ex domain.com, domain.com/cp etc )
  14. @cglatot I'm using nginx-letsencrypt. I changed the file name because it was different but it still doesn't load.
  15. @cglatot What is "include /config/nginx/proxy.conf; " for? I don't have that file inside my nginx folder. Also, once I add the code below my nginx server stops responding. location /web/ { include /config/nginx/proxy.conf; proxy_pass http://192.168.1.148:32400/web/; } location /plex/ { proxy_pass http://127.0.0.1/web/; } I'll try the basic auth once I get this sorted out.
  16. Anyone have plex working under nginx reverse proxy? I can't get it to work for the life of me
  17. What's your budget? Check my signature below for cpu/board/ram combo I have.
  18. This was used as a pfsense router without any issues. Will include: 1U Supermicro Chassis with rails 1U PSU Supermicro X9SCL-F MB Located in Los Angeles. Asking $200 I can provide heatware and ebay feedback if needed. Thanks 1u chassis top 1u chassis bottom 1u chassis back X9scl-f board X9scl-f socket
  19. Can someone be kind enough and make a Apache w/ let's encrypt support docker? I'm an Apache guy myself not a fan of Nginx
  20. Have you checked out Ubiquiti cameras? I'm using their UniFi gear along with their cameras and I love it.
  21. Apache w/ Let's Encrypt support! I'm not a fan of Nginx
  22. No I cannot access the webUI because the docker doesnt start. It just hangs in "Location of the database: /app/PlexRequests.Net/PlexRequests.sqlite" and then the docker stops.