Compare commits

...

2 Commits

Author SHA1 Message Date
Cedric Verstraeten
ed397b6ecc change environment box sizes 2023-06-14 16:59:26 +02:00
Cedric Verstraeten
530e4c654e set permissions to modify the env.js file on runtime 2023-06-14 16:49:50 +02:00
2 changed files with 5 additions and 6 deletions

View File

@@ -122,6 +122,7 @@ RUN cp /home/agent/data/config/config.json /home/agent/data/config.template.json
# Set permissions correctly
RUN chown -R agent:kerberosio /home/agent/data
RUN chown -R agent:kerberosio /home/agent/www
###########################
# Grant the necessary root capabilities to the process trying to bind to the privileged port

View File

@@ -157,9 +157,7 @@ body {
color: rgba(255, 255, 255, 0.75);
padding: size(1) 0;
}
.environment {
padding: 15px 0;
}
.environment.demo {
background: repeating-linear-gradient(
-55deg,
@@ -170,7 +168,7 @@ body {
);
text-align: center;
color: rgba(255, 255, 255, 0.75);
padding: size(1) 0;
padding: 12px 0;
}
.environment.staging {
@@ -183,7 +181,7 @@ body {
);
text-align: center;
color: white;
padding: size(1) 0;
padding: 12px 0;
}
.environment.acceptance {
@@ -196,5 +194,5 @@ body {
);
text-align: center;
color: white;
padding: size(1) 0;
padding: 12px 0;
}