Initial commit. Included are scripts to initialize the mariaDB or Neo4J databases, the entrypoint and backup for the web version, and the podman compose.yaml file.

This commit is contained in:
2025-08-10 19:00:48 -06:00
commit 06c4e6f73b
9 changed files with 581 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
--This must be ran as the root user in MariaDB
CREATE USER vintage@localhost IDENTIFIED BY 'changeme';
GRANT ALL PRIVILEGES ON vintagecoding.* TO vintage@localhost IDENTIFIED BY 'changeme';