-
Notifications
You must be signed in to change notification settings - Fork 0
/
balena.yml
32 lines (30 loc) · 1.08 KB
/
balena.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: caddy-reverso
joinable: false
type: sw.application
description: >-
caddy-reverso is a Caddy based reverse-proxy server running on your Raspberry Pi! It implements ACME DNS Challenge to obtain tls certificates from Let's Encrypt & basic authentication. Everything is configured via balena device variables in the balena.io cloud dashboard. Tested on all Raspberry Pi from v1 to Pi-4-64!
post-provisioning: >-
### Using caddy-reverso
- Minimum device variables: DNS_PROVIDER, DNS_API_KEY, and a HOST_<number>
- See terrible instructions at [caddy-reverso](https://github.com/SamEureka/caddy-reverso)
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/SamEureka/caddy-reverso'
logo:
type: blob.asset
data:
url: >-
https://raw.githubusercontent.com/SamEureka/caddy-reverso/main/caddy-dumb.png
data:
defaultDeviceType: raspberrypi3-64
supportedDeviceTypes:
- raspberry-pi
- raspberry-pi2
- raspberrypi3
- raspberrypi0-2w-64
- raspberrypi3-64
- raspberrypi400-64
- raspberrypi4-64
version: 3.0.16