mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-15 09:46:11 +01:00
minor issues
This commit is contained in:
@@ -640,6 +640,9 @@ services:
|
|||||||
- DB_POSTGRESDB_DATABASE={self.data['MySQLDBName']}
|
- DB_POSTGRESDB_DATABASE={self.data['MySQLDBName']}
|
||||||
- DB_POSTGRESDB_USER={self.data['MySQLDBNUser']}
|
- DB_POSTGRESDB_USER={self.data['MySQLDBNUser']}
|
||||||
- DB_POSTGRESDB_PASSWORD={self.data['MySQLPassword']}
|
- DB_POSTGRESDB_PASSWORD={self.data['MySQLPassword']}
|
||||||
|
- N8N_HOST={self.data['finalURL']}
|
||||||
|
- NODE_ENV=production
|
||||||
|
- WEBHOOK_URL=https://{self.data['finalURL']}
|
||||||
ports:
|
ports:
|
||||||
- "{self.data['port']}:5678"
|
- "{self.data['port']}:5678"
|
||||||
links:
|
links:
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
<div id="page-title">
|
<div id="page-title">
|
||||||
<h2 id="domainNamePage">{% trans "List Docker Site" %}
|
<h2 id="domainNamePage">{% trans "List Docker Site" %}
|
||||||
<a class="pull-right btn btn-primary"
|
<a class="pull-right btn btn-primary"
|
||||||
href="{% url "CreateDockersite" %}">{% trans "Create Docker Site" %}</a>
|
href="{% url "CreateDockersite" %}">{% trans "Create Docker App" %}</a>
|
||||||
</h2>
|
</h2>
|
||||||
<img ng-hide="cyberPanelLoading" src="{% static 'images/loading.gif' %}">
|
<img ng-hide="cyberPanelLoading" src="{% static 'images/loading.gif' %}">
|
||||||
<p>{% trans "On this page you can launch, list, modify and delete Dockersite from your server." %}</p>
|
<p>{% trans "On this page you can launch, list, modify and delete Dockersite from your server." %}</p>
|
||||||
@@ -128,13 +128,13 @@
|
|||||||
<button type="button" class="close" data-dismiss="modal">
|
<button type="button" class="close" data-dismiss="modal">
|
||||||
×
|
×
|
||||||
</button>
|
</button>
|
||||||
<h4 class="modal-title">Delete Package
|
<h4 class="modal-title">Deleting Docker App
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
|
|
||||||
<h4> Are you sure to delete the Docker Site?</h4>
|
<h4> Are you sure?</h4>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
|
|||||||
Reference in New Issue
Block a user