linuxserver / docker-unifi-network-application

GNU General Public License v3.0
553 stars 41 forks source link

[FEAT] environtment for increase network more than 64 #22

Closed irulvam closed 8 months ago

irulvam commented 9 months ago

Is this a new feature request?

Wanted change

please add new environment for increase network vlan that it just no more than 64. please check this link https://community.ui.com/questions/Software-Based-Controller-limit-VLANS-to-be-maximum-64/6f8ec8a7-ce1b-4476-9d1f-9955cda6a053

Reason for change

my network is more than 64 vlan and i need it. so please add env for edit it

Proposed code change

this is solution for increase limit

open system.properties.

/usr/lib/unifi/data/system.properties

Go down to the end of that file and add this line. for example if want to 256 network vlan.

unifi.network.limit=256

so if it can change for free, please make it on docker environtment

on docker compose maybe add like this environment:

github-actions[bot] commented 9 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

j0nnymoe commented 9 months ago

This should be able to be done via the system.properties file that's located in your /config mount.

No plans to add an ENV flag for this considering this is something that should be configurable from the controller UI itself.