echo "Enter your Gitlab API Token:"
read -s gitlab_key
echo "Enter your SMTP Password:"
read -s smtp_pass
docker run --rm -t \
-e API_TOKEN="$gitlab_key" \
-e GITLAB_URL="http://your.gitlab.url" \
-e SMTP_SERVER="smtp://your.smtp.server:port" \
-e SMTP_USER="<your_user_name>" \
-e SMTP_PASSWORD="$smtp_pass" \
-e SMTP_FROM="from@your.gitlab.url" \
-e RECEIVER="admin@your.email" \
cschlosser/gitlab-version-check
-
Notifications
You must be signed in to change notification settings - Fork 0
Check the version of your GitLab instance and send a mail if out of date.
License
cschlosser/gitlab-version-check
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Check the version of your GitLab instance and send a mail if out of date.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published