124 lines
3.8 KiB
Markdown
124 lines
3.8 KiB
Markdown
|
---
|
||
|
layout: default
|
||
|
---
|
||
|
|
||
|
Chaostreff vom 04.12.22
|
||
|
=======================
|
||
|
|
||
|
[TOC]
|
||
|
|
||
|
## Geplanter Teil (1500)
|
||
|
|
||
|
### TOP - 1: Ankommen und Audio-foo (1500)
|
||
|
|
||
|
### TOP 00: Jahresendevent (1515)
|
||
|
|
||
|
Siehe das [entsprechende Pad](https://etherpad.subjekt-91.de/p/kqYVsnU4xwgjMBC8Py_T)
|
||
|
|
||
|
### TOP 01: Sticker Exchange (1535)
|
||
|
|
||
|
Wäre bis 12.12. Zu organisieren, [In diesem Post auf der Website des StOC](https://stickeroperation.center/posts/sticker-exchange-2022/) finden sich die Details.
|
||
|
- [name=Thelie] denkt mal nach und schreibt nochmal in Signal
|
||
|
|
||
|
### TOP 02: Gefördertes Projekt (1540)
|
||
|
|
||
|
Förderung ist durchgegangen, wir haben $10^3$€ zur verfügung.
|
||
|
Müsste jetzt organisiert werden.
|
||
|
[Auch für das geförderte Projekt gibt es ein Pad.](https://md.chaostreff-alzey.de/sPp7Cj9CSkKtpYIJNwPfvA#)
|
||
|
|
||
|
### TOP 03: chaostreff-alzey.de Bearbeitung (1555)
|
||
|
|
||
|
- Design ist soweit fertig eigentlich, siehe [Den entsprechenden branch in Gitea](https://gitea.chaostreff-alzey.de/Chaostreff-Alzey/chaostreff-alzey.de/src/branch/jekyll
|
||
|
- Problem ist Momentan, das alles in Docker zum laufen zu kriegen -> Dependency hell mit Ruby bundler
|
||
|
- Der Server hat Docker + Docker-compose, [name=Thelie] schreibt irgendwann das Compose-File hier rein…
|
||
|
|
||
|
``` yaml
|
||
|
networks:
|
||
|
outside:
|
||
|
external:
|
||
|
name: proxy
|
||
|
|
||
|
services:
|
||
|
builder:
|
||
|
container_name: chaostreff-website-builder
|
||
|
restart: "no"
|
||
|
image: jekyll/builder
|
||
|
volumes:
|
||
|
- site:/srv/jekyll
|
||
|
- /root/docker-data/website-jekyll/git-dir:/srv/jekyll/.git
|
||
|
command:
|
||
|
- bash
|
||
|
- -c
|
||
|
- |
|
||
|
apk update
|
||
|
apk upgrade
|
||
|
gem install bundler
|
||
|
git config --global --add safe.directory /srv/jekyll
|
||
|
git init
|
||
|
git pull
|
||
|
git checkout jekyll
|
||
|
git pull
|
||
|
bundle clean --force
|
||
|
bundle install --verbose # This is where it shits it's pants ¯\_(ツ)_/¯
|
||
|
jekyll build
|
||
|
webhost:
|
||
|
container_name: chaostreff-website-jekyll
|
||
|
build:
|
||
|
context: /root/docker-data/website-jekyll/
|
||
|
restart: always
|
||
|
networks:
|
||
|
- outside
|
||
|
labels: # Der ganze Teil ist Irr-Elefant
|
||
|
- "traefik.http.routers.chaostreff-website.rule=Host(`chaostreff-alzey.de`)"
|
||
|
- "traefik.http.routers.chaostreff-website.rule=Host(`chaostreff-alzey.de:8080`)"
|
||
|
volumes:
|
||
|
- site:/website:ro
|
||
|
|
||
|
volumes:
|
||
|
site:
|
||
|
```
|
||
|
|
||
|
### TOP 04: Plakatbestellung (1600)
|
||
|
|
||
|
Plakate von dieser [Grafik zu elektromagnetischer Strahlung](https://files.catbox.moe/vetypo.jpg) sollen bestellt werden, im Idealfall möglichst viele, da dann günstiger.
|
||
|
- wie groß? -> a0?
|
||
|
- Personen, die interesse haben:
|
||
|
- [name=Spacehun]
|
||
|
- [name=Subjekt_91]
|
||
|
- [name=Thelie] (x2)
|
||
|
- [name=nicksname]
|
||
|
- [name=swali]?
|
||
|
- Also 5 - 6
|
||
|
- Hier mögliche Angebote:
|
||
|
- https://www.wir-machen-druck.de/extrem-guenstig-a0-quer-plakate-drucken-und-a0-quer-poster-drucken,category,15534.html
|
||
|
- https://www.wir-machen-druck.de/extrem-guenstig-a0-quer-plakate-drucken-und-a0-quer-poster-drucken,category,14251.html
|
||
|
|
||
|
## Chaos(tm) (1610)
|
||
|
|
||
|
Nicht ganz 1610 aber was solls
|
||
|
|
||
|
- [Mastodon DDOSt Menschen](https://www.jwz.org/blog/2022/11/mastodon-stampede/)
|
||
|
- [Ein Instanz-Aussuch-Tool](https://instances.social/)
|
||
|
- [Bot Instanz](https://botsin.space/about)
|
||
|
- Ein paar Accounts:
|
||
|
- @DLR@social.bund.de
|
||
|
- @georgetakei@universeodon.com
|
||
|
- @thisweekinrust@mastodon.social
|
||
|
- @signalapp@mastodon.world
|
||
|
- @ifixcoinops@mstdn.social
|
||
|
- @Le_bottin_des_jeux_linux@floss.social
|
||
|
- @nixCraft@mastodon.social
|
||
|
- @Thelie@social.linux.pizza
|
||
|
- @itchio@mastodon.gamedev.place
|
||
|
- @wayback_exe@botsin.space
|
||
|
- @blender@video.blender.org
|
||
|
- @fdroidorg@floss.social
|
||
|
- @openstreetmap@en.osm.town
|
||
|
- @xmpp@fosstodon.org
|
||
|
- @eff@mastodon.social
|
||
|
- @derek@distrotoot.com
|
||
|
- @godotengine@mastodon.gamedev.place
|
||
|
- @holarse@mastodon.social
|
||
|
- @Minetest@fosstodon.org
|
||
|
- @256@mastodon.social
|