96 lines
3.1 KiB
HTML
96 lines
3.1 KiB
HTML
---
|
||
layout: default
|
||
title: gokrazy showcase
|
||
aliases:
|
||
- /showcase.html
|
||
menu:
|
||
main:
|
||
title: "Showcase"
|
||
weight: 30
|
||
---
|
||
|
||
<div class="row">
|
||
<div class="col-lg-12">
|
||
<h2>Showcase</h2>
|
||
<h3>Written for gokrazy</h3>
|
||
<p>
|
||
The following third-party programs specifically target gokrazy:
|
||
</p>
|
||
<ul>
|
||
<li>
|
||
<a href="https://github.com/rtr7/router7"><strong>router7</strong></a><br>
|
||
Pure-Go small home internet router
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/stapelberg/zkj-nas-tools/tree/master/avr-x1100w"><strong>avr-x1100w</strong></a><br>
|
||
Automatically switches input sources on a Denon AVR-X1100W A/V receiver
|
||
depending on which media source is in use (specific to <a
|
||
href="https://github.com/stapelberg">stapelberg</a>’s home network).
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/stapelberg/zkj-nas-tools/tree/master/dornr%C3%B6schen"><strong>dornröschen</strong></a><br>
|
||
SSH-based backup and storage sync orchestration (specific to <a
|
||
href="https://github.com/stapelberg">stapelberg</a>’s home network).
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/stapelberg/hmgo"><strong>hmgo</strong></a><br>
|
||
Minimal HomeMatic house automation central control unit replacement (specific
|
||
to <a href="https://github.com/stapelberg">stapelberg</a>’s home network).
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/stapelberg/scan2drive"><strong>scan2drive</strong></a><br>
|
||
scan2drive is a Raspberry Pi 3-based appliance (with a web interface)
|
||
for scanning, converting and uploading physical documents to Google
|
||
Drive.
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/anisse/beatbox"><strong>beatbox</strong></a><br>
|
||
beatbox is a Raspberry Pi 3-based toy that combines a Mir:ror and NFC
|
||
figurines for playing music stored on the device or directly from Spotify.
|
||
</li>
|
||
</ul>
|
||
|
||
<p>
|
||
To get your program listed here, just <a
|
||
href="https://github.com/gokrazy/gokrazy.github.io">send us a pull request</a>.
|
||
</p>
|
||
|
||
<h3>Successfully tested</h3>
|
||
<p>
|
||
The following third-party programs have been successfully used with gokrazy
|
||
but might require additional setup:
|
||
</p>
|
||
<ul>
|
||
<li>
|
||
<a href="https://prometheus.io/"><strong>Prometheus</strong></a><br>
|
||
Monitoring system & time series database
|
||
</li>
|
||
|
||
<li>
|
||
<a href="https://github.com/prometheus/node_exporter"><strong>Prometheus
|
||
node exporter</strong></a><br> Exposes various metrics of the system on
|
||
which it is running for use with the
|
||
<a href="https://prometheus.io">prometheus</a> monitoring and alerting system.
|
||
</li>
|
||
|
||
<li>
|
||
<a href="https://github.com/prometheus/blackbox_exporter"><strong>Prometheus
|
||
blackbox exporter</strong></a><br> allows blackbox probing of endpoints over
|
||
HTTP, HTTPS, DNS, TCP and ICMP for use with the
|
||
<a href="https://prometheus.io">prometheus</a> monitoring and alerting system.
|
||
</li>
|
||
|
||
<li>
|
||
<a href="https://grafana.com/"><strong>Grafana</strong></a><br>
|
||
The open platform for beautiful analytics and monitoring
|
||
</li>
|
||
</ul>
|
||
|
||
<h3>No Go software for your idea?</h3>
|
||
<p>
|
||
You can prototype your idea by temporarily using existing software to close
|
||
the gap. See <a href="prototyping.html">Prototyping</a>.
|
||
</p>
|
||
</div>
|
||
</div>
|