Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unifi Controller, Rename Folder done through phone #101

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
2d0bba4
Create . gitignore
lilkidsuave Nov 20, 2023
f4d6166
Rename servapps/Unifi Controller/. gitignore to servapps/Unifi-Contro…
lilkidsuave Nov 20, 2023
a118f4c
Rename servapps/Unifi-Controller. gitignore to servapps/Unifi-Control…
lilkidsuave Nov 20, 2023
306c5f1
Add files via upload
lilkidsuave Nov 20, 2023
e428ad7
Rename servapps/Unifi-Controller/screenshots.gitignore to servapps/Un…
lilkidsuave Nov 20, 2023
7339f9f
Add files via upload
lilkidsuave Nov 20, 2023
023095a
Delete servapps/Unifi-Controller/.gitignore
lilkidsuave Nov 20, 2023
df2c5d0
Delete servapps/Unifi-Controller/screenshots/.gitignore
lilkidsuave Nov 20, 2023
105f73c
Update cosmos-compose.json
lilkidsuave Nov 20, 2023
cc395e9
Update cosmos-compose.json
lilkidsuave Nov 20, 2023
8ed5815
Update cosmos-compose.json
lilkidsuave Nov 20, 2023
5900d88
Update cosmos-compose.json
lilkidsuave Nov 20, 2023
a16a6f3
Update cosmos-compose.json
lilkidsuave Nov 20, 2023
c2bc454
Update cosmos-compose.json
lilkidsuave Nov 20, 2023
e1b6497
Update cosmos-compose.json
lilkidsuave Nov 20, 2023
bc10a8e
Update cosmos-compose.json
lilkidsuave Nov 20, 2023
f690862
Update cosmos-compose.json
lilkidsuave Nov 20, 2023
1513510
Update cosmos-compose.json
lilkidsuave Nov 20, 2023
c2410f4
Update cosmos-compose.json
lilkidsuave Nov 20, 2023
f301e2a
Update cosmos-compose.json
lilkidsuave Nov 20, 2023
7bcdf5a
Update cosmos-compose.json
lilkidsuave Nov 20, 2023
4b1383e
Update cosmos-compose.json
lilkidsuave Nov 20, 2023
766da7b
Update cosmos-compose.json
lilkidsuave Nov 20, 2023
67acbf6
Update cosmos-compose.json
lilkidsuave Nov 20, 2023
678f5b8
Update cosmos-compose.json
lilkidsuave Nov 21, 2023
397207f
Update cosmos-compose.json
lilkidsuave Nov 21, 2023
7e0ec79
Update cosmos-compose.json
lilkidsuave Nov 21, 2023
9cea8e3
Update cosmos-compose.json
lilkidsuave Nov 21, 2023
2969442
Update cosmos-compose.json
lilkidsuave Nov 21, 2023
480b90e
Update cosmos-compose.json
lilkidsuave Nov 21, 2023
3584c01
Update cosmos-compose.json
lilkidsuave Nov 21, 2023
60f221d
Update cosmos-compose.json
lilkidsuave Nov 21, 2023
5fa5f12
Update cosmos-compose.json
lilkidsuave Nov 21, 2023
dfa9b2f
Update cosmos-compose.json
lilkidsuave Nov 21, 2023
1ba7946
Update cosmos-compose.json
lilkidsuave Nov 21, 2023
51697d3
Update cosmos-compose.json
lilkidsuave Nov 21, 2023
c70a505
Update cosmos-compose.json
lilkidsuave Nov 21, 2023
7d7135b
Update cosmos-compose.json
lilkidsuave Nov 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions servapps/Unifi-Controller/cosmos-compose.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"cosmos-installer": {
"post-install": [
{
"type": "warning",
"label": "Read the GitHub Page for info about adopting devices and other stuff: https://github.com/jacobalberty/unifi-docker/#adopting-access-points-and-unifi-devices."
}
]
},
"services": {
"{ServiceName}": {
"image": "jacobalberty/unifi",
"container_name": "{ServiceName}",
"restart": "unless-stopped",
"ports": [
"3478:3478/udp",
"6789:6789",
"8443:8443",
"8080:8080",
"8880:8880",
"8843:8843",
"10001:10001/udp"

],
"environment": [
"TZ=auto"
],
"volumes": [
{
"source": "{ServiceName}-unifi",
"target": "/unifi",
"type": "volume"
}
],
"user": "unifi",
"init": true,
"routes": [
{
"name": "{ServiceName}",
"description": "Expose {ServiceName} to the web",
"useHost": true,
"target": "https://{ServiceName}:8443",
"mode": "SERVAPP",
"Timeout": 14400000,
"ThrottlePerMinute": 12000,
"AcceptInsecureHTTPSTarget": true,
"BlockCommonBots": true,
"SmartShield": {
"Enabled": true
}
}
],
"labels": {
"cosmos-force-network-secured": "false",
"cosmos-auto-update": "true",
"cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/Unify-Controller/icon.png",
"cosmos-persistent-env": "TZ"
}
}
}
}
9 changes: 9 additions & 0 deletions servapps/Unifi-Controller/description.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Unifi Controller",
"longDescription": "Unifi Controller is a management software designed for Ubiquiti Networks hardware, providing centralized management of Ubiquiti devices. It allows users to configure, monitor, and manage networks of Ubiquiti devices, including access points, switches, and security gateways. The Controller offers features like analytics, guest portal, firmware updates, and network mapping.",
"description": "Unifi Controller is a management software for Ubiquiti Networks hardware, enabling centralized device management.",
"tags": ["network management", "Ubiquiti Networks", "hardware", "management software"],
"repository": "https://github.com/jacobalberty/unifi-docker",
"image": "https://hub.docker.com/r/jacobalberty/unifi",
"supported_architectures": ["amd64", "arm64"]
}
Binary file added servapps/Unifi-Controller/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/Unifi-Controller/screenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/Unifi-Controller/screenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/Unifi-Controller/screenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/Unifi-Controller/screenshots/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.