No description
  • CSS 50.8%
  • JavaScript 30.2%
  • Astro 14.3%
  • Shell 4.7%
Find a file
2026-06-13 21:13:50 +02:00
public Use linked image instead of embedded iframe 2026-06-11 19:31:28 +02:00
src correct typing error 2026-06-13 21:07:02 +02:00
.gitignore initialize astro project 2026-06-08 22:08:37 +02:00
astro.config.mjs add initial content 2026-06-08 23:33:33 +02:00
deploy.sh Make deploying easier 2026-06-13 21:13:50 +02:00
package.json initialize astro project 2026-06-08 22:08:37 +02:00
pnpm-lock.yaml add initial content 2026-06-08 23:33:33 +02:00
pnpm-workspace.yaml add legal info 2026-06-09 20:58:53 +02:00
README.md Make deploying easier 2026-06-13 21:13:50 +02:00
tsconfig.json initialize astro project 2026-06-08 22:08:37 +02:00

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