servers
about the services on abtmtr.link and the machines that serve them.
services
stuff that's hosted on abtmtr.link.
-
<% services.forEach((service) => { %>
-
<%= service.domain %> / <%= service.when.month %> <%= service.when.year %>
Runs <%= service.software %> <%= visibility[service.visibility] %>
<% }) %>
machines
stuff that hosts on abtmtr.link.
-
<% computers.forEach((puter) => { %>
-
<%= puter.name %> / <%= puter.whenGot.month %> <%= puter.whenGot.year %>
<%= puter.model %> / <%= puter.description %>
<%= puter.subtitle %>
<% }) %>