No description
Find a file
Arlind 6f656b7121 chore(deploy): align deploy artifacts to the target server's conventions
Recon of the live box (Ubuntu 24.04 x86_64, nginx 1.24, certbot 2.9)
showed established conventions from the existing fenja / bifrost-customer
services. Match them so the portal looks like a first-class citizen:

- service runs as the existing `fenja` user, journald logging + full
  hardening block (ProtectKernelModules, LockPersonality), ExecStart on
  /usr/bin/node (box upgraded globally to Node 22)
- code in /opt/bifrost-portal, in-dir .env (EnvironmentFile), data under
  the shared /opt/fenja/data/bifrost-portal (ReadWritePaths)
- nginx: 1.24 `listen ... ssl http2` syntax, certbot options-ssl-nginx +
  dhparam includes, server_tokens off, sites-available/bifrost-portal (no
  .conf) symlinked; 12m body size for photo uploads; port 4322 (free)
- deploy.sh / backup.sh point at the new paths
- DEPLOY.md rewritten as a server-specific runbook incl. the global Node 22
  upgrade + retest of the existing apps, and pnpm via corepack

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-17 13:16:57 +02:00
.claude chore: update local Claude Code permission allowlist 2026-06-10 17:19:23 +02:00
content feat: database schema, migrations, and seed data 2026-04-18 22:43:16 +02:00
deploy chore(deploy): align deploy artifacts to the target server's conventions 2026-06-17 13:16:57 +02:00
design chore: add Innofounder logo to public, wire to home page 2026-04-19 20:36:54 +02:00
migrations feat(roadmap): add planned status 2026-06-10 11:30:06 +02:00
public chore: add Innofounder logo to public, wire to home page 2026-04-19 20:36:54 +02:00
scripts chore(deploy): align deploy artifacts to the target server's conventions 2026-06-17 13:16:57 +02:00
src feat(ui): mobile responsive pass, larger type, pulse vote background, header 2026-06-10 17:18:48 +02:00
tests feat(events): event photo upload + photo-as-background hero card 2026-06-10 17:18:23 +02:00
.env.example feat: database schema, migrations, and seed data 2026-04-18 22:43:16 +02:00
.env.production.example chore(deploy): align deploy artifacts to the target server's conventions 2026-06-17 13:16:57 +02:00
.gitignore feat(deploy): nginx reverse-proxy deploy setup for bifrost-portal.fenja.ai 2026-06-17 12:54:35 +02:00
astro.config.mjs feat: database schema, migrations, and seed data 2026-04-18 22:43:16 +02:00
CLAUDE.md wip: scaffold and index before style-guide 2026-04-18 16:09:49 +02:00
DECISIONS.md docs: document decisions D-15 through D-18 2026-04-19 20:32:09 +02:00
DEPLOY.md chore(deploy): align deploy artifacts to the target server's conventions 2026-06-17 13:16:57 +02:00
HANDOVER.md docs: HANDOVER.md — build summary and next steps 2026-04-18 22:54:48 +02:00
KNOWN_ISSUES.md feat(db): add migration 0003 for council portal schema 2026-05-11 14:39:07 +02:00
package.json feat(db): production seed script with the real pilot data 2026-06-17 11:16:40 +02:00
pnpm-lock.yaml feat: database schema, migrations, and seed data 2026-04-18 22:43:16 +02:00
SPEC.md feat(events): event photo upload + photo-as-background hero card 2026-06-10 17:18:23 +02:00
todo.md docs: capture deferred home-page features in todo.md 2026-05-11 17:04:40 +02:00
tsconfig.json wip: scaffold and index before style-guide 2026-04-18 16:09:49 +02:00
vitest.config.ts test: vitest suite — pulse status, vote uniqueness, home route 2026-05-11 14:45:55 +02:00