Remove legacy hedgedoc redirect

This commit is contained in:
SebastianStork 2025-05-29 13:55:07 +02:00
parent e909dcd866
commit 294bebdb98
2 changed files with 0 additions and 20 deletions

View file

@ -11,11 +11,6 @@
enable = true; enable = true;
ssh.enable = true; ssh.enable = true;
exitNode.enable = true; exitNode.enable = true;
serve = {
isFunnel = true;
target = toString ./hedgedoc-redirect.html;
};
}; };
syncthing = { syncthing = {

View file

@ -1,15 +0,0 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0; url=https://docs.sprouted.cloud/" />
<script type="text/javascript">
window.location.href = "https://docs.sprouted.cloud/";
</script>
<title>Hedgedoc Umleitung</title>
</head>
<body>
Falls du nicht automatisch weitergeleitet wirst, folge diesem
<a href="https://docs.sprouted.cloud/">Link zu Hedgedoc</a>.
</body>
</html>