Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-05-05 21:30:41 +00:00
parent cdde313321
commit 204bfa31f5
4 changed files with 128 additions and 0 deletions
+1
View File
@@ -707,6 +707,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [tiriel/firestore-odm-bundle](https://packagist.org/packages/tiriel/firestore-odm-bundle) | [0.2](../../../tree/main/tiriel/firestore-odm-bundle/0.2) |
| [tiriel/firestore-security-bridge](https://packagist.org/packages/tiriel/firestore-security-bridge) | [0.2](../../../tree/main/tiriel/firestore-security-bridge/0.2) |
| [tito10047/altcha-bundle](https://packagist.org/packages/tito10047/altcha-bundle) | [2.0](../../../tree/main/tito10047/altcha-bundle/2.0) |
| [tlb/umami-bundle](https://packagist.org/packages/tlb/umami-bundle) | [0.1](../../../tree/main/tlb/umami-bundle/0.1) |
| [toiba/fullcalendar-bundle](https://packagist.org/packages/toiba/fullcalendar-bundle) | [6.2](../../../tree/main/toiba/fullcalendar-bundle/6.2) |
| [trikoder/oauth2-bundle](https://packagist.org/packages/trikoder/oauth2-bundle) | [3.0](../../../tree/main/trikoder/oauth2-bundle/3.0) |
| [troopers/alertify-bundle](https://packagist.org/packages/troopers/alertify-bundle) | [3.0](../../../tree/main/troopers/alertify-bundle/3.0) |
@@ -0,0 +1,62 @@
{
"manifests": {
"tlb/umami-bundle": {
"manifest": {
"bundles": {
"Tlb\\UmamiBundle\\TlbUmamiBundle": [
"all"
]
},
"env": {
"UMAMI_TRACKER_SCRIPT_URL": "",
"UMAMI_TRACKER_WEBSITE_ID": "",
"UMAMI_BASE_URL": "",
"UMAMI_TRACKER_HOST_URL": "",
"UMAMI_TRACKER_AUTO_TRACK": "true",
"UMAMI_TRACKER_DO_NOT_TRACK": "false",
"UMAMI_TRACKER_DOMAINS": "",
"UMAMI_TRACKER_TAG": "",
"UMAMI_TRACKER_CACHE": "false",
"UMAMI_API_BASE_URL": "",
"UMAMI_API_USERNAME": "",
"UMAMI_API_PASSWORD": "",
"UMAMI_API_KEY": "",
"UMAMI_API_CACHE_POOL": "cache.app"
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/umami.yaml": {
"contents": [
"umami:",
" mode: self_hosted",
"",
" tracker:",
" enabled: false",
" script_url: '%env(string:UMAMI_TRACKER_SCRIPT_URL)%'",
" website_id: '%env(string:UMAMI_TRACKER_WEBSITE_ID)%'",
" host_url: '%env(string:UMAMI_TRACKER_HOST_URL)%'",
" auto_track: '%env(bool:UMAMI_TRACKER_AUTO_TRACK)%'",
" do_not_track: '%env(bool:UMAMI_TRACKER_DO_NOT_TRACK)%'",
" domains: '%env(string:UMAMI_TRACKER_DOMAINS)%'",
" tag: '%env(string:UMAMI_TRACKER_TAG)%'",
" cache: '%env(bool:UMAMI_TRACKER_CACHE)%'",
"",
" api:",
" enabled: false",
" base_url: ''",
" username: null",
" password: null",
" api_key: null",
" cache_pool: null",
""
],
"executable": false
}
},
"ref": "e6be494d21dd2687a81eafcad9f3af46fe9eb28b"
}
}
}
+3
View File
@@ -2285,6 +2285,9 @@
"tito10047/altcha-bundle": [
"2.0"
],
"tlb/umami-bundle": [
"0.1"
],
"toiba/fullcalendar-bundle": [
"6.2"
],
+62
View File
@@ -0,0 +1,62 @@
{
"manifests": {
"tlb/umami-bundle": {
"manifest": {
"bundles": {
"Tlb\\UmamiBundle\\TlbUmamiBundle": [
"all"
]
},
"env": {
"UMAMI_TRACKER_SCRIPT_URL": "",
"UMAMI_TRACKER_WEBSITE_ID": "",
"UMAMI_BASE_URL": "",
"UMAMI_TRACKER_HOST_URL": "",
"UMAMI_TRACKER_AUTO_TRACK": "true",
"UMAMI_TRACKER_DO_NOT_TRACK": "false",
"UMAMI_TRACKER_DOMAINS": "",
"UMAMI_TRACKER_TAG": "",
"UMAMI_TRACKER_CACHE": "false",
"UMAMI_API_BASE_URL": "",
"UMAMI_API_USERNAME": "",
"UMAMI_API_PASSWORD": "",
"UMAMI_API_KEY": "",
"UMAMI_API_CACHE_POOL": "cache.app"
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/umami.yaml": {
"contents": [
"umami:",
" mode: self_hosted",
"",
" tracker:",
" enabled: false",
" script_url: '%env(string:UMAMI_TRACKER_SCRIPT_URL)%'",
" website_id: '%env(string:UMAMI_TRACKER_WEBSITE_ID)%'",
" host_url: '%env(string:UMAMI_TRACKER_HOST_URL)%'",
" auto_track: '%env(bool:UMAMI_TRACKER_AUTO_TRACK)%'",
" do_not_track: '%env(bool:UMAMI_TRACKER_DO_NOT_TRACK)%'",
" domains: '%env(string:UMAMI_TRACKER_DOMAINS)%'",
" tag: '%env(string:UMAMI_TRACKER_TAG)%'",
" cache: '%env(bool:UMAMI_TRACKER_CACHE)%'",
"",
" api:",
" enabled: false",
" base_url: ''",
" username: null",
" password: null",
" api_key: null",
" cache_pool: null",
""
],
"executable": false
}
},
"ref": "e6be494d21dd2687a81eafcad9f3af46fe9eb28b"
}
}
}