Skip to content

Instantly share code, notes, and snippets.

View j0lol's full-sized avatar
boo!

jo! j0lol

boo!
View GitHub Profile
@j0lol
j0lol / style.css
Last active March 21, 2024 03:13
Beeper compact sidebar
/*
Gist link for desktop users: https://gist.github.com/j0lol/9674befc870e2b62fe9a24fe29ef9e1a
Made by @j0lol:beeper.com. For support, message me on Beeper or at https://j0.lol
*/
/* Shorten room height */
.rooms_scroll-container ._2iYRbtxMK350NUKTyKq6TP {
height: 32px;
}
@j0lol
j0lol / go to my sourcehut
Last active December 27, 2022 16:03
go to my sourcehut
some repos are just mirrors, see srht for upstream
rm -r sd
mkdir sd
rm -r rcmloader
mkdir rcmloader
command -v git >/dev/null 2>&1 || { echo >&2 "I require git but it's not installed. Aborting."; exit 1; }
command -v gh >/dev/null 2>&1 || { echo >&2 "I require gh but it's not installed. Aborting."; exit 1; }
gh release download -p atmosphere* -R Atmosphere-NX/Atmosphere -D sd
alright sorry for being so unprofessional, this is hastily wrote up so i dont forget what i did x3
someone please put this on the wiki!
ok so the main things you need to do is
1: you need to mount the registration file in the synapse container!
to do this, i made a directory called `/matrix/outside` where i put `discord-registration.yaml`
Here's what i put in `vars.yml` for that config:
```
matrix_synapse_container_additional_volumes: [{"src": "/matrix/outside", "dst": "/inside", "options": "ro"}]