FamilyNido — a self-hosted PWA for a single household: shared calendar, chores, meals, school agenda, health records and a family wall. One instance per family, deployable with `docker compose` on any home server. Stack: .NET 10 (ASP.NET Core Minimal APIs) + EF Core 10 + PostgreSQL 16 on the backend, Angular 21 (standalone, signals, zoneless) + Tailwind CSS v4 on the frontend, SignalR for realtime, optional OIDC alongside local credentials, integration via a versioned `/api/v1/**` public API. See README.md for the module overview and how to deploy.
11 lines
678 B
YAML
11 lines
678 B
YAML
# NOTE: update the URLs below to match the actual <owner>/<repo> slug of the
|
|
# public repository after you create it on GitHub. They are templated against
|
|
# pablitofernandez/FamilyNido as a starting point.
|
|
blank_issues_enabled: false
|
|
contact_links:
|
|
- name: 🔒 Security vulnerability
|
|
url: https://github.com/pablitofernandez/FamilyNido/security/advisories/new
|
|
about: Do NOT open a public issue. Report privately through GitHub's security advisories — see SECURITY.md.
|
|
- name: 💬 Question or discussion
|
|
url: https://github.com/pablitofernandez/FamilyNido/discussions
|
|
about: For open-ended questions, setup help and ideas, prefer Discussions over Issues.
|