ueberwachungsfrei-website/README.md
2026-06-13 21:13:50 +02:00

832 B

Website zur Überwachungsfrei Kundgebung

Developing Locally

Edit the main pages in src/pages/ and run the following commands in a separate terminal.

pnpm install
pnpm run dev

Deploying

pnpm run build
rsync -rv --delete dist/ public-web-static.hosts.hamburg.ccc.de:ueberwachungsfrei.eu/

Then on public-web-static:

sudo rsync -rv --delete --chown=ueberwachungsfrei-deploy:ueberwachungsfrei-deploy ./ueberwachungsfrei.eu/ /var/www/ueberwachungsfrei.eu/

Configuring SSH for public-web-static

You need CCCHH Infra access for the following:

Host router
        Hostname router.hamburg.ccc.de
        User chaos

Host public-web-static
        Hostname public-web-static.hosts.hamburg.ccc.de
        User chaos
        IdentitiesOnly yes
        ProxyJump router