Skip to content

dangdungcntt/uptimerobot-parking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

uptimerobot-parking

Parking any domain to Uptimerobot Status Page without PRO Plan.

Get Status Page ID

Uptimerobot Status Page ID can found on your Uptimerobot Status Page url: https://stats.uptimerobot.com/<status_page_id>

Using Docker

Build your image:

git clone https://github.com/dangdungcntt/uptimerobot-parking.git
cd uptimerobot-parking
docker build -t uptimerobot-parking .
docker run -d \
    -e UPTIMEROBOT_STATUS_PAGE_ID=<status_page_id> \
    -p 8080:80 \
    uptimerobot-parking

Use my image:

docker run -d \
    -e UPTIMEROBOT_STATUS_PAGE_ID=<status_page_id> \
    -p 8080:80 \
    dangdungcntt/uptimerobot-parking

Your status page can access via: http://localhost:8080

Using native nginx installed on your system

Required module http_sub_module

Copy contents of templates/default.conf.template file and replace ${UPTIMEROBOT_STATUS_PAGE_ID} with your <status_page_id>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published