Compare commits
4 Commits
8fc221d649
...
main
Author | SHA1 | Date | |
---|---|---|---|
a3c4b027af | |||
ea3c80d150 | |||
06c7c72d31 | |||
3b98fce1b5 |
@@ -31,9 +31,9 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: git.izebra.net/mirrored_repos/nexusdash:latest # Adjust the Gitea registry URL and team name
|
tags: git.izebra.net/izebra_projects/nexusdash-izebra:latest # Adjust the Gitea registry URL and team name
|
||||||
|
|
||||||
- name: Push Docker image to Gitea
|
- name: Push Docker image to Gitea
|
||||||
run: docker push git.izebra.net/git.izebra.net/mirrored_repos/nexusdash:latest # Adjust the Gitea registry URL and team name
|
run: docker push git.izebra.net/izebra_projects/nexusdash-izebra:latest # Adjust the Gitea registry URL and team name
|
||||||
|
|
||||||
# Add any additional steps you need for deployment or other tasks
|
# Add any additional steps you need for deployment or other tasks
|
@@ -1,4 +1,4 @@
|
|||||||
# Nexus Dashboard
|
# Nexus Dashboard izebra
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="app/static/logo/logo.png" alt="DLU logo"/>
|
<img src="app/static/logo/logo.png" alt="DLU logo"/>
|
||||||
|
@@ -252,10 +252,7 @@ def register_settings(app):
|
|||||||
app.config['MAIL_PORT']
|
app.config['MAIL_PORT']
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
app.config['MAIL_USE_SSL'] = os.getenv(
|
app.config['MAIL_USE_SSL'] = False
|
||||||
'MAIL_USE_SSL',
|
|
||||||
app.config['MAIL_USE_SSL']
|
|
||||||
)
|
|
||||||
app.config['MAIL_USE_TLS'] = os.getenv(
|
app.config['MAIL_USE_TLS'] = os.getenv(
|
||||||
'MAIL_USE_TLS',
|
'MAIL_USE_TLS',
|
||||||
app.config['MAIL_USE_TLS']
|
app.config['MAIL_USE_TLS']
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
urllib3=1.23
|
urllib3==1.23
|
||||||
alembic==1.7.5
|
alembic==1.7.5
|
||||||
APScheduler==3.8.1
|
APScheduler==3.8.1
|
||||||
astroid==2.9.1
|
astroid==2.9.1
|
||||||
|
Reference in New Issue
Block a user