Solved Roulette wheel feature bug

This commit is contained in:
2025-11-27 19:02:44 +01:00
parent ba26e5a53b
commit 9ce21b7242
2 changed files with 1 additions and 4 deletions

View File

@@ -2,6 +2,7 @@ features:
logout: false logout: false
matomo: true matomo: true
desktop: true desktop: true
css: true
server: server:
domains: domains:
canonical: canonical:

View File

@@ -1,10 +1,6 @@
application_id: "web-app-roulette-wheel" application_id: "web-app-roulette-wheel"
entity_name: "{{ application_id | get_entity_name }}" entity_name: "{{ application_id | get_entity_name }}"
features:
css: true
matomo: true
docker_repository_address: "https://github.com/kevinveenbirkenbach/roulette-wheel.git" docker_repository_address: "https://github.com/kevinveenbirkenbach/roulette-wheel.git"
docker_pull_git_repository: true docker_pull_git_repository: true
docker_repository_branch: "master" docker_repository_branch: "master"