Initial commit

This commit is contained in:
2025-04-23 19:26:20 +00:00
commit d88a6559e0
5 changed files with 130 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# MariaDB Port for Superengine
This port uses the `mariadb` image which is the ["official" MariaDB Docker image](https://hub.docker.com/_/mariadb/) with the tag `11.7.2`. The port may be updated to use a newer tag in the future.
## Installation
Open Superengine, click `Install app` and enter the following app installation code: `0M4Qxo2zdzDLKbQyanw5hvpYgg1PL1d3wRSWii7vbVBB3iZbXfUKxhYeBaMNpVHvpfMnATbpFVLFM93K4`
## Configuration
The database name, user, password and root password for MariaDB are randomly generated by Superengine. The port number is static and provided by Superengine. The values for these configuration settings are displayed in the application page in Superengine.
## Data
Data is saved in the application data folder.
## Copyright and License
See the NOTICE.txt file for copyright information and the LICENSE.txt file for information about the license.