diff --git a/.gitignore b/.gitignore index 65ebb28..64c111c 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ profiles.clj /log /data /yenu_dev.db +/.idea +/dist diff --git a/deploy.sh b/deploy.sh index 5e06fef..9226c3d 100755 --- a/deploy.sh +++ b/deploy.sh @@ -12,6 +12,7 @@ cp target/uberjar/yenu.jar dist/ cp yenu.properties dist/ cp Dockerfile dist/ cp docker-compose.yml dist/ -cp README dist/ +cp README.md dist/ tar czf yenu-release.tar.gz dist/* +sha256sum yenu-release.tar.gz diff --git a/resources/public/img/logo.png b/resources/public/img/logo.png index ab1875e..220d7f2 100644 Binary files a/resources/public/img/logo.png and b/resources/public/img/logo.png differ diff --git a/resources/public/img/logo_big.png b/resources/public/img/logo_big.png new file mode 100644 index 0000000..1782c8d Binary files /dev/null and b/resources/public/img/logo_big.png differ diff --git a/resources/templates/login.html b/resources/templates/login.html index 3874e2f..9d7d680 100644 --- a/resources/templates/login.html +++ b/resources/templates/login.html @@ -4,6 +4,8 @@
+ +

Um die Seite anzusehen oder die Aktion auszuführen wird ein Passwort benötigt.

diff --git a/src/clj/yenu/core.clj b/src/clj/yenu/core.clj index 15d9999..c34fbf3 100644 --- a/src/clj/yenu/core.clj +++ b/src/clj/yenu/core.clj @@ -55,4 +55,3 @@ (mount/start #'yenu.config/env) (setup-prerequisites) (start-app args)) -