diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index 7e77a3a..0e2522d 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -8,19 +8,19 @@ In the interest of fostering an open and welcoming environment, we as contributo Examples of behavior that contributes to creating a positive environment include: -* Using welcoming and inclusive language -* Being respectful of differing viewpoints and experiences -* Gracefully accepting constructive criticism -* Focusing on what is best for the community -* Showing empathy towards other community members +- Using welcoming and inclusive language +- Being respectful of differing viewpoints and experiences +- Gracefully accepting constructive criticism +- Focusing on what is best for the community +- Showing empathy towards other community members Examples of unacceptable behavior by participants include: -* The use of sexualized language or imagery and unwelcome sexual attention or advances -* Trolling, insulting/derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or electronic address, without explicit permission -* Other conduct which could reasonably be considered inappropriate in a professional setting +- The use of sexualized language or imagery and unwelcome sexual attention or advances +- Trolling, insulting/derogatory comments, and personal or political attacks +- Public or private harassment +- Publishing others' private information, such as a physical or electronic address, without explicit permission +- Other conduct which could reasonably be considered inappropriate in a professional setting ## Our Responsibilities diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e37f046..62b1289 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -13,5 +13,5 @@ You are welcome to edit, fork and create pull requests as you like. ## Docs Feel free to improve documentation as you like by making a pull request in - `/docs`. Once merged into the master branch, my ci server will update the - docs in the `gh-pages` branch. +`/docs`. Once merged into the master branch, my ci server will update the +docs in the `gh-pages` branch. diff --git a/thelounge/DOCS.md b/thelounge/DOCS.md index 9f096f7..fbe328f 100644 --- a/thelounge/DOCS.md +++ b/thelounge/DOCS.md @@ -44,7 +44,7 @@ dealing with an unknown issue. Possible values are: - `debug`: Shows detailed debug information. - `info`: Normal (usually) interesting events. - `warning`: Exceptional occurrences that are not errors. -- `error`: Runtime errors that do not require immediate action. +- `error`: Runtime errors that do not require immediate action. - `fatal`: Something went terribly wrong. Add-on becomes unusable. Please note that each level automatically includes log messages from a @@ -72,19 +72,19 @@ The private key file to use for SSL. ### Option: `default_theme` The default theme for each user. The pre-installed themes are `default` and - `morning`. You can add more using the next option. +`morning`. You can add more using the next option. **Note**: _The theme can still be changed in the settings of the app_ ### Option: `themes` A list of themes to install which can be found in the [npm registry][themes]. - Use the name of the package. (refer to the example above) +Use the name of the package. (refer to the example above) ### Option: `users` A list of users to setup. At first, these will use the default password - `hassio`. **Make sure you change your password as soon as you login!** +`hassio`. **Make sure you change your password as soon as you login!** ## Changelog & Releases @@ -93,12 +93,12 @@ functionality. The format of the log is based on [Keep a Changelog][keepchangelog]. Releases are based on [Semantic Versioning][semver], and use the format -of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented +of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented based on the following: -- ``MAJOR``: Incompatible or major changes. -- ``MINOR``: Backwards-compatible new features and enhancements. -- ``PATCH``: Backwards-compatible bugfixes and package updates. +- `MAJOR`: Incompatible or major changes. +- `MINOR`: Backwards-compatible new features and enhancements. +- `PATCH`: Backwards-compatible bugfixes and package updates. ## Support diff --git a/thelounge/rootfs/etc/thelounge/users/hassio.json b/thelounge/rootfs/etc/thelounge/users/hassio.json index 35aae8e..f911356 100644 --- a/thelounge/rootfs/etc/thelounge/users/hassio.json +++ b/thelounge/rootfs/etc/thelounge/users/hassio.json @@ -1,8 +1,8 @@ { - "password": "$2a$11$yq4ZxpU9QYlVvqGPX86KauLBPJVcJUlhSBFyCAzQ8XAguTmsv/Nr2", - "log": true, - "awayMessage": "", - "networks": [], - "sessions": {}, - "clientSettings": {} -} \ No newline at end of file + "password": "$2a$11$yq4ZxpU9QYlVvqGPX86KauLBPJVcJUlhSBFyCAzQ8XAguTmsv/Nr2", + "log": true, + "awayMessage": "", + "networks": [], + "sessions": {}, + "clientSettings": {} +}