Skip to content

OutdatedVersion/discord-message-recovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kratos

As an exercise in pursuit of further familiarizing myself with some cool technology I took on reworking this project.

Stack

Components

At the moment the application itself (which is excluding dependencies; such as datastores) is broken into three distinct, though not neccessarily decoupled, components.

  • gateway
  • discord-bot
  • message-recovery-service

Details on each of these may be viewed within their respective directory.

Global Kubernetes Secrets

  • kratos-bugsnag
    • token
      • The authorization token
      • Note: In a different environment it would be a great move to break error reporting into multiple projects. I throw it all at one to save on operating cost.
  • minio
    • access
      • Minio access key (akin to a username)
    • secret
      • Minio secret key (akin to a password)

About

Service formed Discord bot to hold deleted messages

Resources

License

Stars

Watchers

Forks