Jump to content

wayner

Members
  • Posts

    536
  • Joined

  • Last visited

Everything posted by wayner

  1. But I am already using port 8080 for something else. Won't that cause contention for that port since that is one of the defaults for the ports? When I go to tower:8080 it hits my SageTV web UI. If I install this docker with defaults I am pretty sure that tower:8080 may now try to go to the Unifi web UI.
  2. Hi, I need help configuring the Unifi Controller docker. I am new to unRAID but I have been running the Unifi controller for a couple of years under Windows. I am currently running 3.2.7 on a 32 bit Windows 7 installation with five APs. In my current Unifi system.properties file there are only the following lines that aren't commented out: is_default=false unifi.http.port=8888 uuid=9512799f-7e23-4d29-b013-3XXXXXXXX When I look at the default system.properties it shows: # each unifi instance requires a set of ports: # # unifi.http.port=8080 # device inform # unifi.https.port=8443 # controller UI / API # portal.http.port=8880 # portal redirect port for HTTP # portal.https.port=8843 # portal redirect port for HTTPs # unifi.db.port=27117 # local-bound port for DB server So am I correct in assuming that in the docker setup Host Port 1 maps to unifi.http.port, Host Port 2 maps to portal.http.port, Host Port 3 maps to unifi.https.port, Host Port 4 maps to portal.https.port and Host Port 5 maps to unifi.db.port? Is this documented anywhere? For my existing Win based controller I access my controller via a web browser at port 8443 although I always get complaints about certificates. If I try to access at http - 8888 it seems to redirect to https - port 8443. So, what settings should I enter for the ports in the docker config? I can't use 8080 as that is already being used by the SageTV docker contain for its web UI. So should I continue to use 8888, assuming that it doesn't conflict with anything else on docker? So once I get all of this setup then what is the process? Do I forget them on my Windows controller and adopt them on my Docker Controller? I don't know if this makes a difference but I have my Access Points set up as static IPs of 192.168.1.2-6 rather than use DHCP.
  3. I am new to docker and would love to get AirVideo Server working on unRAID. Can someone who has it working post how to do this? I have tried adding https://github.com/dmaxwell351/docker-containers to my template repositories but that didn't help. The maxwell site mentions this command: docker run -d --net=host -v /mnt/user/appdata/airvideohd:/config -v /mnt/user/Media:/videos -v /mnt/user/appdata/airvideohd/temp:/conversionPath --name airvideohd dmaxwell/airvideohd But where do I enter that? In a terminal session? Somewhere in the unRAID gui?
×
×
  • Create New...