fix: site monitoring on homepage link
This commit is contained in:
parent
40306538ba
commit
0fd8db9749
2 changed files with 1 additions and 3 deletions
2
app.py
2
app.py
|
@ -19,8 +19,6 @@ def homepage():
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
GIT_URL = os.environ['GIT_URL']
|
||||
MONITORING_URL = os.environ['MONITORING_URL']
|
||||
app.run(debug=os.environ['DEBUG_MODE'])
|
||||
|
||||
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
{{ super() }}
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<p>This is Adrian's homepage, checkout his running services and their state <a href="monitoring">here</a></p>
|
||||
<p>This is Adrian's homepage, checkout his running services and their state <a href="cloud.adrianux.net">here</a></p>
|
||||
<p>Yes, Adrian is refering to himself in the third person.</p>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Reference in a new issue