This repository has been archived by the owner on Oct 30, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #273 from ludeeus/docupdate
Documentation updates.
- Loading branch information
Showing
36 changed files
with
812 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,40 @@ | ||
<!-- | ||
Make sure your running an up to date version of Hassbian before reporting a problem. If not make sure to specify what version and why so we can recreate the issue in question. | ||
You should only file an issue if you found a bug. Feature and enhancement requests should go in [#33](https://github.com/home-assistant/hassbian-scripts/issues/33) that's dedicated for this usage. | ||
--> | ||
|
||
**Hassbian-config version (`hassbian-config -V`):** | ||
|
||
**Script/Suite:** | ||
## Hassbian-config version | ||
|
||
**Description of problem:** | ||
<!-- You can run `hassbian-config -V` to check --> | ||
|
||
**Expected:** | ||
## Suite name | ||
|
||
<!-- Name of the suite --> | ||
|
||
## Description of problem | ||
|
||
```text | ||
``` | ||
|
||
## Expected result | ||
|
||
```text | ||
``` | ||
|
||
|
||
## Traceback/log | ||
|
||
**Traceback/log (if applicable):** | ||
```bash | ||
|
||
``` | ||
|
||
**Additional info:** | ||
|
||
```text | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,40 @@ | ||
## Description: | ||
# Description | ||
|
||
<!-- Fill out a description to what this PR adds/changes. --> | ||
|
||
**Related issue (if applicable):** Fixes #<hassbian-scripts issue number goes here> | ||
|
||
## Checklist (Required): | ||
- [ ] The code change is tested and works locally. | ||
- [ ] The code is compliant with [Contributing guidelines](https://github.com/home-assistant/hassbian-scripts/blob/master/.github/CONTRIBUTING.md) | ||
## Checklist | ||
|
||
<!-- | ||
Comment out the sections that does not apply like this comment. | ||
For changes to documentation only, you can comment out all sections. | ||
--> | ||
|
||
### New suite | ||
|
||
- [ ] The code change is tested and works locally. | ||
- [ ] The code is compliant with [Contributing guidelines][guidelines] | ||
- [ ] Script has validation check of the job. | ||
- [ ] Created documentation at `/docs/suites` | ||
|
||
### Change to existing suite | ||
|
||
- [ ] The code change is tested and works locally. | ||
- [ ] The code is compliant with [Contributing guidelines][guidelines] | ||
- [ ] Updated documentation at `/docs/suites` | ||
|
||
### New function | ||
|
||
- [ ] The code change is tested and works locally. | ||
- [ ] The code is compliant with [Contributing guidelines][guidelines] | ||
- [ ] Script has validation check of the job. | ||
- [ ] Created documentation at `/docs/cli` | ||
|
||
### Change to existing function | ||
|
||
- [ ] The code change is tested and works locally. | ||
- [ ] The code is compliant with [Contributing guidelines][guidelines] | ||
- [ ] Updated documentation at `/docs/cli` | ||
|
||
### If pertinent: | ||
- [ ] Script has validation check of the job. | ||
- [ ] Created/Updated documentation at `/docs` | ||
[guidelines]: https://github.com/home-assistant/hassbian-scripts/blob/master/.github/CONTRIBUTING.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,5 @@ | ||
# Hassbian-scripts | ||
|
||
These are the scripts used in the [Hassbian][hassbian] image. | ||
The scripts in this repository where made to be used with the Hassbian image | ||
and the included Home Assistant instance. | ||
The documentation for the content in this repository can be found here: | ||
|
||
## The included scripts | ||
|
||
The following scripts are currently included. You can view the documentation | ||
below for usage and instructions. | ||
|
||
<!--- When adding stuff here, please keep it alphabetical ---> | ||
|
||
- [hassbian-config](/docs/hassbian_config.md) | ||
- [AppDaemon](/docs/appdaemon.md) | ||
- [Cloud9](/docs/cloud9.md) | ||
- [custom-component-store](/docs/custom-component-store.md) | ||
- [Duck DNS](/docs/duckdns.md) | ||
- [Fail2ban](/docs/fail2ban.md) | ||
- [Hassbian](/docs/hassbian.md) | ||
- [Home Assistant](/docs/homeassistant.md) | ||
- [HUE](/docs/hue.md) | ||
- [LibCEC](/docs/libcec.md) | ||
- [Manager](/docs/manager.md) | ||
- [MariaDB](/docs/mariadb.md) | ||
- [Monitor](/docs/monitor.md) | ||
- [Mosquitto](/docs/mosquitto.md) | ||
- [Pi-hole](/docs/pihole.md) | ||
- [PostgreSQL](/docs/postgresql.md) | ||
- [MS SQL](/docs/mssql.md) | ||
- [RaZberry](/docs/razberry.md) | ||
- [Samba](/docs/samba.md) | ||
- [Trådfri](/docs/tradfri.md) | ||
- [Webterminal](/docs/webterminal.md) | ||
- [Zigbee2mqtt](/docs/zigbee2mqtt.md) | ||
- [Changelog][changelog] | ||
|
||
*** | ||
|
||
## Raspbian Jessie | ||
|
||
If this package is used with a Debian Jessie based distribution then you need | ||
to uncomment the source repositories in `/etc/apt/sources.list` | ||
|
||
```text | ||
# Uncomment line below then 'apt-get update' to enable 'apt-get source' | ||
deb-src http://archive.raspbian.org/raspbian/ jessie main contrib non-free rpi | ||
``` | ||
|
||
<!--- Links ---> | ||
[changelog]: https://github.com/home-assistant/hassbian-scripts/releases | ||
[hassbian]: https://github.com/home-assistant/pi-gen | ||
https://home-assistant.github.io/hassbian-scripts/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
_Scripts used in the Hassbian image._ | ||
|
||
*** | ||
|
||
[HOME](/) | [SUITES](/suites) | [**HASSBIAN-CONFIG (CLI)**](/cli) | [CONTRIBUTE](/contribute) | ||
|
||
*** | ||
|
||
[**CLI**](/cli/cli) | [HELPER FUNCTIONS](/cli/helpers) | ||
|
||
*** | ||
|
||
# CLI Usage | ||
|
||
```bash | ||
hassbian-config [command] [suite] [options] | ||
``` | ||
|
||
## command | ||
|
||
command | alias | description | ||
-- | -- | -- | ||
install | | Install a [suite]. | ||
upgrade | | Upgrade a [suite]. | ||
remove | | Remove a [suite]. | ||
show | | To see available [suite] for install/upgrade. | ||
log | | Displays an log of the last operation. | ||
share-log | | Generates an hastebin link of the last operation. | ||
show-installed | | Generates a list of installed suites. | ||
--version | -V | Prints the version of hassbian-config. | ||
--help | -H | Displays information similar to this list. | ||
|
||
## suite | ||
|
||
All suites can be found [here](/suites) | ||
|
||
## option (flags) | ||
|
||
option | alias | description | ||
-- | -- | -- | ||
--accept | -Y | Accept defaults on scripts that allows this. | ||
--force | -F | Force run an script, this is useful if you need to reinstall a package. | ||
--debug | -D | This will output every command to the console. | ||
--beta | -B | This will install the current beta version if implemented. | ||
--dev | | This will install the current development version if implemented. |
Oops, something went wrong.