This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
some repos are just mirrors, see srht for upstream |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"}] |