From 55d193da3740ffabfcfe7987fe6e8d8886ad2309 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 16 Jun 2021 20:31:29 +0200 Subject: ma pkgs.otpauth: init at 0.3.2 --- makefu/5pkgs/otpauth/default.nix | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 makefu/5pkgs/otpauth/default.nix diff --git a/makefu/5pkgs/otpauth/default.nix b/makefu/5pkgs/otpauth/default.nix new file mode 100644 index 000000000..2d96b315d --- /dev/null +++ b/makefu/5pkgs/otpauth/default.nix @@ -0,0 +1,24 @@ +{ lib, fetchFromGitHub, buildGoModule, ... }: + buildGoModule rec { + pname = "otpauth"; + version = "0.3.2"; + + src = fetchFromGitHub { + owner = "dim13"; + repo = "otpauth"; + rev = "v${version}"; + sha256 = "1q6byb87cyvm4prildfcr8qc283ikvz5zazm92jk19qhav6ywj65"; + }; + + vendorSha256 = "0lhxc855lr0mzq35i0s2xkcd4qa74yks6ypi80ij9ia0x1hdf1dq"; + + runVend = false; + + meta = with lib; { + description = "Google Authenticator migration decoder"; + homepage = "https://github.com/dim13/otpauth"; + license = licenses.isc; + maintainers = with maintainers; [ makefu ]; + platforms = platforms.linux ++ platforms.darwin; + }; +} -- cgit v1.2.3 From a072b9a49b6ee50bfdd57f62a3f60087e98c7c02 Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 21 Jun 2021 09:35:02 +0200 Subject: ma bgt: fix etherpad tempate and deployment --- makefu/2configs/bgt/etherpad.euer.krebsco.de.nix | 2 +- makefu/2configs/bgt/template.md | 40 +++++++++++++----------- 2 files changed, 23 insertions(+), 19 deletions(-) diff --git a/makefu/2configs/bgt/etherpad.euer.krebsco.de.nix b/makefu/2configs/bgt/etherpad.euer.krebsco.de.nix index cf5b22bae..b4442de55 100644 --- a/makefu/2configs/bgt/etherpad.euer.krebsco.de.nix +++ b/makefu/2configs/bgt/etherpad.euer.krebsco.de.nix @@ -56,7 +56,7 @@ in { TRUST_PROXY = "true"; TITLE = "Binärgewitter Etherpad"; SKIN_NAME = "no-skin"; - DEFAULT_PAD_TEXT = builtins.replaceStrings ["\n"] ["\\n"] (builtins.readFile ./template.md); + DEFAULT_PAD_TEXT = builtins.readFile ./template.md; PAD_OPTIONS_USE_MONOSPACE_FONT = "true"; PAD_OPTIONS_USER_NAME = "true"; PAD_OPTIONS_USER_COLOR = "true"; diff --git a/makefu/2configs/bgt/template.md b/makefu/2configs/bgt/template.md index af5de0697..b4e6a5c7a 100644 --- a/makefu/2configs/bgt/template.md +++ b/makefu/2configs/bgt/template.md @@ -1,27 +1,31 @@ # BGT -0. Sendung twittern und mastodieren (eine Woche + eine Stunde vorher) -1. `eine` Person anrufen (den Host): - - markus 162dcbf89f@studio.link - - Felix1 makefu@studio.link - - L33tFelix l33tname@studio.link - - Ingo ingo@studio.link -2. Jitis an machen! https://meet.jit.cloud/bgt (mittel) -3. studio-link aufnehmen drücken, schauen ob file local.flac größer wird (wichtig) -4. audiocity starten, 48000Hz einstellen, Audio-Device checken und aufnehmen drücken (wichtig) -4. alternative parecord: - `$ pacmd list-sources | grep -e device.string -e 'name:' # keins der "monitor" devices` - `$ parecord --channels=1 -d alsa_input.usb-Burr-Brown_from_TI_USB_Audio_CODEC-00.analog-stereo bgt.wav` -5. darkice starten (wichtig) -6. klatschen -7. Hallihallo und Herzlich Willkommen -8. chapter-marker starten mit ctrl-u auf "H" von "Halli" (wichtig) -9. Blast markieren und ctrl-j drücken für neuen Eintrag +0. Sendung twittern und mastodieren (eine Woche + eine Stunde vorher) (wichtig) +1. `eine` Person anrufen (den Host): + - markus 162dcbf89f@studio.link + - Felix1 makefu@studio.link + - L33tFelix l33tname@studio.link + - Ingo ingo@studio.link +2. Jitis an machen! https://meet.jit.cloud/bgt (mittel) +3. studio-link aufnehmen drücken, schauen ob file local.flac größer wird (wichtig) +4. audiocity starten, 48000Hz einstellen, Audio-Device checken und aufnehmen drücken (wichtig) +4. alternative parecord: + `$ pacmd list-sources | grep -e device.string -e 'name:' # keins der "monitor" devices` + `$ parecord --channels=1 -d alsa_input.usb-Burr-Brown_from_TI_USB_Audio_CODEC-00.analog-stereo bgt.wav` +5. darkice starten (wichtig) +5. chapter-marker starten (wichtig) +7. klatschen +8. Hallihallo und Herzlich Willkommen +9. ctrl-u auf "H" von "Halli" Felix auf jeden fall erinnern (wichtig) +10. Ctrl-j drücken für neuen Eintrag - ggf. Felix erinnern (wichtig) ## Vorschläge ### Backlog von Picks und Lesefoo aus der letzten Woche -die Nachfolgenden 3 Striche sind sehr wichtig, bitte nicht löschen +die Nachfolgenden 3 Striche sind sehr wichtig, bitte nicht löschen. Nachdem +chapter-marker gestartet wurde kann die reihenfolge nicht mer angepasst werden, +das ist der preis, den man zahlt + --- ## Blast from the Past -- cgit v1.2.3