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

76 lines
2.5 KiB
HTML
Raw Normal View History

2021-05-21 18:37:29 +00:00
<!DOCTYPE html>
<html>
2021-06-24 15:42:17 +00:00
<head>
<title>Services</title>
2021-07-01 03:47:02 +00:00
<link href="/style.css" rel="stylesheet" type="text/css" />
2021-06-24 15:42:17 +00:00
</head>
2021-05-21 18:37:29 +00:00
<body>
2021-07-01 03:47:02 +00:00
<div>
2021-05-21 18:37:29 +00:00
<br>
<img src="/logo.png" alt="exozyme" height="324" width="324">
<br>
2021-06-24 15:42:17 +00:00
<h2>Services</h2>
2021-05-21 18:37:29 +00:00
<br>
Public
<br>
2021-07-01 03:47:02 +00:00
<div>
2021-05-21 18:37:29 +00:00
- <a href="https://exozy.me">nginx</a>
<br>
2021-06-26 04:02:12 +00:00
- <a href="https://exozy.me/blog">Blog</a>
2021-05-21 18:37:29 +00:00
<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>
2021-05-21 18:44:53 +00:00
- <a href="https://social.exozy.me">Mastodon</a>
<br>
2021-05-23 22:03:47 +00:00
- <a href="https://tube.exozy.me">PeerTube</a>
<br>
2021-05-21 18:37:29 +00:00
- <a href="https://game.exozy.me">BSX frontend</a>
<br>
- <a href="https://server.exozy.me">BSX server</a>
2021-06-22 17:30:21 +00:00
<br>
- <a href="https://server.exozy.me">LGP server</a>
<br>
- <a href="https://exozy.me">Minecraft server</a>
2021-05-21 18:37:29 +00:00
</div>
<br>
<br>
2021-05-21 18:42:45 +00:00
Private
2021-05-21 18:37:29 +00:00
<br>
2021-07-01 03:47:02 +00:00
<div>
2021-05-21 18:37:29 +00:00
- <a href="http://192.168.1.13:5901">VNC</a>
<br>
2021-05-23 22:03:56 +00:00
- <a href="http://192.168.1.13:3001">Grafana</a>
2021-05-21 18:37:29 +00:00
<br>
- <a href="http://192.168.1.13/zabbix">Zabbix</a>
<br>
2021-05-23 22:03:47 +00:00
- <a href="http://192.168.1.13:8888">JupyterLab</a>
2021-05-21 18:37:29 +00:00
<br>
2021-06-29 17:55:17 +00:00
- <a href="http://192.168.1.13:9009">Cockpit</a>
2021-05-21 18:37:29 +00:00
<br>
- <a href="http://192.168.1.13:9000">Portainer</a>
<br>
2021-06-29 17:55:17 +00:00
- <a href="http://192.168.1.13:9090">Prometheus</a>
<br>
2021-05-21 18:37:29 +00:00
- <a href="qemu+ssh://root@192.168.1.13/system">QEMU/KVM</a>
</div>
<br>
</div>
</body>
</html>