No description
Find a file
Pierre de Lacroix 5245eb1aae
rewording
2025-12-02 00:26:15 +01:00
assets rewording 2025-12-02 00:26:15 +01:00
css add "interhack" secton in footer 2025-11-24 18:10:11 +01:00
js move js and css to their own directories 2025-11-14 15:47:11 +01:00
Dockerfile upgrade build description 2025-11-24 18:54:10 +01:00
index.html rewording 2025-12-02 00:26:15 +01:00
poster.html add relevant titles 2025-11-14 16:49:34 +01:00
README.md rewording 2025-12-02 00:26:15 +01:00

Interhack Camp Website 2026

Build the Docker image

We use Docker for deploying on the Interhack infra. Until we have a proper CI, we need to build manually.

On Debian-based Linux distros, you can install the following package:

sudo apt install podman-docker

Otherwise, you can check-out Docker install doc.

First, login to the Docker registry:

docker login git.interhacker.space

Then, build and push to the registry:

docker build -t git.interhacker.space/interhack/camp-website-2026:latest .
docker push git.interhacker.space/interhack/camp-website-2026:latest

The pull process is triggered every five minutes. So you may wait at least this amount of time before the website is up-to-date! (and Ctrl + Shift + R is useful to nuke cache)

generate statuses PDF

Statuses are stored in this online pad.

PDF can be generated thanks to pandoc and the good old curl this way:

curl -s https://md.interhacker.space/u2VNUSO6S36xx5Ensc3FCw/download | pandoc -V geometry:margin=3cm -o assets/Camp-Interhack_Statuts.pdf