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 94b0a800cb Fixed Lint Error 2021-07-14 12:00:17 +02:00
.github Added .github and goreleaser 2021-07-14 11:52:50 +02:00
backend Added Memory stats to API status 2021-07-13 15:09:04 +02:00
common Initial Commit 2021-07-11 23:19:37 +02:00
config Fixed Lint Error 2021-07-14 12:00:17 +02:00
database Simple Update 2021-07-12 12:52:44 +02:00
update Initial Commit 2021-07-11 23:19:37 +02:00
website Fixed Lint Error 2021-07-14 12:00:17 +02:00
.env.schema Initial Commit 2021-07-11 23:19:37 +02:00
.gitignore Added .github and goreleaser 2021-07-14 11:52:50 +02:00
.gitlab-ci.yml Initial Commit 2021-07-11 23:19:37 +02:00
.gitpod.yml Initial Commit 2021-07-11 23:19:37 +02:00
.goreleaser.yml Added .github and goreleaser 2021-07-14 11:52:50 +02:00
LICENSE Initial Commit 2021-07-11 23:19:37 +02:00
Makefile Initial Commit 2021-07-11 23:19:37 +02:00
README.md Initial Commit 2021-07-11 23:19:37 +02:00
build.sh Initial Commit 2021-07-11 23:19:37 +02:00
go.mod Added Memory stats to API status 2021-07-13 15:09:04 +02:00
go.sum Added Memory stats to API status 2021-07-13 15:09:04 +02:00
init.go Simple Update 2021-07-12 12:52:44 +02:00
main.go Added Memory stats to API status 2021-07-13 15:09:04 +02:00

README.md

Pingbot - Backend

Pipeline Badge

Install Pre-Compile binary

  • Linux
    • Downoad curl -L https://gitlab.com/gaming0skar123/go/pingbot/-/jobs/artifacts/main/raw/pingbot-linux-amd64?job=build --output pingbot
    • Add permissions chmod +rwx pingbot
    • Run binary ./pingbot

Disable Automatic Updates

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