about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhanemile <hanemile@protonmail.com>2019-01-29 01:58:11 +0100
committerhanemile <hanemile@protonmail.com>2019-01-29 01:58:11 +0100
commita61291c149730f4d6729741d770a319c60dceef4 (patch)
tree41ae5e81905b7b892321baf77998689690e928cc
parent275f3baaa7ca179f02abb135190fc850c2d67cd1 (diff)
updated the links
-rw-r--r--src/index.html18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/index.html b/src/index.html
index 5eac281..4e18956 100644
--- a/src/index.html
+++ b/src/index.html
@@ -91,7 +91,7 @@
               <p class="card-text">I wrote a writeup for people who want to implement this or just want to dive deeper into the rabbit hole. It contains the process of generating the star clusters and how the simulation efficiency can be increased alot.</p>
             </div>
             <div class="card-footer">
-              <a href="http://writeup.emile.space/" class="btn btn-primary">writeup.emile.space</a>
+              <a href="http://writeup.emile.space/" class="btn btn-primary">writeup</a>
             </div>
           </div>
         </div>
@@ -103,7 +103,7 @@
               <p class="card-text">The complete project is currently split up into multiple docker containers representing a micro-service each. It is currently stored in git and is always happy if new post-request are made!</p>
             </div>
             <div class="card-footer">
-              <a href="http://code.emile.space" class="btn btn-primary">code.emile.space</a>
+              <a href="http://code.emile.space" class="btn btn-primary">code</a>
             </div>
           </div>
         </div>
@@ -120,7 +120,7 @@
               <p class="card-text">The Generator container generates stars using NFW containers. This makes it incredibly fast, because it is not bound to a machine, but can operate on a giant cluster.</p>
             </div>
             <div class="card-footer">
-              <a href="http://generator.nbg1.emile.space" class="btn btn-primary">generator.emile.space</a>
+              <a href="http://generator.nbg1.emile.space" class="btn btn-primary">generator</a>
             </div>
           </div>
         </div>
@@ -132,7 +132,7 @@
               <p class="card-text">The current "Database" is a go array containing the galaxy stored in the form of a tree. This is not optimal, but it works and I'm working on a more scalable solution.</p>
             </div>
             <div class="card-footer">
-              <a href="http://db.nbg1.emile.space" class="btn btn-primary">db.emile.space</a>
+              <a href="http://db.nbg1.emile.space" class="btn btn-primary">db</a>
             </div>
           </div>
         </div>
@@ -144,7 +144,7 @@
               <p class="card-text">The manager manages distributing stars to the simulator containers, it also collects the metrics from the Simulator containers and functions as a target for prometheus.</p>
             </div>
             <div class="card-footer">
-              <a href="http://manager.nbg1.emile.space" class="btn btn-primary">manager.emile.space</a>
+              <a href="http://manager.nbg1.emile.space" class="btn btn-primary">manager</a>
             </div>
           </div>
         </div>
@@ -161,7 +161,7 @@
                 <p class="card-text">The simulator container get's stars from the manager and calculates the forces acting on it. It then inserts the new star into the database.</p>
               </div>
               <div class="card-footer">
-                <a href="http://simulator.nbg1.emile.space" class="btn btn-primary">simulator.emile.space</a>
+                <a href="http://simulator.nbg1.emile.space" class="btn btn-primary">simulator</a>
               </div>
             </div>
           </div>
@@ -173,7 +173,7 @@
                 <p class="card-text"><a href="https://traefik.io/">Traefik</a> ist used as a reverse proxy for some services such as the generator container. It also allows a lot of other services to work.</p>
               </div>
               <div class="card-footer">
-                <a href="http://db.nbg1.emile.space" class="btn btn-primary">db.emile.space</a>
+                <a href="http://traefik.nbg1.emile.space" class="btn btn-primary">traefik</a>
               </div>
             </div>
           </div>
@@ -185,7 +185,9 @@
                 <p class="card-text">Monitoring is done by combining the power of <a href="https://prometheus.io">Prometheus</a> and <a href="https://grafana.com/">Grafana</a> using the other containers as targets to pull metrics from.</p>
               </div>
               <div class="card-footer">
-                <a href="http://manager.nbg1.emile.space" class="btn btn-primary">manager.emile.space</a>
+                <a href="http://manager.nbg1.emile.space" class="btn btn-primary">manager</a>
+                <a href="http://prometheus.nbg1.emile.space" class="btn btn-primary">prometheus</a>
+                <a href="http://grafana.nbg1.emile.space" class="btn btn-primary">grafana</a>
               </div>
             </div>
           </div>