Small fixes for first test deployment
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
package de.nbscloud.files.task;
|
||||
|
||||
public class OrphanedThumbnailCleanup {
|
||||
}
|
||||
@@ -5,8 +5,8 @@ info.app.description=A simple web file admin app
|
||||
|
||||
# Knob to configure the base dir where files stores and reads files
|
||||
# Make sure the permissions match
|
||||
#nbs-cloud.files.baseDir=/home/marius/nbstest
|
||||
nbs-cloud.files.baseDir=/home/marius
|
||||
#nbs-cloud.files.baseDir=/opt/nextcloud_data/marius/files
|
||||
|
||||
# Knob to configure whether hidden files (e.g. starting with '.' on *NIX)
|
||||
# will be filtered in the file view
|
||||
|
||||
@@ -167,4 +167,8 @@
|
||||
.menu-spacer {
|
||||
width: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
#gallery-link {
|
||||
text-decoration: none;
|
||||
}
|
||||
@@ -28,7 +28,7 @@
|
||||
</div>
|
||||
<div class="menu-spacer"></div>
|
||||
<div>
|
||||
<a th:href="@{/files/gallery}">
|
||||
<a id="gallery-link" th:href="@{/files/gallery}">
|
||||
<span class="icon files-menu-icon"></span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -15,6 +15,8 @@ spring.servlet.multipart.max-file-size=-1
|
||||
spring.servlet.multipart.max-request-size=-1
|
||||
|
||||
logging.level.de.nbscloud=DEBUG
|
||||
logging.file=nbscloud.log
|
||||
logging.file.max-history=7
|
||||
logging.file.max-size=50MB
|
||||
# No log file declaration as we want the process supervisor to take care of capturing the std out and redirect it
|
||||
# (e.g. systemd -> journald)
|
||||
|
||||
server.servlet.context-path=/nbscloud
|
||||
server.port=9966
|
||||
Reference in New Issue
Block a user