Le site web du camp interhacker 2026 https://camp.interhacker.space
Find a file
2026-03-24 18:29:18 +00:00
.forgejo/workflows fix(ci): build guide.html 2026-03-24 19:16:19 +01:00
assets Ajout de l'adresse postale sur suggestion de ada 2026-02-24 11:34:54 +01:00
css lien matrix dans section participants 2026-03-17 11:38:10 +01:00
js Activer la barre de progression 2026-02-12 13:36:08 +01:00
.gitignore Add gitignore 2025-12-18 17:24:08 +01:00
contact.html Correction du lien du matrix 2026-01-27 19:50:51 +01:00
Dockerfile add contact page to container image 2026-01-29 16:37:47 +01:00
guide.template.html retire le timestamp de la MAJ du guide du footer 2026-02-12 13:18:53 +00:00
guide.tmp.md lien matrix dans section participants 2026-03-17 11:38:10 +01:00
index.html lien matrix dans section participants 2026-03-17 11:38:10 +01:00
poster.html Ajout de la page contact 2026-01-24 15:15:53 +01:00
README.md Update README 2025-12-18 17:21:31 +01:00
update-guide.sh fix(ci): curl flags 2026-03-24 19:21:47 +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)