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:
|
||||
command: bin/rove
|
||||
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:
|
||||
go-rove:
|
||||
|
@ -22,4 +37,4 @@ parts:
|
|||
build-packages:
|
||||
- gcc-multilib
|
||||
# TODO: Add version somehow
|
||||
# TODO: Only build cmd/rove with 'go-buildtags'
|
||||
# TODO: Server needs /usr/share/dict/words
|
||||
|
|
Loading…
Add table
Reference in a new issue