mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Update manage.py
This commit is contained in:
parent
2535d8d4ff
commit
af6ec382a7
1 changed files with 2 additions and 3 deletions
|
@ -700,12 +700,11 @@ def check_real_domain(domain):
|
|||
return domain_real
|
||||
|
||||
def get_token():
|
||||
url = 'http://websoft9-appmanage:81/api/tokens'
|
||||
url = 'http://172.17.0.1:9092/api/tokens'
|
||||
headers = {'Content-type': 'application/json'}
|
||||
cmd = "cat /usr/share/cockpit/nginx/config.json | jq -r '.NGINXPROXYMANAGER_PASSWORD'"
|
||||
myLogger.info_logger("password----------------------------------------: ")
|
||||
password = shell_execute.execute_command_output_all(cmd)["result"]
|
||||
myLogger.info_logger("xxxxxxxxxx----------------------------------------: ")
|
||||
|
||||
myLogger.info_logger("password: " + password)
|
||||
param = {
|
||||
"identity": "help@websoft9.com",
|
||||
|
|
Loading…
Reference in a new issue