# General application_id: "web-app-littlejs" entity_name: "{{ application_id | get_entity_name }}" domain: "{{ domains | get_domain(application_id) }}" LITTLEJS_HEADLINE: "LittleJS Playground" LITTLEJS_TITLE: "{{ LITTLEJS_HEADLINE }} – {{ PRIMARY_DOMAIN | upper }}" # Base repository URL for LittleJS LITTLEJS_REPOSITORY_BASE: "https://github.com/KilledByAPixel/LittleJS" # Relative path where sys-stk-full-stateless checks out the repo LITTLEJS_APP_REL: "services/repository" LITTLEJS_INDEX_HOST_ABS: "{{ [ docker_compose.directories.volumes, 'index.html' ] | path_join }}" LITTLEJS_INDEX_HOST_REL: "volumes/index.html" # Helper variables LITTLEJS_CONTAINER: "{{ entity_name }}" LITTLEJS_SERVICE: "{{ entity_name }}" # Runner HTML for non-full examples LITTLEJS_RUN_HOST_ABS: "{{ [ docker_compose.directories.volumes, 'run.html' ] | path_join }}" LITTLEJS_RUN_HOST_REL: "volumes/run.html"