Browse Source

config.json

qiaofeng1227 2 years ago
parent
commit
abdbde87ec
2 changed files with 2 additions and 2 deletions
  1. 1 1
      appmanage/Dockerfile
  2. 1 1
      appmanage/api/service/manage.py

+ 1 - 1
appmanage/Dockerfile

@@ -10,7 +10,7 @@ COPY static ./static
 COPY requirements.txt main.py  ./
 COPY requirements.txt main.py  ./
 RUN apt update
 RUN apt update
 
 
-# Install supervisord
+# Install supervisords
 RUN apt install -y supervisor
 RUN apt install -y supervisor
 COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
 COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
 COPY config/cmd.sh /cmd.sh
 COPY config/cmd.sh /cmd.sh

+ 1 - 1
appmanage/api/service/manage.py

@@ -960,7 +960,7 @@ def check_real_domain(domain):
 def get_token():
 def get_token():
     url = 'http://172.17.0.1:9092/api/tokens'
     url = 'http://172.17.0.1:9092/api/tokens'
     headers = {'Content-type': 'application/json'}
     headers = {'Content-type': 'application/json'}
-    cmd = "cat /usr/share/cockpit/nginx/config.json | jq -r '.NGINXPROXYMANAGER_PASSWORD'"
+    cmd = "cat /usr/share/cockpit/appstore/config.json | jq -r '.NGINXPROXYMANAGER_PASSWORD'"
     password = shell_execute.execute_command_output_all(cmd)["result"].rstrip('\n')
     password = shell_execute.execute_command_output_all(cmd)["result"].rstrip('\n')
     myLogger.info_logger(password)
     myLogger.info_logger(password)
     param = {
     param = {