factoriotools / factorio-docker-watchdog

Build trigger for factorio on new releases

Home Page:https://github.com/factoriotools/factorio-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Factorio watchdog for release changes

Build trigger for factorio on new releases

Enviroment variables

Factorio Docker Watchdog must be configured via environment variables. Below you find a list with all required and optional variables.

Required

  • GIT_EMAIL: Email used by git for committing
  • GIT_NAME: Username used by git for committing
  • GITHUB_USER: GitHub Username used for api calls, git pull and push
  • GITHUB_TOKEN: GitHub token used for api calls, git pull and push
  • GITHUB_REPO_OWNER: GitHub Username/Organization where to push to
  • GITHUB_REPO_NAME: GitHub Repository where to push to

Optional

  • DISCORD_WEBHOOK_URL: Discord webhook url for announcements
  • VERSION_FIX: If the watchdog fails cause the repository is already on the latest version set this variable to the latest version

About

Build trigger for factorio on new releases

https://github.com/factoriotools/factorio-docker

License:GNU General Public License v3.0


Languages

Language:Go 96.8%Language:Dockerfile 3.2%