Web-service created to simplify and improve quality of daily check-ins in Slack.
- Create a new Slack App:
https://api.slack.com/apps
- Obtain
Client ID
andClient Secret
for newly created Slack App - Duplicate
example.env
file as.env
and update env vars with your slack credentials and target channel. You can use either channel id or channel name. - If you'd like to enable automatic link generation for mentioned JIRA tickets, generate JIRA API token
- Put your gathered JIRA token in previously created
.env
file along with your Atlassian email and JIRA domain. - In case if you don't want to include JIRA links in your check-in message, simply remove all
JIRA_*
envs from.env
file.
- Make sure your
.env
file is created and updated with according credentials as mentioned before. - Build an image with
docker run
or usedocker compose up -d --build
- By default application runs on port
3010
By default Next.js collects anonymous telemetry about general usage.
See https://nextjs.org/telemetry for more info.