mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-08 03:07:14 +02:00
- Added network subnet (192.168.103.192/28) and port 8050 for web-app-chess - Replaced stub README with usability-focused description of castling.club - Implemented config, vars, meta, and tasks for web-app-chess - Added Dockerfile, docker-compose.yml, env, and docker-entrypoint.sh templates - Integrated entrypoint asset placement - Updated meta to reflect usability and software features Ref: https://chatgpt.com/share/68b6c65a-3de8-800f-86b2-a110920cd50e
26 lines
776 B
YAML
26 lines
776 B
YAML
---
|
|
galaxy_info:
|
|
author: "Kevin Veen-Birchenbach"
|
|
description: "Federated chess server based on ActivityPub. Play and follow games across the Fediverse with verified rules and open identities."
|
|
license: "Infinito.Nexus NonCommercial License"
|
|
license_url: "https://s.infinito.nexus/license"
|
|
company: |
|
|
Kevin Veen-Birchenbach
|
|
Consulting & Coaching Solutions
|
|
https://www.veen.world
|
|
galaxy_tags:
|
|
- chess
|
|
- federation
|
|
- activitypub
|
|
- social
|
|
repository: "https://s.infinito.nexus/code"
|
|
issue_tracker_url: "https://s.infinito.nexus/issues"
|
|
documentation: "https://github.com/stephank/castling.club"
|
|
logo:
|
|
class: "fas fa-chess-king"
|
|
min_ansible_version: "2.9"
|
|
platforms:
|
|
- name: Any
|
|
versions: [ all ]
|
|
dependencies: []
|