mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #838] " Internal Error" sqlite does not support inserting default values. Set the useNullAsDefault #711
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#711
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 @jhemelo on GitHub (Jan 23, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/838
I have just installed Nginx on my OpenMediavault server with the following stack:
version: "2"
services:
app:
image: jc21/nginx-proxy-manager:latest
restart: always
ports:
# Public HTTP Port:
- '80:80'
# Public HTTPS Port:
- '443:443'
# Admin Web Port:
- '81:81'
environment:
DB_SQLITE_FILE: "/data/database.sqlite"
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt
- /srv/dev-disk-by-uuid-88ed3358-e48d-4163-ab7b-b726b9690f2c/CONFIG/Nginx:/config
The configuration seems has completed right, I'm able to load up the GUI and add few proxy hosts but the system is poping me as "internal error" when I try to set it SSL, in fact, the host is not even working with HTTP ,
I have created an A record to point my public IP and also confirmed the ports 80 and 443 are open on my firewall.
the logo shows the following error:
Any help tp fix this will be well appreciated
@chaptergy commented on GitHub (May 12, 2021):
Please see #700