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
MedzikUser a586d4690b
fix(github workflows): Fix upload files to release
2021-07-31 23:10:43 +02:00
.github/workflows fix(github workflows): Fix upload files to release 2021-07-31 23:10:43 +02:00
backend feat: add ctx to backend ping, add cluster functional... 2021-07-31 20:59:43 +00:00
common feat: add ctx to backend ping, add cluster functional... 2021-07-31 20:59:43 +00:00
config feat: add ctx to backend ping, add cluster functional... 2021-07-31 20:59:43 +00:00
database/mongo feat: add ctx to backend ping, add cluster functional... 2021-07-31 20:59:43 +00:00
update Redis 2021-07-29 18:51:15 +00:00
website feat: add ctx to backend ping, add cluster functional... 2021-07-31 20:59:43 +00:00
.env.schema Add toml config, golint to gitpod Dockerfile... 2021-07-29 19:54:55 +00:00
.gitignore Redis 2021-07-29 18:51:15 +00:00
.gitpod.Dockerfile Update Workflow, gitpod Dockerfile, nodemon.sh 2021-07-30 21:01:25 +00:00
.gitpod.yml v1.3.1 2021-07-24 21:19:22 +00:00
.goreleaser.yml feat: add ctx to backend ping, add cluster functional... 2021-07-31 20:59:43 +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 Add toml config, golint to gitpod Dockerfile... 2021-07-29 19:54:55 +00:00
config.schema.toml Redis 2021-07-29 18:51:15 +00:00
go.mod Add toml config, golint to gitpod Dockerfile... 2021-07-29 19:54:55 +00:00
go.sum Add toml config, golint to gitpod Dockerfile... 2021-07-29 19:54:55 +00:00
main.go feat: add ctx to backend ping, add cluster functional... 2021-07-31 20:59:43 +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 feat: add ctx to backend ping, add cluster functional... 2021-07-31 20:59:43 +00:00

README.md

Pingbot - Backend

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