🔥 Removes add-on Octobox

This commit is contained in:
Franck Nijhof 2019-02-27 20:34:47 +01:00
parent 0a7c69a042
commit ba12f645e8
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
6 changed files with 0 additions and 153 deletions

View file

@ -93,10 +93,6 @@ addons:
repository: hassio-addons/addon-nut repository: hassio-addons/addon-nut
target: nut target: nut
image: hassioaddons/nut image: hassioaddons/nut
octobox:
repository: hassio-addons/addon-octobox
target: octobox
image: hassioaddons/octobox
pi-hole: pi-hole:
repository: hassio-addons/addon-pi-hole repository: hassio-addons/addon-pi-hole
target: pi-hole target: pi-hole

View file

@ -1,19 +0,0 @@
# Changelog since v0.4.0
2018/10/01 20:53 UTC - [618ce20](https://github.com/hassio-addons/addon-octobox/commit/618ce206e5ac0cc467ab907444539f05c683737b) by [@frenck](https://github.com/frenck)
> :ambulance: Do not rely on HASSIO_TOKEN for secrets
Ref #7
2018/10/01 20:53 UTC - [5f7b394](https://github.com/hassio-addons/addon-octobox/commit/5f7b394068f0e203a3e0893305d9df1e677493fa) by [@frenck](https://github.com/frenck)
> :ambulance: Allows sync failures on add-on start
2018/10/01 20:53 UTC - [f1a31b7](https://github.com/hassio-addons/addon-octobox/commit/f1a31b73ed445fcbf3be641ef44b1b663563a724) by [@frenck](https://github.com/frenck)
> :ambulance: Run database migrations and sync in correct environment
2018/10/01 20:53 UTC - [049c7df](https://github.com/hassio-addons/addon-octobox/commit/049c7df77a37f858b0af3e8814ddb04ea767fb97) by [@frenck](https://github.com/frenck)
> :sparkles: Adds support for opening issues in same browser tab
2018/10/01 20:53 UTC - [845f2db](https://github.com/hassio-addons/addon-octobox/commit/845f2db85ad6035baa337969cabe96928890416e) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades GCC/G++ to 6.4.0-r9

View file

@ -1,59 +0,0 @@
# Community Hass.io Add-ons: Octobox
[![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]
Take back control of your GitHub notifications.
## About
If you manage more than one active project on GitHub, you probably find GitHub notifications pretty lacking.
Notifications are marked as read and disappear from the list as soon as you load the page or view the email of the notification. This makes it very hard to keep on top of which notifications you still need to follow up on.
Most open source maintainers and GitHub staff end up using a complex combination of filters and labels in Gmail to manage their notifications from their inbox. If you are like me, try to avoid email, then you might want something else.
Octobox is a beautiful application that manages your GitHub notifications via GitHubs API, allowing you to filter down by organization, project, notification type, or the reason why you are receiving the notification in the first place.
It is easy to drill down into the issues that matter to you in the current moment while still allowing you to be subscribed to projects that youd like to keep an eye on. You can quickly address threads that youve authored yourself or remember that you still need to submit your review that someone requested.
You can “star” long-running issues that you know might be important down the road.
A real must-have for every GitHub opensource contributor.
[Click here for the full documentation][docs]
![Home Assistant Control Panel screenshot][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-octobox/blob/618ce20/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-octobox/57695?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-618ce20-blue.svg
[release]: https://github.com/hassio-addons/addon-octobox/tree/618ce20
[screenshot]: https://github.com/hassio-addons/addon-octobox/raw/master/images/screenshot.png

View file

@ -1,71 +0,0 @@
{
"name": "Octobox",
"version": "618ce20",
"slug": "octobox",
"description": "Take back control of your GitHub notifications",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-octobox/57695?u=frenck",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3333]",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"homeassistant_api": false,
"host_network": false,
"ports": {
"3333/tcp": 3333
},
"map": [
"config",
"ssl"
],
"options": {
"log_level": "info",
"github_client_id": "",
"github_client_secret": "",
"username": "",
"password": "",
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"sync_timeout": 600,
"open_in_same_tab": false,
"fetch_subject": true,
"minimum_refresh_interval": 1,
"allow_personal_access_token": false,
"github_restrict_access": false,
"github_organization_id": 0,
"github_team_id": 0,
"ipv6": false
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"github_client_id": "str",
"github_client_secret": "str",
"username": "str",
"password": "str",
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"sync_timeout": "int",
"open_in_same_tab": "bool",
"fetch_subject": "bool",
"minimum_refresh_interval": "int",
"allow_personal_access_token": "bool",
"github_restrict_access": "bool",
"github_organization_id": "int",
"github_team_id": "int",
"ipv6": "bool",
"i_like_to_be_pwned": "bool?",
"leave_front_door_open": "bool?"
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/octobox"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6 KiB