summaryrefslogtreecommitdiffstats
path: root/organizers-notebook
diff options
context:
space:
mode:
Diffstat (limited to 'organizers-notebook')
-rw-r--r--organizers-notebook/index.org23
1 files changed, 16 insertions, 7 deletions
diff --git a/organizers-notebook/index.org b/organizers-notebook/index.org
index c8712db0..0de44254 100644
--- a/organizers-notebook/index.org
+++ b/organizers-notebook/index.org
@@ -798,6 +798,7 @@ After the conference:
#+begin_src sh :eval no :tangle ~/proj/emacsconf/2025/update-cache
#!/bin/bash
# export CONF_PUBLIC=1
+rsync -avu ~/proj/emacsconf/2025/assets/intros/*--intro.* ~/proj/emacsconf/2025/cache/
rsync -avzue ssh --exclude .lock-\* --exclude 'partial--*' res:~/cache/ ~/proj/emacsconf/2025/cache/ --exclude .git
chmod ugo+r . -R
rsync -avzue ssh --exclude .lock-\* --exclude 'partial--*' res:~/cache/ ~/proj/emacsconf/2025/cache/ --exclude .git
@@ -807,6 +808,7 @@ if [ ! -z "$CONF_PUBLIC" ]; then
echo "Updating public media"
rsync -avzue ssh --exclude \*--original\* --exclude \*--reencoded\* ~/proj/emacsconf/2025/cache/ orga@media:/var/www/media.emacsconf.org/2025/ 3--exclude .git
fi
+rsync -avzue ssh ~/proj/emacsconf/2025/assets/ res:~/current/assets/
#+end_src
When a talk comes in:
@@ -822,6 +824,11 @@ When a talk comes in:
7. On your local computer, use ~../update-cache~ to move files around.
8. ~emacsconf-publish-cache-video-data~ to save the file size and length.
9. ~emacsconf-publish-backstage-index~
+** Wiki
+
+Stylesheet: file:/ssh:front|sudo:ikiwiki@front:/var/www/emacsconf.org/style.css
+
+See also Ansible notes
** DONE Icecast
CLOSED: [2025-11-15 Sat 15:05]
@@ -911,9 +918,6 @@ Success:
- [X] Confirm that you can connect to emacsconf-gen via VNC
- [X] Confirm that you can connect to emacsconf-dev via VNC
-Setting up
-- elisp:emacsconf-publish-res-index
-
*** Instructions
:PROPERTIES:
:CUSTOM_ID: vnc-instructions
@@ -1071,6 +1075,8 @@ Success:
- [X] You can join from https://chat.emacsconf.org
- [X] You can join from https://live.emacsconf.org and the channels end up as the latest ones
+On front:
+sudo -u thelounge node /usr/bin/thelounge start
*** DONE Ask libera.chat to increase IRC limits
CLOSED: [2025-11-12 Wed 13:50]
@@ -1304,9 +1310,6 @@ Resources:
- https://overto.eu/posts/gunzip-into-dd/
- https://www.linode.com/community/questions/20386/how-do-i-ssh-to-linode-from-the-finnix-boot-in-order-to-copy-my-local-vm-over-to
- https://github.com/bigbluebutton/bigbluebutton/issues/9485
-
-
-
** TODO Manual IRC announcements
:PROPERTIES:
:CUSTOM_ID: general-infrastructure-manual-irc-announcements
@@ -1315,15 +1318,21 @@ Resources:
Success:
- [X] You can /opall, /conftopic, and /broadcast
+** Check test crontab
** TODO Confirm automated IRC announcements from res
+SCHEDULED: <2025-11-27 Thu>
:PROPERTIES:
:CUSTOM_ID: general-infrastructure-confirm-automated-irc-announcements-from-res
+:CREATED: [2025-11-26 Wed 15:04]
:END:
Success:
- A test schedule can generate announcements.
+ See C-u M-x emacsconf-stream-crontabs
+
+
** Low-res stream
:PROPERTIES:
:CUSTOM_ID: general-infrastructure-low-res-stream
@@ -1437,7 +1446,7 @@ CLOCK: [2025-11-22 Sat 17:42]--[2025-11-23 Sun 12:15] => 18:33
:CUSTOM_ID: bbb-user
:END:
-#+begin_src ssh :eval no
+#+begin_src ssh :eval no :tangle no
ssh bbb.emacsverse.org
docker exec -it greenlight-v2 bundle exec rake user:create["USERNAME","EMAIL","PASSWORD","user"]
#+end_src