6 Commits

Author SHA1 Message Date
Gitea Actions
5643e77f0f Update manifest version to 6.1.0 [▶️] 2025-12-10 00:18:53 +00:00
1e95a3cf07 phar
All checks were successful
Build, Push, Publish / Build & Release (push) Successful in 22m31s
2025-12-09 21:18:18 -03:00
Gitea Actions
e6779edec7 Update AWS SDK PHAR [▶️] 2025-12-10 00:08:02 +00:00
1f18de7750 phar
All checks were successful
Build, Push, Publish / Build & Release (push) Successful in 9s
2025-12-09 21:06:35 -03:00
9710dc1433 Merge branch 'main' of https://git.icc.gg/ivancarlos/bundledcmdb
Some checks failed
Build, Push, Publish / Build & Release (push) Has been cancelled
2025-12-09 21:01:18 -03:00
b3e70bcdf8 wrong repo 2025-12-09 21:00:59 -03:00
5 changed files with 5 additions and 4 deletions

View File

@@ -16,6 +16,8 @@ RUN apk add --no-cache --update nginx \
# Copy dependencies from vendor stage
COPY --from=vendor /app/vendor /var/www/html/vendor
# Copy aws.phar
COPY vendor/aws.phar /var/www/html/vendor/aws.phar
# Copy application code
COPY . /var/www/html/

View File

@@ -4,7 +4,6 @@
"type": "project",
"require": {
"php": "^8.2",
"aws/aws-sdk-php": "^3.300",
"ext-pdo": "*",
"ext-curl": "*",
"ext-json": "*"
@@ -15,4 +14,4 @@
"s3_client.php"
]
}
}
}

View File

@@ -1,7 +1,7 @@
<?php
// --- MariaDB Settings ---
require_once __DIR__ . '/vendor/autoload.php';
require_once __DIR__ . '/vendor/aws.phar';
define('DB_HOST', getenv('DB_SERVER') ?: '127.0.0.1');
define('DB_NAME', getenv('DB_NAME') ?: 'YOURDBNAME');

View File

@@ -1,4 +1,4 @@
{
"version": "6.0.0",
"version": "6.1.0",
"author": "Ivan Carlos"
}

BIN
vendor/aws.phar vendored Normal file

Binary file not shown.