swindon 0.7.8

An HTTP edge (frontend) server with smart websockets support
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
containers:
  swindon:
    setup:
    - !Ubuntu xenial
    - !UbuntuRepo
      url: https://repo.mglawica.org/ubuntu/
      suite: xenial
      components: [swindon-stable]
      trusted: true
    - !Install [swindon=0.7.8+xenial1]

commands:
  swindon: !Command
    container: swindon
    run:
    - swindon
    - --verbose
    - --config=swindon.yaml