Security

This page is about how The EuroBytes Application Platform enhances the Security of the applications it hosts.

The current security level is on a high secure zone, where the applications are...

Containerized

The applications available are containerized. If the application has a containerized image available on docker hub, then that image is used.

If there is no containerized image available, then we really need to consider if that application can still be used in our system

Rootless users

The applications are installed on your own private server. Those applications, and their dependencies, are not just containerized, but each are also running in their separate users.

Clustered environment will be made available in the future.

Seperated

Next to the application being rootless, the application dependency are also setup in a rootless containerized environment. For extra security.

Encryption

Storing the application data is done by the application itself. it's the application responsibility to secure your data via encryption.

The backups are encrypted and saved on an external server.