Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Preferences and Setup Docs #20

Merged
merged 16 commits into from
Mar 22, 2024
Merged

User Preferences and Setup Docs #20

merged 16 commits into from
Mar 22, 2024

Conversation

kevinthedang
Copy link
Owner

@kevinthedang kevinthedang commented Mar 22, 2024

Added

  • User configuration for the bot to switch message styles from embed and normal (aka plain discord messages).
  • Docker configurations changed to support static IPs so tedious IP checking has been removed.
  • Docker setup scripts in the package.json for people who don't want docker compose for some reason.

Notes

  • docs/ is to reduce clutter in the projects readme :)
  • .env.sample has been updated to reflect new parameters to have when running the containers.
    • IMPORTANT: The IPs for the ollama and discord container should be different, or else you will face conflicts on spinning up the containers.

@kevinthedang kevinthedang added the enhancement New feature or request label Mar 22, 2024
@kevinthedang kevinthedang self-assigned this Mar 22, 2024
@kevinthedang kevinthedang linked an issue Mar 22, 2024 that may be closed by this pull request
.env.sample Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
docker-compose.yml Outdated Show resolved Hide resolved
src/utils/commands.ts Outdated Show resolved Hide resolved
Copy link
Collaborator

@JT2M0L3Y JT2M0L3Y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything that works at the moment looks good!
Still, just some minor concerns over potential issues to keep in mind.

@kevinthedang
Copy link
Owner Author

Extra commits

Added

  • Extra documentation for reasoning on the networking and subnetting found in docker-compose.yml

Note

  • Forgot to increment version in package-lock.json file oops. Done now.

@kevinthedang kevinthedang merged commit 43fb2ea into master Mar 22, 2024
@kevinthedang kevinthedang deleted the user-preferences branch March 22, 2024 17:37
@JT2M0L3Y JT2M0L3Y self-assigned this Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

User Preferences Feature
2 participants