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 ce36a83418 Simple Update
- Update Backend
- Change DB Connect from init to Connect()
- Simple Update API
2021-07-12 12:52:44 +02:00
backend Simple Update 2021-07-12 12:52:44 +02:00
common Initial Commit 2021-07-11 23:19:37 +02:00
config Simple Update 2021-07-12 12:52:44 +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 Simple Update 2021-07-12 12:52:44 +02:00
.env.schema Initial Commit 2021-07-11 23:19:37 +02:00
.gitignore Simple Update 2021-07-12 12:52:44 +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 Simple Update 2021-07-12 12:52:44 +02:00
go.sum Simple Update 2021-07-12 12:52:44 +02:00
init.go Simple Update 2021-07-12 12:52:44 +02:00
main.go Simple Update 2021-07-12 12:52:44 +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