mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 20:21:32 +00:00
⬆️ Updating add-on Log Viewer to 00d2e06
This commit is contained in:
parent
7f05952a75
commit
945e8a1098
5 changed files with 29 additions and 6 deletions
|
@ -845,10 +845,10 @@ SOFTWARE.
|
||||||
[jupyterlab-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[jupyterlab-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||||
[jupyterlab-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
|
[jupyterlab-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
|
||||||
[jupyterlab-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
[jupyterlab-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
||||||
[addon-log-viewer]: https://github.com/hassio-addons/addon-log-viewer/tree/646dac6
|
[addon-log-viewer]: https://github.com/hassio-addons/addon-log-viewer/tree/00d2e06
|
||||||
[addon-doc-log-viewer]: https://github.com/hassio-addons/addon-log-viewer/blob/646dac6/README.md
|
[addon-doc-log-viewer]: https://github.com/hassio-addons/addon-log-viewer/blob/00d2e06/README.md
|
||||||
[log-viewer-issue]: https://github.com/hassio-addons/addon-log-viewer/issues
|
[log-viewer-issue]: https://github.com/hassio-addons/addon-log-viewer/issues
|
||||||
[log-viewer-version-shield]: https://img.shields.io/badge/version-646dac6-blue.svg
|
[log-viewer-version-shield]: https://img.shields.io/badge/version-00d2e06-blue.svg
|
||||||
[log-viewer-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
[log-viewer-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[log-viewer-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[log-viewer-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[log-viewer-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[log-viewer-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# Changelog since v0.10.2
|
# Changelog since v0.10.2
|
||||||
|
- Add translation support (#86)
|
||||||
- Remove NGINX access log from Supervisor log output (#85)
|
- Remove NGINX access log from Supervisor log output (#85)
|
||||||
- Apply updated repository structure & CI workflow (#84)
|
- Apply updated repository structure & CI workflow (#84)
|
||||||
- ⬆️ Upgrades add-on base image to v9.2.0 (#83)
|
- ⬆️ Upgrades add-on base image to v9.2.0 (#83)
|
||||||
|
|
|
@ -40,5 +40,5 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-log-viewer/64377?u=dale3h
|
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-log-viewer/64377?u=dale3h
|
||||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-646dac6-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-00d2e06-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/646dac6
|
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/00d2e06
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Log Viewer",
|
"name": "Log Viewer",
|
||||||
"version": "646dac6",
|
"version": "00d2e06",
|
||||||
"slug": "logviewer",
|
"slug": "logviewer",
|
||||||
"description": "Browser-based log utility for Home Assistant",
|
"description": "Browser-based log utility for Home Assistant",
|
||||||
"url": "https://github.com/hassio-addons/addon-log-viewer",
|
"url": "https://github.com/hassio-addons/addon-log-viewer",
|
||||||
|
|
22
log-viewer/translations/en.yaml
Normal file
22
log-viewer/translations/en.yaml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
---
|
||||||
|
configuration:
|
||||||
|
log_level:
|
||||||
|
name: Log level
|
||||||
|
description: >-
|
||||||
|
Controls the level of log details the add-on provides.
|
||||||
|
ssl:
|
||||||
|
name: SSL
|
||||||
|
description: >-
|
||||||
|
Enables/Disables SSL (HTTPS) on the web interface.
|
||||||
|
certfile:
|
||||||
|
name: Certificate file
|
||||||
|
description: >-
|
||||||
|
The certificate file to use for SSL. Note that this file must
|
||||||
|
exist in the /ssl/ folder.
|
||||||
|
keyfile:
|
||||||
|
name: Private key file
|
||||||
|
description: >-
|
||||||
|
The private key file to use for SSL. Note that this file must
|
||||||
|
exist in the /ssl/ folder.
|
||||||
|
network:
|
||||||
|
80/tcp: Web interface (Not required for Ingress)
|
Loading…
Add table
Add a link
Reference in a new issue