Skip to content

YeudaBy/LogCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogCheck

  • Install the requirements packages:
pip3 install -r requirements.txt
  • Create token.ini file and enter the following syntax:
[slack]
token = <your token>
  • Set the nginx configuration by the following settings:
location / {
       proxy_pass http://localhost:8080/;
}
  • Give the right access to the user in user section at nginx conf:
user www-data
  • Run the app, using waitress:
waitress-serve 'app:app'

congratulations!

About

Search files in slack

Topics

Resources

Stars

Watchers

Forks

Contributors