Skip to content

Commit

Permalink
feat: ✨ Improve default MOTD
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Jun 20, 2024
1 parent 9401c3d commit a1ed780
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL vendor="jives.dev" \

RUN dpkg --add-architecture i386 && \
apt-get update && \
apt-get install -y --no-install-recommends curl file libc6:i386 lib32stdc++6 ca-certificates rsync wget && \
apt-get install -y --no-install-recommends curl rsync file libc6:i386 lib32stdc++6 ca-certificates && \
rm -rf /var/lib/apt/lists/*

RUN groupadd -r steam && \
Expand Down
39 changes: 38 additions & 1 deletion config/motd.txt
Original file line number Diff line number Diff line change
@@ -1 +1,38 @@
Welcome! Server built with hlds-docker: https://github.com/JamesIves/hlds-docker
<!DOCTYPE html>
<html>
<head>
<title>Message of the Day</title>
<style type="text/css">
p {
font-family: Verdana, Tahoma;
color: #ffb000;
}
body {
background: #000000;
margin-left: 8px;
margin-top: 0px;
}
a {
text-decoration: underline;
}
a:link {
color: #ffffff;
}
a:visited {
color: #ffffff;
}
a:active {
color: #ffffff;
}
a:hover {
color: #ffffff;
text-decoration: underline;
}
</style>
</head>
<body>
<p>Welcome to the server!</p>

<p>This server was built <a href="">hlds-docker on GitHub</a></p>
</body>
</html>
1 change: 0 additions & 1 deletion hlds.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ app_set_config 90 mod $GAME
app_update 90 validate
app_update 90 validate
app_update 90 validate
app_update 90 validate
quit

0 comments on commit a1ed780

Please sign in to comment.