mirror of
https://github.com/kerberos-io/agent.git
synced 2026-08-31 16:28:33 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ed397b6ecc | ||
|
|
530e4c654e |
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user