You've already forked nginx-proxy-manager
mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-28 08:02:00 +03:00
Convert db backend to use Gorm, with basis for support
for Mysql and Postgres in addition to existing Sqlite
This commit is contained in:
@ -14,7 +14,7 @@ var Assets embed.FS
|
||||
|
||||
// MigrationFiles are database migrations
|
||||
//
|
||||
//go:embed migrations/*.sql
|
||||
//go:embed migrations
|
||||
var MigrationFiles embed.FS
|
||||
|
||||
// NginxFiles hold nginx config templates
|
||||
|
Reference in New Issue
Block a user