You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.2 KiB

10 years ago
  1. {% extends "base.html" %}
  2. {% load staticfiles %}
  3. {% block content %}
  4. <div class="row">
  5. <div class="col-sm-12">
  6. <h3>Who Runs This</h3>
  7. <p>
  8. Hello, my name is Pēteris Caune, I live in Riga, Latvia and do programming for living.
  9. You can contact me <a href="mailto:[email protected]">via email</a>.
  10. </p>
  11. <h3>Reliability Guarantees</h3>
  12. <p>
  13. Health Checks is currently at a very early stage as you can probably tell.
  14. </p>
  15. <p>
  16. The service is currently run on single $5 Digital Ocean box. The service
  17. can and will have ocassional outages. User data should be safe however,
  18. as we are doing regular database backups to Amazon S3.
  19. </p>
  20. <p>
  21. If all this does not sound very inspiring,
  22. there are also alternative services:
  23. </p>
  24. <h3>Alternative Services</h3>
  25. <ul>
  26. <li><a href="https://cronitor.io/">Cronitor.io</a></li>
  27. <li><a href="https://deadmanssnitch.com/">Dead Man's Snitch</a></li>
  28. <li><a href="https://github.com/quantopian/coal-mine">Coal Mine</a></li>
  29. </ul>
  30. </div>
  31. </div>
  32. {% endblock %}