mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on UniFi Controller to 6ddffc3
This commit is contained in:
parent
e71b5e9752
commit
849389bef7
4 changed files with 63 additions and 7 deletions
|
@ -607,10 +607,10 @@ SOFTWARE.
|
|||
[tor-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[tor-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[tor-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/c572341
|
||||
[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/c572341/README.md
|
||||
[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/6ddffc3
|
||||
[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/6ddffc3/README.md
|
||||
[unifi-issue]: https://github.com/hassio-addons/addon-unifi/issues
|
||||
[unifi-version-shield]: https://img.shields.io/badge/version-c572341-blue.svg
|
||||
[unifi-version-shield]: https://img.shields.io/badge/version-6ddffc3-blue.svg
|
||||
[unifi-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/unifi.svg
|
||||
[unifi-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[unifi-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
2018/06/16 11:31 UTC - [c572341](https://github.com/hassio-addons/addon-unifi/commit/c572341eca68dae868b8e5bb9682d345d9a93858) by [@frenck](https://github.com/frenck)
|
||||
> :arrow_up: Upgrades UniFi to v5.8.22
|
||||
2018/06/16 18:55 UTC - [6ddffc3](https://github.com/hassio-addons/addon-unifi/commit/6ddffc3d3fdd394bacd6c0d9df41287713f3ac93) by [@frenck](https://github.com/frenck)
|
||||
> :books: Adds initials documentation
|
||||
|
||||
|
|
56
unifi/README.md
Normal file
56
unifi/README.md
Normal file
|
@ -0,0 +1,56 @@
|
|||
# Community Hass.io Add-ons: UniFi Controller
|
||||
|
||||
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
|
||||
|
||||
[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum]
|
||||
|
||||
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
|
||||
|
||||
The UniFi Controller allows you to manage your UniFi network
|
||||
using a web browser.
|
||||
|
||||
## About
|
||||
|
||||
This add-on runs Ubiquiti Networks' UniFi Controller software, which allows
|
||||
you to manage your UniFi network via the web browser. The add-on provides a
|
||||
single-click installation and run solution for Hass.io, allowing users to get
|
||||
their network up, running, and updated, easily.
|
||||
|
||||
This add-on supports all Hass.io supported architectures, including the
|
||||
Raspberry Pi.
|
||||
|
||||
[Click here for the full documentation][docs]
|
||||
|
||||
![UniFi Controller][screenshot]
|
||||
|
||||
## WARNING! THIS IS AN EDGE VERSION!
|
||||
|
||||
This Hass.io Add-ons repository contains edge builds of add-ons. Edge builds
|
||||
add-ons are based upon the latest development version.
|
||||
|
||||
- They may not work at all.
|
||||
- They might stop working at any time.
|
||||
- They could have a negative impact on your system.
|
||||
|
||||
This repository was created for:
|
||||
|
||||
- Anybody willing to test.
|
||||
- Anybody interested in trying out upcoming add-ons or add-on features.
|
||||
- Developers.
|
||||
|
||||
If you are more interested in stable releases of our add-ons:
|
||||
|
||||
<https://github.com/hassio-addons/repository>
|
||||
|
||||
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
||||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
||||
[discord]: https://discord.gg/c5DvZ4e
|
||||
[docs]: https://github.com/hassio-addons/addon-unifi/blob/6ddffc3/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-6ddffc3-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-unifi/tree/6ddffc3
|
||||
[screenshot]: https://github.com/hassio-addons/addon-unifi/raw/master/images/screenshot.jpg
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "UniFi Controller",
|
||||
"version": "c572341",
|
||||
"version": "6ddffc3",
|
||||
"slug": "unifi",
|
||||
"description": "Lorem ipsum.",
|
||||
"description": "Manage your UniFi network using a web browser",
|
||||
"url": "https://community.home-assistant.io/?u=frenck",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8443]",
|
||||
"startup": "services",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue