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 4d78ffd25b Add toml config, golint to gitpod Dockerfile...
- Add toml config, golint to gitpod Dockerfile
- Update nodemon, backend status, Readme
- Move MongoDB to mongo folder in db
2021-07-29 19:54:55 +00:00
.github Added .github and goreleaser 2021-07-14 11:52:50 +02:00
backend Add toml config, golint to gitpod Dockerfile... 2021-07-29 19:54:55 +00:00
common Initial Commit 2021-07-11 23:19:37 +02:00
config Add toml config, golint to gitpod Dockerfile... 2021-07-29 19:54:55 +00:00
database/mongo Add toml config, golint to gitpod Dockerfile... 2021-07-29 19:54:55 +00:00
update Redis 2021-07-29 18:51:15 +00:00
website Redis 2021-07-29 18:51:15 +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 Add toml config, golint to gitpod Dockerfile... 2021-07-29 19:54:55 +00:00
.gitpod.yml v1.3.1 2021-07-24 21:19:22 +00:00
.goreleaser.yml Redis 2021-07-29 18:51:15 +00:00
LICENSE v1.3.0 2021-07-24 09:50:17 +00:00
Makefile v1.1.0: Change error msg, Changes 2 files name to ticker.go... 2021-07-19 14:24:33 +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 Add toml config, golint to gitpod Dockerfile... 2021-07-29 19:54:55 +00:00
nodemon.json Add toml config, golint to gitpod Dockerfile... 2021-07-29 19:54:55 +00:00
nodemon.sh Add toml config, golint to gitpod Dockerfile... 2021-07-29 19:54:55 +00:00
renovate.json Add renovate.json 2021-07-24 20:18:18 +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