linuxserver / docker-unifi-network-application

GNU General Public License v3.0
551 stars 40 forks source link

Create a compose deployed by ordinary people #62

Closed bupahaibao closed 5 months ago

bupahaibao commented 5 months ago

Is this a new feature request?

Wanted change

The old version of unifi-control has been deprecated, but the new version seems to be more troublesome to deploy. It also requires a mongo database and the like, which is very unfriendly to people without basic knowledge. I hope there is a compose that can be used easily

Reason for change

The new version is too complicated, and the database must be deployed. I hope to produce a complete compose including database configuration, how to write the "init-mongo.js" related files specifically, and I also hope to directly write the recommended values.

Proposed code change

No response

github-actions[bot] commented 5 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 5 months ago

We already provide everything the user needs to know within the read me. https://github.com/linuxserver/docker-unifi-network-application#setting-up-your-external-database lists the snippet of compose needed to deploy the mongodb container and also includes how to write the init-mongo.js file.

We do expect users to have some basic knowledge on how to deploy containers on their choosen system. Otherwise we end up in a worse situation than we already have where users blindly copy/paste compose snippets and deploy them without knowing what their doing.

gifu88 commented 4 months ago

@bupahaibao : You could use the compose-file provided here: https://github.com/linuxserver/docker-unifi-network-application/issues/59

But please keep in mind what j0nnymoe said. You need to know what you are doing.