mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Remove legacy hedgedoc redirect
This commit is contained in:
parent
e909dcd866
commit
294bebdb98
2 changed files with 0 additions and 20 deletions
|
|
@ -11,11 +11,6 @@
|
|||
enable = true;
|
||||
ssh.enable = true;
|
||||
exitNode.enable = true;
|
||||
|
||||
serve = {
|
||||
isFunnel = true;
|
||||
target = toString ./hedgedoc-redirect.html;
|
||||
};
|
||||
};
|
||||
|
||||
syncthing = {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue