mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 19:21:26 +00:00
⬆️ Updating add-on Nginx Proxy Manager to b045942
This commit is contained in:
parent
7f296188bb
commit
d372189994
5 changed files with 21 additions and 6 deletions
|
@ -1,4 +1,5 @@
|
|||
# Changelog since v0.10.1
|
||||
- Add add-on translation support (#199)
|
||||
- ⬆️ Upgrades mariadb to 10.5.9-r0 (#200)
|
||||
- Apply updated repository structure & CI workflow (#198)
|
||||
- Upgrades add-on base image to v9.2.0 (#197)
|
||||
|
|
|
@ -57,6 +57,6 @@ If you are more interested in stable releases of our add-ons:
|
|||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/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-2f0da4b-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/2f0da4b
|
||||
[release-shield]: https://img.shields.io/badge/version-b045942-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/b045942
|
||||
[screenshot]: https://github.com/hassio-addons/addon-nginx-proxy-manager/raw/main/images/screenshot.gif
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Nginx Proxy Manager",
|
||||
"version": "2f0da4b",
|
||||
"version": "b045942",
|
||||
"slug": "nginxproxymanager",
|
||||
"description": "Manage Nginx proxy hosts with a simple, powerful interface",
|
||||
"url": "https://github.com/hassio-addons/addon-nginx-proxy-manager",
|
||||
|
|
14
nginxproxymanager/translations/en.yaml
Normal file
14
nginxproxymanager/translations/en.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
configuration:
|
||||
log_level:
|
||||
name: Log level
|
||||
description: >-
|
||||
Controls the level of log details the add-on provides.
|
||||
reset_database:
|
||||
name: Reset database
|
||||
description: >-
|
||||
Enabling this option to delete and recreate the database.
|
||||
network:
|
||||
80/tcp: HTTP Entrance port
|
||||
81/tcp: NGinx Proxy Manager Admin web interface
|
||||
443/tcp: HTTPS/SSL Entrance port
|
Loading…
Add table
Add a link
Reference in a new issue