Commit Graph

14 Commits

Author SHA1 Message Date
Alexis Couvreur
3eb7d480da feat: add persistent storage (#30)
* refactor: remove unused default timeout

* feat: add persistent storage

Allows you to save the state to a file and load it upon restarting the app to restore the previous state.

* chore: upgrade to go 1.18

* use tinykv with generics

* build: add "-buildvcs=false" flag

Git is not available in golang:1.18-alpine image
2022-07-23 12:53:23 -04:00
Alexis Couvreur
0edf684643 ci: add "beta" branch to ci release trigger" 2022-07-23 12:53:23 -04:00
Alexis Couvreur
4f89362e41 ci: release on beta branch 2022-07-23 12:53:23 -04:00
Alexis Couvreur
fab46ad4c6 ci: release go binaries for linux/amd64 linux/arm64 linux/arm/v7 (#19) 2021-10-29 00:07:21 +02:00
Alexis Couvreur
a127a0fc86 feat: add multiplatform docker image build (#18)
The build is very slow for some reason. ~15mins
2021-10-01 23:19:33 +02:00
Alexis Couvreur
29b1da52ea feat: add dockerhub registry (#17) 2021-10-01 22:19:02 +02:00
Alexis COUVREUR
42b0a9a354 ci: build docker image on tag 2021-10-01 22:05:31 +02:00
Alexis COUVREUR
f2eabd73b6 ci(release): use PAT to trigger docker build on tag 2021-09-28 14:22:43 +02:00
Alexis Couvreur
ebd24562b1 feat: add healthcheck lookup before redirect (#12)
Docker classic IsUp will return false when the container defines a healthcheck and is not healthy, otherwise as soon as it's started it's up.
Docker swarm will check that the number of required tasks is higher than 1, and that the number of running tasks matches the number of desired tasks.
A task is not running when it defines a healthcheck and is not healthy.
2021-09-28 12:44:27 +02:00
Alexis Couvreur
80cbb25975 ci: push to ghcr.io (#10) 2021-09-26 16:52:40 +02:00
Alexis Couvreur
277d12a864 ci: add docker build on all branches 2021-09-26 13:44:52 +00:00
Alexis Couvreur
f78af94572 ci: add build, docker and release pipelines (#6) 2021-09-25 22:22:46 +00:00
Alexis Couvreur
b03352eaec master to main :) 2020-10-21 19:53:29 +02:00
Alexis Couvreur
c733adca93 Added github action build multi arch 2020-10-21 12:57:00 +02:00