mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-06 00:16:49 +00:00
Compare commits
6 Commits
7a6a9de0ea
...
ef5156b613
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef5156b613 | ||
|
|
b9a34ebb7e | ||
|
|
7642d0a000 | ||
|
|
e0985bee43 | ||
|
|
51dd6e6a1b | ||
|
|
a2ea63a539 |
@@ -295,6 +295,14 @@
|
|||||||
"credentials": "dns_hetzner_api_token = 0123456789abcdef0123456789abcdef",
|
"credentials": "dns_hetzner_api_token = 0123456789abcdef0123456789abcdef",
|
||||||
"full_plugin_name": "dns-hetzner"
|
"full_plugin_name": "dns-hetzner"
|
||||||
},
|
},
|
||||||
|
"hetzner-cloud": {
|
||||||
|
"name": "Hetzner Cloud",
|
||||||
|
"package_name": "certbot-dns-hetzner-cloud",
|
||||||
|
"version": "~=1.0.4",
|
||||||
|
"dependencies": "",
|
||||||
|
"credentials": "dns_hetzner_cloud_api_token = your_api_token_here",
|
||||||
|
"full_plugin_name": "dns-hetzner-cloud"
|
||||||
|
},
|
||||||
"hostingnl": {
|
"hostingnl": {
|
||||||
"name": "Hosting.nl",
|
"name": "Hosting.nl",
|
||||||
"package_name": "certbot-dns-hostingnl",
|
"package_name": "certbot-dns-hostingnl",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM cypress/included:15.5.0
|
FROM cypress/included:14.0.1
|
||||||
|
|
||||||
# Disable Cypress CLI colors
|
# Disable Cypress CLI colors
|
||||||
ENV FORCE_COLOR=0
|
ENV FORCE_COLOR=0
|
||||||
|
|||||||
22
test/cypress/config/dev.js
Normal file
22
test/cypress/config/dev.js
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
const { defineConfig } = require('cypress');
|
||||||
|
|
||||||
|
module.exports = defineConfig({
|
||||||
|
requestTimeout: 30000,
|
||||||
|
defaultCommandTimeout: 20000,
|
||||||
|
reporter: 'cypress-multi-reporters',
|
||||||
|
reporterOptions: {
|
||||||
|
configFile: 'multi-reporter.json'
|
||||||
|
},
|
||||||
|
video: true,
|
||||||
|
videosFolder: 'results/videos',
|
||||||
|
screenshotsFolder: 'results/screenshots',
|
||||||
|
e2e: {
|
||||||
|
setupNodeEvents(on, config) {
|
||||||
|
return require("../plugins/index.js")(on, config);
|
||||||
|
},
|
||||||
|
env: {
|
||||||
|
swaggerBase: '{{baseUrl}}/api/schema?ts=' + Date.now(),
|
||||||
|
},
|
||||||
|
baseUrl: 'http://127.0.0.1:3081',
|
||||||
|
}
|
||||||
|
});
|
||||||
@@ -22,8 +22,7 @@ describe('Proxy Hosts endpoints', () => {
|
|||||||
access_list_id: '0',
|
access_list_id: '0',
|
||||||
certificate_id: 0,
|
certificate_id: 0,
|
||||||
meta: {
|
meta: {
|
||||||
letsencrypt_agree: false,
|
dns_challenge: false
|
||||||
dns_challenge: false
|
|
||||||
},
|
},
|
||||||
advanced_config: '',
|
advanced_config: '',
|
||||||
locations: [],
|
locations: [],
|
||||||
|
|||||||
@@ -43,11 +43,7 @@ describe('Streams', () => {
|
|||||||
forwarding_host: '127.0.0.1',
|
forwarding_host: '127.0.0.1',
|
||||||
forwarding_port: 80,
|
forwarding_port: 80,
|
||||||
certificate_id: 0,
|
certificate_id: 0,
|
||||||
meta: {
|
meta: {},
|
||||||
dns_provider_credentials: "",
|
|
||||||
letsencrypt_agree: false,
|
|
||||||
dns_challenge: true
|
|
||||||
},
|
|
||||||
tcp_forwarding: true,
|
tcp_forwarding: true,
|
||||||
udp_forwarding: false
|
udp_forwarding: false
|
||||||
}
|
}
|
||||||
@@ -75,11 +71,7 @@ describe('Streams', () => {
|
|||||||
forwarding_host: '127.0.0.1',
|
forwarding_host: '127.0.0.1',
|
||||||
forwarding_port: 80,
|
forwarding_port: 80,
|
||||||
certificate_id: 0,
|
certificate_id: 0,
|
||||||
meta: {
|
meta: {},
|
||||||
dns_provider_credentials: "",
|
|
||||||
letsencrypt_agree: false,
|
|
||||||
dns_challenge: true
|
|
||||||
},
|
|
||||||
tcp_forwarding: false,
|
tcp_forwarding: false,
|
||||||
udp_forwarding: true
|
udp_forwarding: true
|
||||||
}
|
}
|
||||||
@@ -102,11 +94,7 @@ describe('Streams', () => {
|
|||||||
forwarding_host: '127.0.0.1',
|
forwarding_host: '127.0.0.1',
|
||||||
forwarding_port: 80,
|
forwarding_port: 80,
|
||||||
certificate_id: 0,
|
certificate_id: 0,
|
||||||
meta: {
|
meta: {},
|
||||||
dns_provider_credentials: "",
|
|
||||||
letsencrypt_agree: false,
|
|
||||||
dns_challenge: true
|
|
||||||
},
|
|
||||||
tcp_forwarding: true,
|
tcp_forwarding: true,
|
||||||
udp_forwarding: true
|
udp_forwarding: true
|
||||||
}
|
}
|
||||||
@@ -163,11 +151,7 @@ describe('Streams', () => {
|
|||||||
forwarding_host: '127.0.0.1',
|
forwarding_host: '127.0.0.1',
|
||||||
forwarding_port: 80,
|
forwarding_port: 80,
|
||||||
certificate_id: certID,
|
certificate_id: certID,
|
||||||
meta: {
|
meta: {},
|
||||||
dns_provider_credentials: "",
|
|
||||||
letsencrypt_agree: false,
|
|
||||||
dns_challenge: true
|
|
||||||
},
|
|
||||||
tcp_forwarding: true,
|
tcp_forwarding: true,
|
||||||
udp_forwarding: false
|
udp_forwarding: false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"@jc21/cypress-swagger-validation": "^0.3.2",
|
"@jc21/cypress-swagger-validation": "^0.3.2",
|
||||||
"@quobix/vacuum": "^0.19.4",
|
"@quobix/vacuum": "^0.19.4",
|
||||||
"axios": "^1.13.1",
|
"axios": "^1.13.1",
|
||||||
"cypress": "^15.5.0",
|
"cypress": "^14.0.1",
|
||||||
"cypress-multi-reporters": "^2.0.5",
|
"cypress-multi-reporters": "^2.0.5",
|
||||||
"cypress-wait-until": "^3.0.2",
|
"cypress-wait-until": "^3.0.2",
|
||||||
"eslint": "^9.39.0",
|
"eslint": "^9.39.0",
|
||||||
@@ -22,6 +22,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"cypress": "HTTP_PROXY=127.0.0.1:8128 HTTPS_PROXY=127.0.0.1:8128 cypress open --config-file=cypress/config/ci.js",
|
"cypress": "HTTP_PROXY=127.0.0.1:8128 HTTPS_PROXY=127.0.0.1:8128 cypress open --config-file=cypress/config/ci.js",
|
||||||
"cypress:headless": "HTTP_PROXY=127.0.0.1:8128 HTTPS_PROXY=127.0.0.1:8128 cypress run --config-file=cypress/config/ci.js",
|
"cypress:headless": "HTTP_PROXY=127.0.0.1:8128 HTTPS_PROXY=127.0.0.1:8128 cypress run --config-file=cypress/config/ci.js",
|
||||||
|
"cypress:dev": "cypress run --config-file=cypress/config/dev.js",
|
||||||
"swagger-lint": "vacuum lint -b -q -d -a -n=warn"
|
"swagger-lint": "vacuum lint -b -q -d -a -n=warn"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user