Admin: move deploy flow into settings and use secrets file

This commit is contained in:
2026-02-21 15:50:39 +03:00
parent 27691ba396
commit bc48e6959d
11 changed files with 305 additions and 136 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
return [
'admin_token' => 'CHANGE_ME_TO_LONG_RANDOM_TOKEN',
'basic_auth_user' => '',
'basic_auth_pass' => '',
'allowed_admin_ips' => [
// '1.2.3.4',
],
];