mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-09 03:37:37 +02:00
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
This commit is contained in:
25
roles/web-app-bookwyrm/README.md
Normal file
25
roles/web-app-bookwyrm/README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# BookWyrm
|
||||
|
||||
## Description
|
||||
|
||||
Host your own social reading platform with **BookWyrm**. This role deploys BookWyrm via Docker Compose, wires domains and ports, and offers optional OIDC integration so your readers can sign in through your central identity provider.
|
||||
|
||||
## Overview
|
||||
|
||||
This role provisions a BookWyrm application stack with Docker. It supports PostgreSQL and Redis, sets sensible environment defaults, and exposes an application container plus a dedicated Celery worker. A reverse proxy (provided elsewhere in your stack) fronts the service for public access.
|
||||
|
||||
## Features
|
||||
|
||||
- **Fully Dockerized Deployment:** Builds and runs BookWyrm containers (app + worker) using Docker Compose.
|
||||
- **Production-friendly Settings:** Environment templating for database, Redis, and security-relevant settings (e.g., `SECRET_KEY`).
|
||||
- **Optional OIDC:** Can integrate with your OIDC provider (e.g., Keycloak) directly or behind oauth2-proxy (depending on your flavor).
|
||||
- **Volumes for Data & Media:** Persistent volumes for BookWyrm data and media assets.
|
||||
- **Redis & Celery Worker:** Background tasks processed by Celery; Redis used for broker and cache.
|
||||
- **Desktop Integration Hooks:** Compatible with your Web App Desktop listing when the role includes this README.
|
||||
- **Matomo/CSS/Desktop Flags:** Standard feature flags are available for consistent theming/analytics across apps in your ecosystem.
|
||||
|
||||
## Further Resources
|
||||
|
||||
- [BookWyrm (GitHub)](https://github.com/bookwyrm-social/bookwyrm)
|
||||
- [BookWyrm Documentation](https://docs.joinbookwyrm.com/)
|
||||
- [OpenID Connect (Wikipedia)](https://en.wikipedia.org/wiki/OpenID_Connect)
|
21
roles/web-app-postmarks/README.md
Normal file
21
roles/web-app-postmarks/README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Postmarks
|
||||
|
||||
## Description
|
||||
|
||||
Run **Postmarks**, a small mail-service client, via Docker Compose—ideal as a utility component for apps that need SMTP interactions in your stack.
|
||||
|
||||
## Overview
|
||||
|
||||
This role installs and configures the Postmarks client container with basic domain wiring. It is designed to run behind your standard reverse proxy and to interoperate with other applications that rely on SMTP functionality.
|
||||
|
||||
## Features
|
||||
|
||||
- **Containerized Client:** Simple Docker Compose deployment for the Postmarks tool.
|
||||
- **SMTP-Oriented Usage:** Suited for scenarios where applications need to interact with a mail service.
|
||||
- **Minimal Footprint:** Small, focused utility component that fits neatly into larger stacks.
|
||||
- **Desktop Integration Hooks:** This README ensures the role is discoverable in your Web App Desktop.
|
||||
|
||||
## Further Resources
|
||||
|
||||
- [Postmarks (GitHub)](https://github.com/ckolderup/postmarks)
|
||||
- [Simple Mail Transfer Protocol (RFC 5321)](https://www.rfc-editor.org/rfc/rfc5321)
|
22
roles/web-app-socialhome/README.md
Normal file
22
roles/web-app-socialhome/README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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
|
||||
|
||||
- [SocialHome Project](https://socialhome.network/)
|
||||
- [ActivityPub (W3C)](https://www.w3.org/TR/activitypub/)
|
Reference in New Issue
Block a user