Ā
Brought to you by
FirePress.orgā |
play-with-ghostā |
GitHubā |
Twitterā
Ā
noti in a docker container along a CI (continuous integration) to build the Docker image.
utility.sh based on bash-script-templateā At FirePress, we use noti to keep track of backups, cron, a critical error that could happen in our DevOps set up.
Notiā let you trigger a notification.
Never sit and wait for some long-running process to finish. Noti can alert you when it's done. You can receive messages on your computer or phone.
This example sends a message to a Slack.
IMG_noti="3.2.0_2019-09-03_04H01s17_0d571ec"
docker run --rm \
--name noti \
-e NOTI_MESSAGE="${NOTI_MESSAGE}" \
-e SLACK_CHANNEL="${SLACK_CHANNEL}" \
-e SLACK_TOKEN_CRON=$(cat ${secret_token_path}) \
"$IMG_noti" sh -c \
' NOTI_SLACK_TOKEN="$SLACK_TOKEN_CRON" \
NOTI_SLACK_CHANNEL="$SLACK_CHANNEL" \
noti -k -m "$NOTI_MESSAGE" '
Always check on docker hub the most recent build:
https://hub.docker.com/r/devmtl/noti/tagsā
You should use this tag format in production.
${VERSION} _ ${DATE} _ ${HASH-COMMIT}
devmtl/noti:3.2.0_2019-09-03_04H01s17_0d571ec
These tags are also available to try stuff quickly:
devmtl/noti:3.2.0
devmtl/noti:stable
devmtl/noti:latest
If you are looking for an alternative to WordPress, Ghostā might be the CMS you are looking for. Check out our hosting plansā .

Our missionā is to empower freelancers and small organizations to build an outstanding mobile-first website.
Because we believe your website should speak up in your name, we consider our mission completed once your site has become your impresario.
Find me on Twitter @askpascalandyā .
ā The FirePress Teamā š„š°
The power of communities pull request and forks means that 1 + 1 = 3. You can help to make this repo a better one! Here is how:
git checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-featureCheck this post for more details: Contributing to our Github projectā . Also, by contributing you agree to the Contributor Code of Conduct on GitHubā .
Content type
Image
Digest
Size
9.3 MB
Last updated
almost 6 years ago
docker pull devmtl/noti