Compare commits

..

2 Commits

Author SHA1 Message Date
9394ca597c fixed another bug
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2026-01-20 22:52:30 +01:00
d62534b3eb fixed plantuml permissions
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2026-01-20 22:20:17 +01:00
4 changed files with 11 additions and 13 deletions

View File

@@ -22,8 +22,9 @@ RUN adduser -D umbrella
COPY --from=java_build /Umbrella/backend/build/libs/backend.jar /home/umbrella/jar/
RUN chown -R umbrella /home/umbrella
ADD https://github.com/plantuml/plantuml/releases/download/v1.2025.10/plantuml-1.2025.10.jar /home/umbrella/plantuml.jar
USER umbrella
WORKDIR /home/umbrella
RUN chmod a+rx plantuml.jar
USER umbrella
RUN mkdir .config && ln -s /host/config.json .config/Umbrella.json
EXPOSE 80
CMD java -jar jar/backend.jar

View File

@@ -57,9 +57,8 @@ footer {
margin: 5px;
}
img, svg {
img {
max-width: 100%;
height: auto !important;
}
nav {

View File

@@ -57,9 +57,8 @@ footer {
margin: 5px;
}
img, svg {
img {
max-width: 100%;
height: auto !important;
}
nav {

View File

@@ -57,18 +57,17 @@ footer {
margin: 5px;
}
img, svg {
img {
max-width: 100%;
height: auto !important;
}
nav {
position: sticky;
z-index: 100;
top: 0;
padding: 5px;
margin: 0 0 10px 0;
border-bottom: 1px solid;
position: sticky;
z-index: 100;
top: 0;
padding: 5px;
margin: 0 0 10px 0;
border-bottom: 1px solid;
}
td, tr{