Compare commits

...

2 Commits

Author SHA1 Message Date
3d19ec2850 Bump version: 1.4.17 → 1.4.18
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m26s
2025-08-18 15:47:10 +01:00
a3e033b7e8 revert to correct key 2025-08-18 15:47:07 +01:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "1.4.17"
current_version = "1.4.18"
commit = true
tag = true
tag_name = "{new_version}"

View File

@ -1 +1 @@
1.4.17
1.4.18

2
app.py
View File

@ -560,7 +560,7 @@ def _update_npm_config(credentials=None):
credentials = session.get("auth_credentials")
# If credentials are provided, we skip the session check as the user has already been authenticated
npm = NginxProxyManager(app_config.NPM_HOST, app_config.NPM_EMAIL, app_config.NPM_PASSWORD)
npm = NginxProxyManager(app.config['NPM_HOST'], app.config['NPM_EMAIL'], app.config['NPM_PASSWORD'])
npm.login()
host = npm.get_proxy_host(9)
if host: