Skip to content

Commit

Permalink
Database config header and Rotom client note (#28)
Browse files Browse the repository at this point in the history
* mysqld header

* Rotom client disclaimer
  • Loading branch information
notheowner authored Jan 22, 2024
1 parent 74aa27a commit 4acf449
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/docs/other/database.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ Once the database service is running, you will need to connect to the database s
These options can help you quite significantly with performance.

```yml filename="my.cnf"
[mysqld]

# This should be 50% of RAM, leaving space for golbat
innodb_buffer_pool_size = 64G

Expand Down
1 change: 1 addition & 0 deletions pages/docs/setup/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ import { Callout } from 'nextra-theme-docs'

It is **highly recommended** setting a secret if Rotom is accessible from the public internet.

Please also note Rotom does not have any authentication for it's web client. It is recommended that you run this service on your internal network, behind a Firewall, or protected by a cloud based application layer.
```json filename="rotom_config.json"
"deviceListener": {
"port": 7070,
Expand Down

0 comments on commit 4acf449

Please sign in to comment.