diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml deleted file mode 100644 index dd15bfb..0000000 --- a/.forgejo/workflows/build.yaml +++ /dev/null @@ -1,21 +0,0 @@ -on: - push: - branches: - - main -jobs: - build: - runs-on: docker - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Podman Login - run: | - echo "${{ secrets.DOCKER_PASSWORD }}" | podman login git.interhacker.space --username "${{ secrets.DOCKER_USERNAME }}" --password-stdin - - - name: Build and Push Container Image - run: | - trap 'rm -f dist.zip' EXIT - wget -q -O dist.zip https://git.interhacker.space/epickiwi/2026.camp.carte/releases/download/latest/dist.zip - podman build -t git.interhacker.space/interhack/camp-website-2026:latest . - podman push git.interhacker.space/interhack/camp-website-2026:latest diff --git a/.gitignore b/.gitignore index 01550dd..b936b79 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ guide.html -dist.zip diff --git a/Dockerfile b/Dockerfile index c95570d..38e5b29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,19 +1,6 @@ FROM docker.io/nginx:1.29-alpine -RUN apk add --update --no-cache unzip bash pandoc sed - -COPY dist.zip /tmp/dist.zip -RUN unzip -q /tmp/dist.zip -d /tmp/carte -RUN mkdir -p /usr/share/nginx/html/carte -RUN cp -r /tmp/carte/dist/* /usr/share/nginx/html/carte/ -RUN rm -rf /tmp/carte /tmp/dist.zip - -COPY guide.template.html . -COPY update-guide.sh . -RUN bash update-guide.sh - -COPY *.html /usr/share/nginx/html -RUN mv guide.html /usr/share/nginx/html +COPY index.html poster.html guide.html contact.html /usr/share/nginx/html COPY assets /usr/share/nginx/html/assets COPY css /usr/share/nginx/html/css COPY js /usr/share/nginx/html/js diff --git a/README.md b/README.md index 829992a..9bd2043 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,11 @@ First, login to the Docker registry: docker login git.interhacker.space ``` -Then, download the map bundle, build and push to the registry: +Then, build and push to the registry: ```bash -wget -q -O dist.zip https://git.interhacker.space/epickiwi/2026.camp.carte/releases/download/latest/dist.zip docker build -t git.interhacker.space/interhack/camp-website-2026:latest . docker push git.interhacker.space/interhack/camp-website-2026:latest -rm -f dist.zip ``` The pull process is triggered every five minutes. diff --git a/assets/Thunometre-participanxes.pdf b/assets/Thunometre-participanxes.pdf deleted file mode 100755 index 2ff81bc..0000000 Binary files a/assets/Thunometre-participanxes.pdf and /dev/null differ diff --git a/assets/camp-interhack.ics b/assets/camp-interhack.ics deleted file mode 100644 index d995765..0000000 --- a/assets/camp-interhack.ics +++ /dev/null @@ -1,39 +0,0 @@ -BEGIN:VCALENDAR -X-LOTUS-CHARSET:UTF-8 -VERSION:2.0 -PRODID:ZMS-Berlin -BEGIN:VTIMEZONE -TZID:Europe/Berlin -X-LIC-LOCATION:Europe/Berlin -BEGIN:DAYLIGHT -TZOFFSETFROM:+0100 -TZOFFSETTO:+0200 -TZNAME:CEST -DTSTART:19700329T020000 -RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=3 -END:DAYLIGHT -BEGIN:STANDARD -TZOFFSETFROM:+0200 -TZOFFSETTO:+0100 -TZNAME:CET -DTSTART:19701025T030000 -RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=10 -END:STANDARD -END:VTIMEZONE -METHOD:REQUEST -BEGIN:VEVENT -UID:ics.terminsysteme.de1769434840 -DTSTAMP:20260126T144040 -CLASS:PUBLIC -DTSTART;TZID=Europe/Berlin:20260702T100000 -DTEND;TZID=Europe/Berlin:20260705T230000 -LOCATION:15 route de Saint Dolay 44530 Sévérac | 47.5437595, -2.0916116 -SUMMARY:Camp Interhack -DESCRIPTION: Le Camp Interhack 2026 est un événement festif de hacking ! Le hack c’est le détournement des machines, des pratiques et des systèmes (au sens large) qui nous entourent. De la musique à la couture en passant par l’informatique et l’éléctronique mais aussi les structure sociales, les institutions et les organisations politiques, venez hacker le monde avec nous. https://camp.interhacker.space \n\n -BEGIN:VALARM -ACTION:DISPLAY -TRIGGER:-PT1440M -DESCRIPTION:Erinnerung -END:VALARM -END:VEVENT -END:VCALENDAR diff --git a/assets/pause-solid-full.svg b/assets/pause-solid-full.svg deleted file mode 100644 index a45f416..0000000 --- a/assets/pause-solid-full.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/play-solid-full.svg b/assets/play-solid-full.svg deleted file mode 100644 index 460cdbb..0000000 --- a/assets/play-solid-full.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/reglement-charte.pdf b/assets/reglement-charte.pdf deleted file mode 100755 index ceb24d5..0000000 Binary files a/assets/reglement-charte.pdf and /dev/null differ diff --git a/contact.html b/contact.html index 4711ae8..b016c39 100644 --- a/contact.html +++ b/contact.html @@ -16,8 +16,6 @@ @@ -42,15 +40,14 @@

Matrix :

- #camp-space:matrix.interhacker.space + #interhack:matrix.interhacker.space