Pascal Zarrad
Pascal Zarrad
Installing should be possible by using the binary tar.gz distribution. I might add Cassandra as an egg, as it is like MongoDB and MariaDB a nice database to use and...
I'm currently on implementing an egg to provide Cassandra without manual installation. If you want to manually set up Cassandra for now you can use: `ghcr.io/pterodactyl/yolks:java_11`
Important: Do not forgot to unset Xms in the JVM options. If you set it, it will kill the container
I want to start a CQL shell to allow the server administrator to prepare his instance from the Pterodactyl console. Issue here is that CQLSH is based on Python. The...
PR for compatible images has been [created](https://github.com/parkervcp/yolks/pull/5). Development will continue as soon as the image(s) are merged and deployed to ghcr.
About 80-90% done: - Startup works - CQLSH works - Stopping works - Server status works - Still need to adjust the port automatically through config option - Maybe add...
Another Update: - Adjusting the Cassandra config using the Yaml configuration parser does not work as it converts a large number in the config to its scientific notation. I will...
@BasToTheMax PR has been created, feel free to test it and also leave an review. If you'd like something to be done differently, suggest it in the PR.
Note that making the value configurable shouldn't be too hard. Tests on my instance where I reduced the part size to 1GB worked well. Backup files are working as expected....
Side note: There is a `\Pterodactyl\Repositories\Eloquent\BackupRepository` injected and stored in field `$repository` in current implementation of ` BackupRemoteUploadController `. This ` BackupRemoteUploadController::repository` field seems not to be in use anywhere....