No description
Find a file
DJP c5c40aa4e5 Add server deployment: Apache proxy, static frontend, deploy script
- Static frontend (index.html, login.html, config.js) for Apache serving
- JSON-based auth API endpoints (/api/login, /api/auth, /api/logout)
- Apache config with ProxyPass for /social-reports path
- deploy/setup.sh for Ubuntu + Apache + Docker deployment
- docker-compose.prod.yml binds ports to 127.0.0.1 only
- Configurable API base URL via frontend/config.js

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 11:23:47 -04:00
agents/social-listening Add server deployment: Apache proxy, static frontend, deploy script 2026-04-07 11:23:47 -04:00
db Initial commit: Social Listening Pipeline 2026-04-02 22:18:02 -04:00
deploy Add server deployment: Apache proxy, static frontend, deploy script 2026-04-07 11:23:47 -04:00
frontend Add server deployment: Apache proxy, static frontend, deploy script 2026-04-07 11:23:47 -04:00
.gitignore Initial commit: Social Listening Pipeline 2026-04-02 22:18:02 -04:00
DEVELOPER_BRIEF.md Initial commit: Social Listening Pipeline 2026-04-02 22:18:02 -04:00
docker-compose.prod.yml Add server deployment: Apache proxy, static frontend, deploy script 2026-04-07 11:23:47 -04:00
docker-compose.yml Add login auth, video embeds, and report serving 2026-04-07 11:08:08 -04:00
Dockerfile Initial commit: Social Listening Pipeline 2026-04-02 22:18:02 -04:00
package-lock.json Initial commit: Social Listening Pipeline 2026-04-02 22:18:02 -04:00
package.json Initial commit: Social Listening Pipeline 2026-04-02 22:18:02 -04:00
tsconfig.json Initial commit: Social Listening Pipeline 2026-04-02 22:18:02 -04:00