This application "pings" websites every few minutes. It can be used to keep the application alive on e.g. glitch.me or repl.it.
Go to file
Medzik fad478ebe6 add gofmt to github workflows 2021-08-18 16:50:08 +00:00
.github/workflows add gofmt to github workflows 2021-08-18 16:50:08 +00:00
backend fix: add omitempty to types fields, change error message 2021-08-12 21:13:10 +00:00
config fix: add github token to auto updater 2021-08-15 14:38:12 +00:00
database/mongo fix: add omitempty to types fields, change error message 2021-08-12 21:13:10 +00:00
website chore(fix api): cpu arch 2021-08-15 17:49:57 +00:00
.env.schema fix: add github token to auto updater 2021-08-15 14:38:12 +00:00
.gitignore Update 2021-08-12 19:39:05 +00:00
.gitpod.Dockerfile Update 2021-08-12 19:39:05 +00:00
.gitpod.yml v1.3.1 2021-07-24 21:19:22 +00:00
.goreleaser.yml Update 2021-08-17 21:26:19 +00:00
LICENSE v1.3.0 2021-07-24 09:50:17 +00:00
Makefile feat: add ctx to backend ping, add cluster functional... 2021-07-31 20:59:43 +00:00
README.md Update 2021-08-17 21:26:19 +00:00
config.schema.toml feat: Add Cache URLs and Database config from toml file 2021-08-11 10:35:51 +00:00
go.mod go get 2021-08-17 21:27:31 +00:00
go.sum go get 2021-08-17 21:27:31 +00:00
main.go fix: add github token to auto updater 2021-08-15 14:38:12 +00:00
nodemon.json Add toml config, golint to gitpod Dockerfile... 2021-07-29 19:54:55 +00:00
nodemon.sh feat: add ctx to backend ping, add cluster functional... 2021-07-31 20:59:43 +00:00
renovate.json Update renovate.json 2021-08-07 13:01:35 +02:00

README.md

Pingbot - Backend

Repo Size Build

Install Pre-Compile binary

  • Linux amd64
    • Download latest version
    • Unpack file tar xzf pingbot_{VERSION}_linux_amd64.tar.gz
    • Create an .env and config.toml file and complete according to .env.schema and config.schema.toml
    • Add permissions chmod +rwx pingbot.out
    • Run binary ./pingbot.out