mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-04 00:13:33 +00:00
update nginx/dep updates/fix eslint/change line endings
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
const {Signale} = require('signale');
|
||||
const { Signale } = require('signale');
|
||||
|
||||
module.exports = {
|
||||
global: new Signale({scope: 'Global '}),
|
||||
migrate: new Signale({scope: 'Migrate '}),
|
||||
express: new Signale({scope: 'Express '}),
|
||||
access: new Signale({scope: 'Access '}),
|
||||
nginx: new Signale({scope: 'Nginx '}),
|
||||
ssl: new Signale({scope: 'SSL '}),
|
||||
certbot: new Signale({scope: 'Certbot '}),
|
||||
import: new Signale({scope: 'Importer '}),
|
||||
setup: new Signale({scope: 'Setup '}),
|
||||
ip_ranges: new Signale({scope: 'IP Ranges'})
|
||||
global: new Signale({ scope: 'Global ' }),
|
||||
migrate: new Signale({ scope: 'Migrate ' }),
|
||||
express: new Signale({ scope: 'Express ' }),
|
||||
access: new Signale({ scope: 'Access ' }),
|
||||
nginx: new Signale({ scope: 'Nginx ' }),
|
||||
ssl: new Signale({ scope: 'SSL ' }),
|
||||
certbot: new Signale({ scope: 'Certbot ' }),
|
||||
import: new Signale({ scope: 'Importer ' }),
|
||||
setup: new Signale({ scope: 'Setup ' }),
|
||||
ip_ranges: new Signale({ scope: 'IP Ranges' }),
|
||||
};
|
||||
|
Reference in New Issue
Block a user