mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-02 15:39:57 +00:00
29 lines
783 B
YAML
29 lines
783 B
YAML
# roles/web-app-littlejs/meta/main.yml
|
||
galaxy_info:
|
||
author: "Kevin Veen-Birkenbach"
|
||
description: >
|
||
LittleJS Playground – self-hosted LittleJS example browser and
|
||
collection of HTML5 games and demos, wrapped as a Dockerized web app.
|
||
license: "Infinito.Nexus NonCommercial License"
|
||
license_url: "https://s.infinito.nexus/license"
|
||
company: |
|
||
Kevin Veen-Birkenbach
|
||
Consulting & Coaching Solutions
|
||
https://www.veen.world
|
||
galaxy_tags:
|
||
- infinito
|
||
- docker
|
||
- webapp
|
||
- game
|
||
- html5
|
||
- littlejs
|
||
repository: "https://s.infinito.nexus/code"
|
||
issue_tracker_url: "https://s.infinito.nexus/issues"
|
||
documentation: "https://docs.infinito.nexus"
|
||
logo:
|
||
class: "fa-solid fa-gamepad"
|
||
run_after:
|
||
- web-app-matomo
|
||
|
||
dependencies: []
|