Add info about services

This commit is contained in:
Anthony Wang 2021-05-21 13:37:29 -05:00
parent df4819ca06
commit 66bba259f9
Signed by: a
GPG key ID: 6FD3502572299774
2 changed files with 69 additions and 3 deletions

View file

@ -1,8 +1,7 @@
<!DOCTYPE html>
<!--I has no HTML skillz-->
<html>
<body>
<p style="text-align:center;font-family:monospace;font-size:16px;">
<div style="text-align:center;font-family:monospace;font-size:16px;">
<br>
<img src="logo.png" alt="exozyme" height="324" width="324">
<br>
@ -14,6 +13,10 @@
<br>
Libre web hosting
<br>
</p>
<br>
<a href="services">Services</a>
<br>
</div>
</body>
</html>

63
services/index.html Normal file
View file

@ -0,0 +1,63 @@
<!DOCTYPE html>
<html>
<body>
<div style="text-align:center;font-family:monospace;font-size:16px;">
<br>
<img src="/logo.png" alt="exozyme" height="324" width="324">
<br>
<br>
<b>Services</b>
<br>
<br>
Public
<br>
<div style="text-align:left;margin:auto;width:324px;">
- <a href="https://exozy.me">nginx</a>
<br>
- <a href="https://blog.exozy.me">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://game.exozy.me">BSX frontend</a>
<br>
- <a href="https://server.exozy.me">BSX server</a>
</div>
<br>
<br>
Private:
<br>
<div style="text-align:left;margin:auto;width:324px;">
- <a href="http://192.168.1.13:5901">VNC</a>
<br>
- <a href="http://192.168.1.13:3000">Grafana</a>
<br>
- <a href="http://192.168.1.13/zabbix">Zabbix</a>
<br>
- <a href="http://192.168.1.13:8888">Jupyter</a>
<br>
- <a href="http://192.168.1.13:9090">Cockpit</a>
<br>
- <a href="http://192.168.1.13:9000">Portainer</a>
<br>
- <a href="qemu+ssh://root@192.168.1.13/system">QEMU/KVM</a>
</div>
<br>
</div>
</body>
</html>