Commit Graph

8 Commits

Author SHA1 Message Date
Sinisa Madzar 579822726f Install certbot on new VPS during install-rubix
- Add certbot to apt packages so host-side Let's Encrypt works before first docker-cms-certbot
2026-06-01 12:52:53 +02:00
Sinisa Madzar 14f180be2c Use rsync for release unpack so install can be re-run safely
- Replace mv flatten with rsync merge into /home/www/callcenter
- Drop stale rubix/ extract dirs before unzip after a failed run
2026-06-01 08:14:47 +02:00
Sinisa Madzar 0b1f1040b9 Fix Docker Compose install on Debian without compose apt package
- Install docker.io only; add compose plugin from apt or GitHub release
- Fail clearly if docker compose is still missing after install
- README notes Compose v2 fallback on Debian
2026-06-01 08:09:48 +02:00
Sinisa Madzar 9e60ae40cc Install Docker in step 1; document registry login in step 2
- install-rubix.sh: apt install docker.io and compose plugin, enable daemon
- README: step 1 lists Docker install; step 2 keeps docker login before up.sh
2026-06-01 08:06:38 +02:00
Sinisa Madzar ea1dd13c22 Clarify Gitea token prompt on install-rubix.sh
- Plain instructions where to get the token and that input is hidden
2026-06-01 07:58:43 +02:00
Sinisa Madzar 0d27eb7463 Add bootstrap-vps-ssh and full server install README
- Move SSH bootstrap from rubix; wget from public rubix-deploy on PC
- README steps 0–5 and updates match former rubix install flow
2026-06-01 07:37:36 +02:00
Sinisa Madzar 48a920c0db Remove Internal-repo wget note from README
- rubix-deploy is public; plain wget is enough for install-rubix.sh
2026-05-31 22:44:48 +02:00
Sinisa Madzar 7060b5682c Add VPS step-1 installer for Rubix releases
- install-rubix.sh: apt update/upgrade, token prompt, download rubix zip into /home/www/callcenter
- Document clone/raw URLs for rubix-deploy; ignore downloaded zip artifacts
2026-05-31 22:27:35 +02:00