Add the server, accountant, and rest proxy to the snap

This commit is contained in:
Marc Di Luzio 2020-06-23 00:05:45 +01:00
parent dd76e61e44
commit 19b3685e8c

View file

@ -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