Solved Snipe IT bug

This commit is contained in:
2025-02-05 12:53:06 +01:00
parent 26942a9265
commit 53af17b2ab
11 changed files with 17 additions and 19 deletions

View File

@@ -2,4 +2,5 @@
## more
- https://github.com/snipe/snipe-it
- https://snipeitapp.com/
- https://snipe-it.readme.io/docs/ldap-sync-login
- https://snipe-it.readme.io/docs/ldap-sync-login
- https://snipe-it.readme.io/docs/saml

View File

@@ -2,7 +2,7 @@
# REQUIRED: BASIC APP SETTINGS
# --------------------------------------------
APP_ENV=production
APP_DEBUG={{mode_debug | string | lower }}
APP_DEBUG={{enable_debug | string | lower }}
# Please regenerate the APP_KEY value by calling `docker compose run --rm app php artisan key:generate --show`. Copy paste the value here
APP_KEY={{applications.snipe_it.app_key}}
APP_URL=http://{{domain}}

View File

@@ -1,8 +1,3 @@
application_id: "snipe_it"
database_password: "{{applications.snipe_it.database_password}}"
database_type: "mariadb"
# deactivated due to error
# SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for 'locale'
# alter table `users` add `locale` varchar(5) null default 'locale'
enable_central_database: false
database_type: "mariadb"