-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add invitation do decentralized 37c3, fix docker dev setup
- Loading branch information
1 parent
4f2f2ed
commit c8ecfcc
Showing
6 changed files
with
114 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ _site | |
.scss-cache | ||
\.sass-cache/ | ||
.idea | ||
.jekyll-cache/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
FROM ubuntu:focal | ||
RUN apt update -y && \ | ||
apt install -y software-properties-common && \ | ||
apt-add-repository ppa:brightbox/ruby-ng && \ | ||
apt update -y && \ | ||
apt install -y ruby2.7 ruby2.7-dev build-essential autoconf libcurl3-gnutls libcurl3-nss && \ | ||
gem install -f ffi && \ | ||
gem install jekyll bundler | ||
RUN bundle config --global silence_root_warning 1 | ||
FROM jekyll/jekyll:builder | ||
|
||
RUN gem install public_suffix | ||
|
||
|
||
# RUN apt update -y && \ | ||
# apt install -y software-properties-common && \ | ||
# apt-add-repository ppa:brightbox/ruby-ng && \ | ||
# apt update -y && \ | ||
# apt install -y ruby2.7 ruby2.7-dev build-essential autoconf libcurl3-gnutls libcurl3-nss && \ | ||
# gem install -f ffi && \ | ||
# gem install jekyll bundler | ||
# RUN bundle config --global silence_root_warning 1 | ||
WORKDIR /cfhn | ||
CMD ["bash", "-c", "bundle install && bundle exec jekyll serve --host 0.0.0.0"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
layout: event | ||
title: Einladung zum dezentralen 37C3 | ||
description: Ein dezentraler Ableger des 37. Chaos Communication Congress in Heilbronn | ||
tags: [CCC, 37C3] | ||
feature_image: /uploads/post_media/2023-12-27-dezentraler-37C3/header.png | ||
published: true | ||
category: Einladung | ||
registration: https://pretix.cfhn.it/cfhn/odd23/ | ||
date: 2023-02-24 | ||
excerpt: "Der Open Data Day ist ein weltweites Festival für Offene Daten. Wir veranstalten vom 4. bis 5. März hierzu einen Hackathon." | ||
author: mia | ||
--- | ||
(English Version down below) | ||
|
||
Liebe Chaoswesen, | ||
|
||
Wir freuen uns, euch zum diesjährigen, dezentralen Ableger des 37C3 einzuladen! Zusammen wollen wir im Maker Space in Heilbronn Vorträge schauen und Herumnerden. | ||
|
||
Datum: 27. bis 30.12. | ||
Ort: Maker Space, experimenta Heilbronn, Kranenstraße 14, 74072 Heilbronn | ||
|
||
Taucht ein in die Welt der Technologie, Kreativität und Innovation. Wir bieten eine Plattform für den Austausch von Wissen, Ideen und spannenden Diskussionen rund um die Themen IT-Sicherheit, Netzpolitik, Softwareentwicklung und vieles mehr. | ||
|
||
|
||
Was euch erwartet: | ||
|
||
Interessante Vorträge - Live vom Congress in Hamburg | ||
Ein Raum für Experimente und kreative Projekte | ||
Eure Teilnahme stärkt unsere Gemeinschaft und fördert den gemeinsamen Austausch. | ||
|
||
Unverbindliche Anmeldung zur besseren Planung: https://cloud.cfhn.it/apps/forms/s/yTRWKzgBDsTT2LwNLBWdtKDZ | ||
|
||
|
||
(English Version) | ||
|
||
Dear Beings of Chaos, | ||
|
||
We are excited to invite you to this year's decentralized edition of the 37C3! Together, we want to watch lectures and nerd around at the Maker Space in Heilbronn. | ||
|
||
Date: December 27 to 30 | ||
Location: Maker Space, experimenta Heilbronn, Kranenstraße 14, 74072 Heilbronn | ||
|
||
Dive into the world of technology, creativity, and innovation. We offer a platform for exchanging knowledge, ideas, and engaging discussions about IT security, net politics, software development, and much more. | ||
|
||
What to expect: | ||
|
||
Interesting lectures - live from the Congress in Hamburg | ||
A space for experiments and creative projects | ||
Your participation strengthens our community and promotes mutual exchange. | ||
|
||
Non-binding registration for better planning: https://cloud.cfhn.it/apps/forms/s/yTRWKzgBDsTT2LwNLBWdtKDZ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.