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 5498ce0a7e Initial Commit 2021-07-11 23:19:37 +02:00
backend Initial Commit 2021-07-11 23:19:37 +02:00
common Initial Commit 2021-07-11 23:19:37 +02:00
config Initial Commit 2021-07-11 23:19:37 +02:00
database Initial Commit 2021-07-11 23:19:37 +02:00
update Initial Commit 2021-07-11 23:19:37 +02:00
website Initial Commit 2021-07-11 23:19:37 +02:00
.env.schema Initial Commit 2021-07-11 23:19:37 +02:00
.gitignore Initial Commit 2021-07-11 23:19:37 +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
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 Initial Commit 2021-07-11 23:19:37 +02:00
go.sum Initial Commit 2021-07-11 23:19:37 +02:00
main.go Initial Commit 2021-07-11 23:19:37 +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