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 bd660f5427 v1.1.0: Change error msg, Changes 2 files name to ticker.go...
- Change error messages
- backend and update: changed files name to ticker.go
- Update README, Makefile
- Added nodemon
- website: URL type now is database.URL
- backend: Remove unused http info
- Upgrade deps
2021-07-19 14:24:33 +00:00
.github Added .github and goreleaser 2021-07-14 11:52:50 +02:00
backend v1.1.0: Change error msg, Changes 2 files name to ticker.go... 2021-07-19 14:24:33 +00:00
common Initial Commit 2021-07-11 23:19:37 +02:00
config v1.1.0: Change error msg, Changes 2 files name to ticker.go... 2021-07-19 14:24:33 +00:00
database v1.1.0: Change error msg, Changes 2 files name to ticker.go... 2021-07-19 14:24:33 +00:00
update v1.1.0: Change error msg, Changes 2 files name to ticker.go... 2021-07-19 14:24:33 +00:00
website v1.1.0: Change error msg, Changes 2 files name to ticker.go... 2021-07-19 14:24:33 +00:00
.env.schema Initial Commit 2021-07-11 23:19:37 +02:00
.gitignore v1.1.0: Change error msg, Changes 2 files name to ticker.go... 2021-07-19 14:24:33 +00:00
.gitpod.yml Initial Commit 2021-07-11 23:19:37 +02:00
.goreleaser.yml Changed Auto Update 2021-07-14 13:23:30 +02:00
LICENSE Initial Commit 2021-07-11 23:19:37 +02: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 v1.1.0: Change error msg, Changes 2 files name to ticker.go... 2021-07-19 14:24:33 +00:00
go.mod v1.1.0: Change error msg, Changes 2 files name to ticker.go... 2021-07-19 14:24:33 +00:00
go.sum v1.1.0: Change error msg, Changes 2 files name to ticker.go... 2021-07-19 14:24:33 +00:00
init.go v1.1.0: Change error msg, Changes 2 files name to ticker.go... 2021-07-19 14:24:33 +00:00
main.go v1.1.0: Change error msg, Changes 2 files name to ticker.go... 2021-07-19 14:24:33 +00:00
nodemon.json v1.1.0: Change error msg, Changes 2 files name to ticker.go... 2021-07-19 14:24:33 +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.yml file and complete according to .env.schema and config.schema.yml
    • Add permissions chmod +rwx pingbot.out
    • Run binary ./pingbot.out

Disable Automatic Updates

  • Add Option -u=false or --update=false