Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to deploy Docker with Sentry 10 configuration and nail notification exception errors

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly shows you "how to deploy Docker with Sentry 10 and nail notification exception error". The content is simple and easy to understand, and the organization is clear. I hope it can help you solve your doubts. Let Xiaobian lead you to study and learn "how to deploy Docker with Sentry 10 and nail notification exception error".

Pre-environment required

docker

python

docker-compose

I don't recommend installing version 20 at this time, because I can't find the right nail plug-in for version 20:)

Start installing git clone https://github.com/getsentry/onpremise.gitcd onpremise/git branch -agit checkout releases/10.0.x //Switch to version 10 Start installing

Execute sh install.sh to start the installation. During the installation process, you will be asked to enter the administrator mailbox and password for login.

Would you like to create a user account now? [Y/n]: YEmail: your_emailPassword:

modify vim sentry/config.yml modify

mail.backend: 'django_smtp_ssl.SSLEmailBackend' mail.host: 'smtphz.qiye.163.com'

execution command

echo "entry_dingtalk_xz" >> sentry/requirements. txt//nail plug-in echo "django-smtp-ssl~=1.0" >> sentry/requirements. txt// SSL

Perform docker-compose build

After completion, enter docker-compose up to see if there is any problem with startup. If there is no problem, execute docker-compose up -d browser to access ip:9000 to log in the account password you just set, and set the sending mailbox.

I use NetEase 163's enterprise mailbox port 994 here. How to query https://qiye.163.com/help/client-profile.html

configuration nail

Create a new project, select the development language or framework, according to the prompt configuration code, enter the settings above the project point, find the Legacy Integrations drop-down at the bottom of the left menu, find dingtalk, click Configure plugin, configure the webhook connection created by the nail, click Test

Settings Chinese

Language in Account Details of settings can be set to Simplified Chinese

time zone

Timezone in Account Details can be set to (UTC+0800) Asia/Shanghai

The above is "How to deploy Docker with Sentry 10 and nail notification exception errors". Thank you for reading this article! I believe that everyone has a certain understanding, hope to share the content to help everyone, if you still want to learn more knowledge, welcome to pay attention to the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report