Files
computer-playbook/roles/web-app-socialhome/README.md
Kevin Veen-Birkenbach 7f9dc65b37 Add README.md files for web-app-bookwyrm, web-app-postmarks, and web-app-socialhome roles
Introduce integration test to ensure all web-app-* roles contain a README.md (required for Web App Desktop visibility)

See: https://chatgpt.com/share/68b6be49-7b78-800f-a3ff-bf922b4b083f
2025-09-02 11:52:34 +02:00

1.2 KiB

SocialHome

Description

Deploy SocialHome, a federated social network focused on content hubs and federation. This role provides a Docker-based scaffold and domain wiring so you can bring SocialHome into your Infinito.Nexus stack.

Overview

This role sets up a SocialHome application using Docker Compose with basic domain and port wiring. It follows your standard role layout and prepares the service to run behind your existing reverse proxy. The current version is a scaffold intended to be expanded with database/cache services and app-specific settings.

Features

  • Dockerized Scaffold: Baseline Docker Compose integration and role structure to get you started quickly.
  • Domain & Port Wiring: Integrates cleanly with your central domain/ports configuration.
  • Ready for Federation: Intended to support ActivityPub-based federation once the application is fully wired.
  • Extensible Configuration: Room for adding database, cache, worker processes, and environment tuning.
  • Desktop Integration Hooks: This README ensures inclusion in the Web App Desktop overview.

Further Resources