mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #2976] ER_BAD_FIELD_ERROR: Unknown column 'openidc_allowed_users' #2027
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#2027
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ThierryIT on GitHub (Jun 3, 2023).
I have found a bugOriginal GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2976
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
Not able to add any 'proxy host'
Nginx Proxy Manager Version
V0.0.0
To Reproduce
Steps to reproduce the behavior:
Expected behavior
to be able to add my proxy host
Screenshots
Operating System
Using docker on Unraid server with Portainer-ce:
version: "3"
services:
npm:
#image: 'jc21/nginx-proxy-manager:latest'
image: 'baudneo/nginx-proxy-manager:latest'
restart: always
container_name: npm-crowdsec
ports:
# Public HTTP Port:
- '1080:80'
# Public HTTPS Port:
- '10443:443'
# Admin Web Port:
- '1081:81'
environment:
TZ: "Europe/Helsinki"
ADMIN_PANEL_LOG: "1"
CROWDSEC_BOUNCER: "1"
OPENRESTY_DEBUG: "0"
db:
image: 'jc21/mariadb-aria:latest'
restart: always
container_name: npm_db
environment:
MYSQL_ROOT_PASSWORD: '7QsjYU9wB3k63'
MYSQL_DATABASE: 'npm_db'
MYSQL_USER: 'npm_user'
MYSQL_PASSWORD: 'BvSfSd48W492u'
volumes:
- ./data/mysql:/var/lib/mysql
Unraid server version: 6.11.5
Additional context
[6/3/2023] [10:08:01 AM] [Express ] › ⚠ warning insert into
proxy_host(access_list_id,advanced_config,allow_websocket_upgrade,block_exploits,caching_enabled,certificate_id,created_on,domain_names,enable_proxy_protocol,forward_host,forward_port,forward_scheme,hsts_enabled,hsts_subdomains,http2_support,locations,meta,modified_on,openidc_allowed_users,openidc_auth_method,openidc_client_id,openidc_client_secret,openidc_discovery,openidc_redirect_uri,owner_user_id,ssl_forced) values (0, '', false, false, false, 0, NOW(), '["www.doma.org"]', false, '192.168.xxxxx', 80, 'http', false, false, false, '[]', '{"letsencrypt_agree":false,"dns_challenge":false}', NOW(), '[]', 'client_secret_post', '', '', '', '', 1, false) - ER_BAD_FIELD_ERROR: Unknown column 'openidc_allowed_users' in 'field list'Thx for your support ...