a8fa36390ce36da45d4b578bd3287ccf36c79358
- VPS wget uses full gitea.dialer.work URL without auth for rubix-deploy - Document gitea SSH remote for pushes; token still required for private rubix zip
rubix-deploy
Bootstrap step 1 for new Rubix servers (install app from Gitea release).
Public repo (VPS / any client): full HTTPS URLs — no SSH, no token for this script.
Developers (your PC, ~/.ssh/config alias):
git remote add gitea git@gitea.dialer.work:swissdatabase/rubix-deploy.git
git push -u gitea main
On a new VPS
wget -O install-rubix.sh \
https://gitea.dialer.work/swissdatabase/rubix-deploy/raw/branch/main/install-rubix.sh
chmod +x install-rubix.sh
sudo ./install-rubix.sh
install-rubix.sh still prompts for a Gitea token to download the private rubix release zip — only rubix-deploy is public.
The script: apt update + apt upgrade, installs tools, creates /home/www/callcenter, downloads rubix.
Step 2+ (.env, Docker, up.sh): swissdatabase/rubix README.
Description
Languages
Shell
100%