default index templates

This commit is contained in:
2021-12-28 17:44:49 +01:00
parent b00f134ffd
commit f97584f776
11 changed files with 1103 additions and 48 deletions

View File

@@ -1,36 +0,0 @@
<h1>Galileo Reverse Proxy</h1>
<p>galileo ist ein neuer Reverse Proxy basierend auf Apache
<img src="Galileo_constellation_pillars.jpg" alt="Galileo" title="" /></p>
<h2>LXC Container installiert</h2>
<p>Wir haben einen LXC Container installiert und sshd installiert.
!<a href=""></a></p>
<pre><code>apt-get install sshd rsync apache2
</code></pre>
<p>SSH Daemon config
<img src="sshd_config" alt="ssh_config" title="" /></p>
<p>Apache Module aktivieren
a2enmod mod<em>proxy
a2enmod xml2enc
a2enmod proxy
a2enmod proxy</em>http
a2enmod proxy<em>ajp
a2enmod rewrite
a2enmod deflate
a2enmod headers
a2enmod proxy</em>balancer
a2enmod proxy<em>connect
a2enmod proxy</em>html
a2enmod ldap</p>
<p>Sammlung Security Config:
https://github.com/jnbt/docker-httpd/blob/master/server-configs.conf</p>
<p>https://httpd.apache.org/docs/2.4/misc/security_tips.html</p>
<p>https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src#strict-dynamic</p>

1037
html/markdown.css Normal file

File diff suppressed because it is too large Load Diff

25
html/template.html Normal file
View File

@@ -0,0 +1,25 @@
<html>
<head>
<title>README.md</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="markdown.css">
<style>
.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}
@media (max-width: 767px) {
.markdown-body {
padding: 15px;
}
}
</style>
</head>
<body>
[README]
</body>
</html>