Le site web du camp interhacker 2026 https://camp.interhacker.space
Find a file
2025-12-18 17:24:08 +01:00
assets Ajout de datapaulette 2025-12-18 15:21:04 +00:00
css Ajout d'un CSS pour les photos de l'antenne 2025-12-18 17:02:38 +01:00
js Application du patch de EpicKiwi 2025-12-18 17:02:38 +01:00
.gitignore Add gitignore 2025-12-18 17:24:08 +01:00
Dockerfile Ajout du fichier guide.html généré dans l'image Docker 2025-12-18 17:19:51 +01:00
guide.html Ajout d'un CSS pour les photos de l'antenne 2025-12-18 17:02:38 +01:00
guide.template.html Update commetn 2025-12-18 17:23:44 +01:00
index.html Application du patch de EpicKiwi 2025-12-18 17:02:38 +01:00
poster.html Update poster 2025-12-18 16:50:18 +01:00
README.md Update README 2025-12-18 17:21:31 +01:00
update-guide.sh Application du patch de EpicKiwi 2025-12-18 17:02:38 +01:00

Interhack Camp Website 2026

How to deploy :

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

Generation de la page Guide.

La page Guide est générée depuis un Hedgedocs, en markdown, via le fichier update-guide.sh qui utilise le fichier guide.template.html. Le contenu de la page est donc un HTML basique in fine.

bash update-guide.sh

Build the Docker image

Please generate

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)