We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4beb78e + 6720c0f commit b2410d9Copy full SHA for b2410d9
snapcraft.yaml
@@ -0,0 +1,26 @@
1
+name: ponzu
2
+version: '1.0'
3
+summary: Headless CMS with automatic JSON API
4
+description: |
5
+ Headless CMS with automatic JSON API. Featuring auto-HTTPS from
6
+ Lets Encrypt, HTTP/2 Server Push, and flexible server framework
7
+ written in Go.
8
+grade: stable
9
+confinement: strict
10
+base: core18
11
+parts:
12
+ ponzu:
13
+ plugin: go
14
+ source: https://github.com/ponzu-cms/ponzu.git
15
+ go-importpath: github.com/ponzu-cms/ponzu
16
+ build-packages:
17
+ - build-essential
18
+apps:
19
20
+ command: bin/ponzu
21
+ daemon: simple
22
+ restart-condition: on-abnormal
23
+ plugs:
24
+ - home
25
+ - network
26
+ - network-bind
0 commit comments