Skip to content

Commit

Permalink
🎉 Release of add-on UniFi Controller 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
addonsbot committed Aug 18, 2018
1 parent cdece21 commit 3b3f85b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 13 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -600,10 +600,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/v0.1.3
[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/v0.1.3/README.md
[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/v0.2.0
[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/v0.2.0/README.md
[unifi-issue]: https://github.com/hassio-addons/addon-unifi/issues
[unifi-version-shield]: https://img.shields.io/badge/version-v0.1.3-blue.svg
[unifi-version-shield]: https://img.shields.io/badge/version-v0.2.0-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
Expand Down
12 changes: 9 additions & 3 deletions unifi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

### Changed

- Upgrades UniFi to 5.8.28

[changelog]: https://github.com/hassio-addons/addon-unifi/compare/v0.1.2...v0.1.3
- Upgrades hadolint to latest
- Upgrades base image to v2.1.0
- Sets default Shell
- Updates README and links
- Enables SSL by default
- Less aggressive cleanup
- Upgrades OpenJDK to 8u181-b13-0ubuntu0.18.04.1

[changelog]: https://github.com/hassio-addons/addon-unifi/compare/v0.1.3...v0.2.0

14 changes: 9 additions & 5 deletions unifi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]

[![Support my work on Patreon][patreon-shield]][patreon]

The UniFi Controller allows you to manage your UniFi network
using a web browser.

Expand All @@ -25,13 +27,15 @@ Raspberry Pi.

[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/v0.1.3/README.md
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-unifi/blob/v0.2.0/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-unifi-controller/56297?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[patreon-shield]: https://www.frenck.nl/images/patreon.png
[patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.1.3-blue.svg
[release]: https://github.com/hassio-addons/addon-unifi/tree/v0.1.3
[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-unifi/tree/v0.2.0
[screenshot]: https://github.com/hassio-addons/addon-unifi/raw/master/images/screenshot.jpg
4 changes: 2 additions & 2 deletions unifi/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "UniFi Controller",
"version": "0.1.3",
"version": "0.2.0",
"slug": "unifi",
"description": "Manage your UniFi network using a web browser",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-unifi-controller/56297?u=frenck",
Expand Down Expand Up @@ -33,7 +33,7 @@
"host_network": false,
"options": {
"log_level": "info",
"ssl": false,
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
Expand Down

0 comments on commit 3b3f85b

Please sign in to comment.