5 Commits
Author SHA1 Message Date
Bastian Mäuser cf6e27db2f update 2025-06-13 11:06:36 +02:00
Bastian Mäuser c2ea1ed9e5 Use drone-ssh 2025-06-13 11:05:22 +02:00
Bastian Mäuser 7660344d9c Add .drone.yml
continuous-integration/drone/push Build was killed
2025-06-13 10:32:19 +02:00
Bastian Mäuser 768c5e3fdb Update posts/chaosclubbing.md 2025-06-12 23:49:03 +02:00
mephisto 1bd0ed1b7c Initial 2025-06-12 23:44:30 +02:00
10 changed files with 22 additions and 84 deletions
+9 -57
View File
@@ -3,67 +3,19 @@ type: docker
name: deploy-to-remote name: deploy-to-remote
steps: steps:
# - name: display environment variables - name: copy-file-over-ssh
# image: busybox
# pull: if-not-exists
# commands:
# - printenv
- name: lint
image: osshelp/drone-linter
settings:
skip_yml: true
markdown_files:
- schedule/schedule.md
- posts/chaosclubbing.md
- artists/artists.md
- socials/socials.md
- streams/streams.md
- recordings/recordings.md
- name: copy-file-over-scp
image: appleboy/drone-scp
settings:
host:
from_secret: SSH_HOST
username:
from_secret: SSH_USER
port: 22
ssh_key:
from_secret: ssh-key
source:
- schedule/schedule.md
- posts/chaosclubbing.md
- artists/artists.md
- socials/socials.md
- streams/streams.md
- recordings/recordings.md
target:
from_secret: TARGET
strip_components: 0
overwrite: true
known_hosts:
from_secret: KNOWN_HOST
- name: run hugo
image: appleboy/drone-ssh image: appleboy/drone-ssh
environment:
HUGO_ROOT:
from_secret: HUGO_ROOT
settings: settings:
envs: [ HUGO_ROOT ] host: mephis.to
host: username: mephisto
from_secret: SSH_HOST
username:
from_secret: SSH_USER
port: 22 port: 22
ssh_key: ssh_key:
from_secret: ssh-key from_secret: ssh-key
known_hosts: source: content/schedule/schedule.md
from_secret: KNOWN_HOST target: /home/mephisto/cc/content/schedule/schedule.md
script: known_hosts: |
- cd $HUGO_ROOT mephis.to ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGLbFtFq1xLwNG8YjKxc46/LQpAnKnZcf0ICq01ZXHfa
- hugo
trigger: trigger:
branch: branch:
- main -main
event:
- push
-3
View File
@@ -1,3 +0,0 @@
[![Build Status](https://drone.netz.org/api/badges/chaosclubbing/clubbing-content/status.svg)](https://drone.netz.org/mephisto/clubbing-content)
Website Content for Chaos Clubbing
+2 -7
View File
@@ -1,10 +1,5 @@
+++ +++
draft = false date = '2025-06-12T11:04:04+02:00'
draft = true
title = 'Artists' title = 'Artists'
+++ +++
| Artist Name | Socials | Styles |
|------------------- | -------------- | ------ |
| Juli Jane | [Soundcloud](https://soundcloud.com/juli_jane), [Twitch](https://www.twitch.tv/julijane). [Youtube](https://www.youtube.com/@juli.jane.music) | Techno, Techhouse, House, Psytrance |
| Demon Core | [Twitch](https://www.twitch.tv/jlucpicard), [Youtube](https://www.youtube.com/@lephisto) | Techno, Minimal, Techhouse |
Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.
+2 -6
View File
@@ -1,7 +1,7 @@
+++ +++
date = '2025-06-12T10:22:51+02:00' date = '2025-06-12T10:22:51+02:00'
draft = false draft = false
title = 'Mission Statement' title = 'Chaosclubbing'
+++ +++
## Hello ## Hello
@@ -10,8 +10,4 @@ Welcome to **Chaos Clubbing**.
Chaos Clubbing has been incepted in 2025 to provide Information around the DJ and Musician Scene with ties to the Global hacking community. Chaos Clubbing has been incepted in 2025 to provide Information around the DJ and Musician Scene with ties to the Global hacking community.
The basic idea is to have a place where DJs can stream their Jams, Studio Sessions or Events. We Livestream from Events as well as broadcast Jams and DJ Sessions from individual Persons..
Also we can provide Eventstreaming if the VOC / Event Organizers do not include the Lounge / Music stages in their Streams for various reasons (License?).
If you feel like you should be listed here, get in [Contact](/socials) with us and get listed.
+3 -8
View File
@@ -3,11 +3,6 @@ draft = false
title = 'Schedule' title = 'Schedule'
+++ +++
| Time | Event | Location | Artist | Set | Stream | Archived | | Time | Event | Location | Artist/Set |
|------------------- | -------------- | --------------- | -- | -- |-- | -- | |------------------- | -------------- | --------------- | -- |
| 19.07.2025 20:30CEST | VVOID | Secret Location | Schranz Josef Rausch | Classic Hardstyle | MC, Twitch | | | 19.06.2025 23:30CEST | GPN23 | ZKM Karlsruhe (Main Floor / Lounge) | Demon Core [mephisto] :: TBA! |
| 19.07.2025 21:30CEST | VVOID | Secret Location | Demon Core [mephisto] | VVildfire | MC, Twitch | |
| 19.07.2025 20:30CEST | VVOID | Secret Location | Bleepy Toys | Wiesenbeben 2025 | MC, Twitch | |
| 18.07.2025 21:00CEST | VVOID | Secret Location | Schranz Josef Rausch | Ohne Bass fehlt Dir was | MC, Twitch | || 18.07.2025 21:00CEST | VVOID | Secret Location | Schranz Josef Rausch | Nichts ist schön an Montabaur | MC, Twitch | |
| 04.07.2025 21:00CEST | FAT25 | Hackwerk | Demon Core [mephisto] | Core Extraction | MC, Twitch | |
| 19.06.2025 23:30CEST | GPN23 | ZKM Karlsruhe (Main Floor / Lounge) | Demon Core [mephisto] | Dreamkeeper | MC, Twitch | [Youtube](https://www.youtube.com/watch?v=2X-0Uk13VmE) |
+3
View File
@@ -7,3 +7,6 @@ title = 'Socials'
|--------------- | --------------- | |--------------- | --------------- |
|![Mastodon Logo](https://chaos.social/packs/media/images/logo-d4b5dc90fd3e117d141ae7053b157f58.svg "{style='border: 1px'}") | [Mastodon](https://chaos.social/@clubbing) | |![Mastodon Logo](https://chaos.social/packs/media/images/logo-d4b5dc90fd3e117d141ae7053b157f58.svg "{style='border: 1px'}") | [Mastodon](https://chaos.social/@clubbing) |
|![Matrix](https://matrix.org/images/matrix-logo-white.svg) | [#ChaosDJ:entropia.de](https://matrix.to/#/#ChaosDJ:entropia.de) | |![Matrix](https://matrix.org/images/matrix-logo-white.svg) | [#ChaosDJ:entropia.de](https://matrix.to/#/#ChaosDJ:entropia.de) |
+3 -3
View File
@@ -6,6 +6,6 @@ title = 'Streams'
Everything will always be broadcasted through Mixcloud, depending on the Kind of show the Stream will also be available through Twitch or Youtube. Everything will always be broadcasted through Mixcloud, depending on the Kind of show the Stream will also be available through Twitch or Youtube.
| CDN | Link | | CDN | Link |
|---------------- | --------------- | |---------------- | --------------- |
| Mixcloud | [https://mixcloud.com/chaosclubbing](https://mixcloud.com/chaosclubbing) | | Mixcloud | [https://mixcloud.com/chaosclubbing](https://mixcloud.com/chaosclubbing) |