{"id":24788965,"url":"https://github.com/jhalmu/homesite","last_synced_at":"2026-07-18T01:34:16.527Z","repository":{"id":330369102,"uuid":"1096028878","full_name":"jhalmu/Homesite","owner":"jhalmu","description":"Homesite - for all","archived":false,"fork":false,"pushed_at":"2026-03-11T20:25:28.000Z","size":8841,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-12T01:28:01.459Z","etag":null,"topics":["blog","chat","co-operation","homepage","image-gallery","multi-tenant","project-gallery","rss","security"],"latest_commit_sha":null,"homepage":"https://orangedinos.de/","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jhalmu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-11-13T21:02:31.000Z","updated_at":"2026-03-11T20:25:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jhalmu/Homesite","commit_stats":null,"previous_names":["jhalmu/homesite"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jhalmu/Homesite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhalmu%2FHomesite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhalmu%2FHomesite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhalmu%2FHomesite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhalmu%2FHomesite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jhalmu","download_url":"https://codeload.github.com/jhalmu/Homesite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhalmu%2FHomesite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35601707,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-17T02:00:06.162Z","response_time":116,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blog","chat","co-operation","homepage","image-gallery","multi-tenant","project-gallery","rss","security"],"created_at":"2025-01-29T17:15:41.142Z","updated_at":"2026-07-18T01:34:16.522Z","avatar_url":"https://github.com/jhalmu.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Homesite\n\nA modern multi-user blog platform built with Phoenix LiveView and Elixir.\n\n## Features\n\n- **Blogging** - Markdown posts, tags, drafts, SEO optimization, read time estimates\n- **Auth** - Password + magic links, invitation-only registration, Cloudflare Turnstile\n- **Portfolio** - Project galleries with lightbox, social sharing\n- **Feeds** - RSS/Atom/JSON output, external feed aggregation (Mastodon, Bluesky, YouTube, Reddit)\n- **Chat** - Real-time IRC-style messaging\n- **Search** - Full-text fuzzy search across posts, tags, FAQs (pg_trgm)\n- **i18n** - English and Finnish with bilingual FAQ system\n- **Admin** - Dashboard, user management (ban/suspend/delete), flower-based permissions\n\n## Tech Stack\n\n- **Phoenix 1.8** / **LiveView 1.1** / **Elixir 1.18**\n- **PostgreSQL** / **Ecto 3.13**\n- **Tailwind CSS v4** / **DaisyUI 5**\n- **Oban** (background jobs) / **Swoosh** (email)\n- **Playwright** (E2E testing) / **axe-core** (accessibility)\n\n## Quick Start\n\n```bash\n# Setup and start\nmix setup\nmix phx.server\n```\n\nVisit http://localhost:4000\n\n**Test login:** `user@example.com` / `testpassword123`\n\n## Commands\n\n```bash\nmix test           # Run tests (1705 tests)\nmix test.all       # Full suite (format + compile + test + credo)\nmix format         # Format code\nmix credo --strict # Static analysis\nmix sobelow        # Security scanning\n```\n\n## Project Structure\n\n```\nlib/\n  homesite/          # Business logic (contexts)\n    accounts/        # Users, auth, invitations, permissions\n    content/         # Posts, tags\n    moderation/      # Bans, suspensions\n    faqs/            # Bilingual FAQ system\n    external_feeds/  # Feed aggregation\n  homesite_web/      # Web layer\n    live/            # LiveView modules\n      admin_live/    # Admin interfaces\n    components/      # UI components\n    plugs/           # Request processing\nassets/css/tokens/   # Design system (spacing, typography)\npriv/\n  dev_faqs/          # Developer documentation (markdown)\n  repo/seeds/        # Database seeds including FAQs\n```\n\n## Permission System\n\nTwo-tier access control:\n\n| Level | Role | Flowers | Access |\n|-------|------|---------|--------|\n| User | user | - | Read/write own content |\n| Admin L1 | admin | 🌸 | View dashboard |\n| Admin L2 | admin | 🌸🌸 | Manage FAQs |\n| Admin L3 | admin | 🌸🌸🌸 | User management |\n| Admin L4 | admin | 🌸🌸🌸🌸 | Promote admins |\n| Admin L5 | admin | 🌸🌸🌸🌸🌸 | Full access |\n\n## Documentation\n\n- **[CLAUDE.md](CLAUDE.md)** - Project guidelines and commands\n- **[AGENTS.md](AGENTS.md)** - Coding patterns and best practices\n- **[DESIGN_SYSTEM_GUIDE.md](DESIGN_SYSTEM_GUIDE.md)** - CSS design tokens\n- **[MEMO.md](MEMO.md)** - Session notes\n- **/dev/faqs** - Developer FAQs (dev environment only)\n- **/faq** - User FAQs (public)\n\n## Testing\n\n```bash\n# Unit \u0026 integration tests\nmix test                    # 1705 tests\n\n# E2E tests with Playwright\nmix test --include playwright\n\n# Full pre-commit check\nmix test.all\n\n# Accessibility audit\nnpx playwright test --project=chromium accessibility\n```\n\n## Deployment\n\nDocker-based deployment to VPS with Caddy reverse proxy.\n\n```bash\n# Production build\ndocker compose build app\ndocker compose up -d\n```\n\nSee `COOLIFY_TAILSCALE_DEPLOYMENT.md` for recommended deployment approach.\n\n## License\n\nMIT\n\n---\n\nBuilt with Elixir and Phoenix\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhalmu%2Fhomesite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjhalmu%2Fhomesite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhalmu%2Fhomesite/lists"}