Skip to content

Commit b2410d9

Browse files
Merge pull request #313 from igorljubuncic/ponzu-dev
There may be elements to iron out for snap users, but nothing here impacts the Ponzu codebase as-is.
2 parents 4beb78e + 6720c0f commit b2410d9

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

snapcraft.yaml

+26
Original file line numberDiff line numberDiff line change
@@ -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+
ponzu:
20+
command: bin/ponzu
21+
daemon: simple
22+
restart-condition: on-abnormal
23+
plugs:
24+
- home
25+
- network
26+
- network-bind

0 commit comments

Comments
 (0)