Giter Club home page Giter Club logo

docker-statping's Introduction

  • PUID/PGID support
  • Multiarch support
  • Updates app on container restart (can disable)

Status Page for monitoring your websites and applications with beautiful graphs, analytics, and plugins. Run on any type of environment.

Docker

Tags

Tag Description Build Status
latest stable Docker Build Master
dev development, pre-release Docker Build Dev
exp experimental, unstable Docker Build Exp

Docker Create

docker create \
  --name=statping \
  -v <path to data>:/app \
  -e PGID=<gid> -e PUID=<uid> \
  -e TZ=<timezone> \
  -e SKIPUPDATE='no' \       
  eafxx/statping

OR

Docker Compose

    statping:
        container_name: statping
        image: eafxx/statping
        volumes:
            - <path to data>:/app
        environment:
            - PUID=<uid>
            - PGID=<gid>        
            - TZ=<timezone>
	    - SKIPUPDATE=no

OR

Docker Run

docker run -d --name='Statping' --net='bridge' -e TZ="Europe/London" -e 'PUID'='99' -e 'PGID'='100' -e 'SKIPUPDATE'='no' -e 'VERBOSE'='1' -p '8366:8080/tcp' -v '/mnt/cache/appdata/statping/config':'/app':'rw' 'eafxx/statping' 

Parameters

Container images are configured using parameters passed at runtime (such as those above).

Parameter Function
-e PUID=99 For UserID - see below for explanation
-e PGID=100 For GroupID - see below for explanation
-e TZ=Europe/London Specify a timezone to use EG Europe/London
-e SKIPUPDATE=no Skip auto-update of the Statping app on container restarts, options: yes/no, default: no
-e VERBOSE=1 1-4, display more logs in verbose mode (optional)
-v /app Contains all relevant configuration files

User / Group Identifiers

When using volumes (-v flags) permissions issues can arise between the host OS and the container, we avoid this issue by allowing you to specify the user PUID and group PGID.

Ensure any volume directories on the host are owned by the same user you specify and any permissions issues will vanish like magic.

In this instance PUID=1000 and PGID=1000, to find yours use id user as below:

  $ id username
    uid=1000(dockeruser) gid=1000(dockergroup) groups=1000(dockergroup)

Project Source

https://github.com/hunterlong/statping

docker-statping's People

Contributors

vorsku avatar

Stargazers

 avatar  avatar Elvis Nuno avatar Roman Hossain Shaon avatar Toan Tran avatar Hunter Long avatar  avatar Mark avatar Matt Foxx avatar

Watchers

Matt Foxx avatar  avatar

Forkers

msgpo

docker-statping's Issues

Update github-slug-action version



Hi,

This project use the GitHub action rlespinasse/github-slug-action on the master branch.



Due to changes into the branches management, the master branch is not longer supported and will be removed in few months (EOL: 2020-10-25).



The current latest version is 2.0.0 from the v2.x branch.

- uses: rlespinasse/[email protected]
- uses: rlespinasse/[email protected]


If you want to avoid breaking changes, you can use the 1.1.0 version or the v1.1.x branch.

- uses: rlespinasse/[email protected]
- uses: rlespinasse/[email protected]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.