Some checks failed
Weekly Translation Workflow / translate (push) Has been cancelled
- Replace 'docker run -p 80:80' with '--network host' for certbot standalone HTTP-01 to avoid timeout in environments where Docker NAT port-publish breaks LE inbound traffic but host port 80 is reachable. - Applies to kejilion.sh (all locale variants) and auto_cert_renewal.sh. - README install command points to this Gitea mirror.
18 lines
415 B
JSON
18 lines
415 B
JSON
{
|
|
"test-1": {
|
|
"token": "access token / session token / refresh token",
|
|
"shared": true,
|
|
"show_user_info": false
|
|
},
|
|
"test-2": {
|
|
"token": "access token / session token / refresh token",
|
|
"shared": true,
|
|
"show_user_info": true,
|
|
"plus": true
|
|
},
|
|
"test2": {
|
|
"token": "access token / session token / refresh token / share token / username & password",
|
|
"password": "12345"
|
|
}
|
|
}
|