peach-img-builder/templates/release_index.html

47 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>PeachCloud Release Builds</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>PeachCloud Image Builds</h1>
<p>The latest PeachCloud disc image for Raspberry Pi 3+ with all PeachCloud microservices pre-installed.</p>
<ul>
<li>
<a href="{{release_img_url}}">{{release_img_name}}</a>
</li>
</ul>
<br/>
<hr>
<br/>
<h1>PeachCloud Package Builds</h1>
<p>The above image contains the following packages:</p>
<ul>
<li><a href="http://apt.peachcloud.org/pool/buster/main/p/peach-web/peach-web_{{packages['peach-web']}}_arm64.deb">peach-web</a> - {{packages["peach-web"]}}</li>
<li><a href="http://apt.peachcloud.org/pool/buster/main/p/peach-config/peach-config_{{packages['peach-config']}}_all.deb">peach-config</a> - {{packages["peach-config"]}}</li>
<li><a href="http://apt.peachcloud.org/pool/buster/main/p/peach-dyndns-updater/peach-dyndns-updater_{{packages['peach-dyndns-updater']}}_arm64.deb">peach-dyndns-updater</a> - {{packages["peach-dyndns-updater"]}}</li>
<li><a href="http://apt.peachcloud.org/pool/buster/main/p/peach-go-sbot/peach-go-sbot_{{packages['peach-go-sbot']}}_all.deb">peach-go-sbot</a> - {{packages["peach-go-sbot"]}}</li>
</ul>
<hr>
<p>For online documentation please refer to
<a href="http://docs.peachcloud.org/">docs.peachcloud.org</a>.<br/>
Code repositories can be found at
<a href="https://github.com/peachcloud">github.com/peachcloud</a>.<br/>
Support our efforts at
<a href="https://opencollective.com/peachcloud">opencollective.com/peachcloud</a>.</p>
<p><em>Thank you for your interest in PeachCloud.</em></p>
</body>
</html>