Exclude local storage config/cache/logs from release export
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -22,3 +22,14 @@ public/uploads/
|
|||||||
# OS/editor noise
|
# OS/editor noise
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
# Local config/secrets
|
||||||
|
storage/db.php
|
||||||
|
storage/settings.php
|
||||||
|
storage/update_cache.json
|
||||||
|
storage/logs/
|
||||||
|
|
||||||
|
# Local config/secrets
|
||||||
|
storage/db.php
|
||||||
|
storage/settings.php
|
||||||
|
storage/update_cache.json
|
||||||
|
storage/logs/
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
<?php
|
|
||||||
return [
|
|
||||||
'host' => 'localhost',
|
|
||||||
'database' => 'audi_ocore',
|
|
||||||
'user' => 'audi_ocore',
|
|
||||||
'pass' => 'qUZ^9*9UQxbDXnNx',
|
|
||||||
'port' => 3306,
|
|
||||||
];
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[2026-02-20T18:52:27+00:00] mailtest-20260220185227-983 {"to":"johnathon.tuke@gmail.com","subject":"Your Downloads Are Ready","result":{"ok":false,"error":"SMTP AUTH LOGIN failed","debug":"S: 220 strawberry.munkeh.host ESMTP Postfix\nC: EHLO localhost\nS: 250-strawberry.munkeh.host\r\n250-PIPELINING\r\n250-SIZE 30720000\r\n250-ETRN\r\n250-STARTTLS\r\n250-ENHANCEDSTATUSCODES\r\n250-8BITMIME\r\n250-DSN\r\n250 CHUNKING\nC: STARTTLS\nS: 220 2.0.0 Ready to start TLS\nC: EHLO localhost\nS: 250-strawberry.munkeh.host\r\n250-PIPELINING\r\n250-SIZE 30720000\r\n250-ETRN\r\n250-AUTH PLAIN\r\n250-AUTH=PLAIN\r\n250-ENHANCEDSTATUSCODES\r\n250-8BITMIME\r\n250-DSN\r\n250 CHUNKING\nC: AUTH LOGIN\nS: 535 5.7.8 Error: authentication failed: Invalid authentication mechanism"}}
|
|
||||||
[2026-02-20T18:54:11+00:00] mailtest-20260220185411-339 {"to":"johnathon.tuke@gmail.com","subject":"Your Downloads Are Ready","result":{"ok":false,"error":"SMTP AUTH LOGIN failed","debug":"S: 220 strawberry.munkeh.host ESMTP Postfix\nC: EHLO localhost\nS: 250-strawberry.munkeh.host\r\n250-PIPELINING\r\n250-SIZE 30720000\r\n250-ETRN\r\n250-AUTH PLAIN\r\n250-AUTH=PLAIN\r\n250-ENHANCEDSTATUSCODES\r\n250-8BITMIME\r\n250-DSN\r\n250 CHUNKING\nC: AUTH LOGIN\nS: 535 5.7.8 Error: authentication failed: Invalid authentication mechanism"}}
|
|
||||||
[2026-02-20T18:56:43+00:00] mailtest-20260220185643-636 {"to":"johnathon.tuke@gmail.com","subject":"Your Downloads Are Ready","result":{"ok":true,"error":"","debug":"S: 220 strawberry.munkeh.host ESMTP Postfix\nC: EHLO localhost\nS: 250-strawberry.munkeh.host\r\n250-PIPELINING\r\n250-SIZE 30720000\r\n250-ETRN\r\n250-AUTH PLAIN\r\n250-AUTH=PLAIN\r\n250-ENHANCEDSTATUSCODES\r\n250-8BITMIME\r\n250-DSN\r\n250 CHUNKING\nC: AUTH PLAIN [credentials]\nS: 235 2.7.0 Authentication successful\nC: MAIL FROM:<system@audiocore.site>\nS: 250 2.1.0 Ok\nC: RCPT TO:<johnathon.tuke@gmail.com>\nS: 250 2.1.5 Ok\nC: DATA\nS: 354 End data with <CR><LF>.<CR><LF>\nC: [message body]\nS: 250 2.0.0 Ok: queued as CAB59123CBF\nC: QUIT\nS: 221 2.0.0 Bye"}}
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
<?php
|
|
||||||
return [
|
|
||||||
'site_title' => 'AudioCore V1.5',
|
|
||||||
];
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"ok": true,
|
|
||||||
"configured": true,
|
|
||||||
"current_version": "1.5.0",
|
|
||||||
"latest_version": "1.5.0",
|
|
||||||
"update_available": false,
|
|
||||||
"channel": "stable",
|
|
||||||
"manifest_url": "https://lab.codemunkeh.io/codemunkeh/AudioCore/raw/branch/main/update.json",
|
|
||||||
"error": "",
|
|
||||||
"checked_at": "2026-03-04T20:31:19+00:00",
|
|
||||||
"download_url": "https://lab.codemunkeh.io/audiocore/releases/download/v1.5.0/audiocore-v1.5.0.zip",
|
|
||||||
"changelog_url": "https://lab.codemunkeh.io/audiocore/releases/tag/v1.5.0",
|
|
||||||
"notes": "Bug fixes and installer improvements.",
|
|
||||||
"fetched_at": 1772656279
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user