Bas
Bas
### Service **Database:** Apache Cassandra ### Does this expand an already existing service Yes ### Link to game https://cassandra.apache.org ### Links for server downloads https://cassandra.apache.org/ ### Links for the install...
### Does this expand an already existing service No ### Link to a game or software https://couchdb.apache.org/ ### Links for the download https://couchdb.apache.org/#download ### Links for the install docs https://docs.couchdb.org/en/stable/install/unix.html...
Can I use this behind a load balancer, but that all the files are still accessible? So I can split all the files to multiple servers.
Hello! How can I implement my own world storage adapter? For example plain json files. ( to do some debugging/testing ect )
Is there an admin panel?
How can I implement a custom store class? I want to use `redis` as a temporarily file system.
On the moment, cyberpanel checks the disk and bandwidth usage every day, but now can set cyberpanel to check (for example) every hour?
You get your own redis cache instance! (with a memory limit)
### Is there an existing feature request for this? - [X] I have searched the existing issues before opening this feature request. ### Describe the feature you would like to...
my code: ``` const dns2 = require('dns2'); const chalk = require('chalk'); const { Packet } = dns2; var port = process.env['SERVER_PORT']; if (!port) { console.log(chalk.yellow(`\t'SERVER_PORT' env variable not found, using...