This repository has been archived on 2024-01-05. You can view files and clone it, but cannot push or open issues or pull requests.
website/services/index.html
2021-06-30 22:47:02 -05:00

76 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Services</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
<img src="/logo.png" alt="exozyme" height="324" width="324">
<br>
<h2>Services</h2>
<br>
Public
<br>
<div>
- <a href="https://exozy.me">nginx</a>
<br>
- <a href="https://exozy.me/blog">Blog</a>
<br>
- <a href="https://cloud.exozy.me">Nextcloud</a>
<br>
- <a href="https://chat.exozy.me">Synapse with bridges</a>
<br>
- <a href="https://git.exozy.me">Gitea</a>
<br>
- <a href="https://media.exozy.me">Jellyfin</a>
<br>
- <a href="https://office.exozy.me">Collabora Online</a>
<br>
- <a href="https://code.exozy.me">Code Server</a>
<br>
- <a href="https://wiki.exozy.me">MediaWiki</a>
<br>
- <a href="https://social.exozy.me">Mastodon</a>
<br>
- <a href="https://tube.exozy.me">PeerTube</a>
<br>
- <a href="https://game.exozy.me">BSX frontend</a>
<br>
- <a href="https://server.exozy.me">BSX server</a>
<br>
- <a href="https://server.exozy.me">LGP server</a>
<br>
- <a href="https://exozy.me">Minecraft server</a>
</div>
<br>
<br>
Private
<br>
<div>
- <a href="http://192.168.1.13:5901">VNC</a>
<br>
- <a href="http://192.168.1.13:3001">Grafana</a>
<br>
- <a href="http://192.168.1.13/zabbix">Zabbix</a>
<br>
- <a href="http://192.168.1.13:8888">JupyterLab</a>
<br>
- <a href="http://192.168.1.13:9009">Cockpit</a>
<br>
- <a href="http://192.168.1.13:9000">Portainer</a>
<br>
- <a href="http://192.168.1.13:9090">Prometheus</a>
<br>
- <a href="qemu+ssh://root@192.168.1.13/system">QEMU/KVM</a>
</div>
<br>
</div>
</body>
</html>