Add the server, accountant, and rest proxy to the snap
This commit is contained in:
parent
dd76e61e44
commit
19b3685e8c
1 changed files with 17 additions and 2 deletions
|
@ -12,7 +12,22 @@ apps:
|
||||||
rove:
|
rove:
|
||||||
command: bin/rove
|
command: bin/rove
|
||||||
plugs:
|
plugs:
|
||||||
- network # Needed for access to hosted servers
|
- network
|
||||||
|
rove-server:
|
||||||
|
command: bin/rove-server
|
||||||
|
plugs:
|
||||||
|
- network
|
||||||
|
- network-bind
|
||||||
|
rove-accountant:
|
||||||
|
command: bin/rove-accountant
|
||||||
|
plugs:
|
||||||
|
- network
|
||||||
|
- network-bind
|
||||||
|
rove-rest-server:
|
||||||
|
command: bin/rove-reverse-proxy
|
||||||
|
plugs:
|
||||||
|
- network
|
||||||
|
- network-bind
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
go-rove:
|
go-rove:
|
||||||
|
@ -22,4 +37,4 @@ parts:
|
||||||
build-packages:
|
build-packages:
|
||||||
- gcc-multilib
|
- gcc-multilib
|
||||||
# TODO: Add version somehow
|
# TODO: Add version somehow
|
||||||
# TODO: Only build cmd/rove with 'go-buildtags'
|
# TODO: Server needs /usr/share/dict/words
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue