Commit Graph

7 Commits

Author SHA1 Message Date
Андрей Бобырев
5c3797d3d8 docs(install): explain GitHub stall; curl timeouts and optional progress
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-15 01:23:51 +03:00
Андрей Бобырев
08fb053d9f fix(community): install curl in docker helper before private install.sh
Alpine docker:26-cli lacked curl causing PRO install to fail/tar garbage;
also sweep containers matching name substring amnezia-admin-pro (compose IDs).

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-15 01:20:05 +03:00
Андрей Бобырев
6c213ef49e feat(community): live install log panel in FREE UI + install-log API
Poll community-install-last.log after «Установить PRO» with GET
/api/community/install-log; preserve log DOM across banner redraws.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-15 01:17:47 +03:00
Андрей Бобырев
902bd99395 fix(community): PRO install from UI uses docker-cli helper to free :8080
Run install.sh in a disposable docker:26-cli container after docker rm
FREE/landing/stale PRO; keeps working after API response. Legacy in-panel
bash retained when COMMUNITY_DISABLE_DOCKER_CLI_HELPER=1. Persist related
env vars in install.sh from previous container.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-15 01:14:18 +03:00
Андрей Бобырев
6faf696650 fix(install): persist community/UI env from prev container; auto LANDING_PORT
- Restore ALLOW_COMMUNITY_GITHUB_ACTIVATION and related vars from old amnezia-admin
- Pick free LANDING_PORT when host :80 is busy
- README: FAQ token field, 8080 vs PRO, landing port

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-15 01:07:26 +03:00
Андрей Бобырев
70e2ed4385 fix(install): pass community PRO-activation env into container
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-15 00:51:50 +03:00
Андрей Бобырев
7f5fb921e6 feat: open community panel (read-only clients only)
Ship full install stack with .amnezia-panel-edition=community; docs and
footer point to Boosty/PRO. Managing peers, export, cascade and WARP
require private PRO build.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-14 21:53:15 +03:00