Skip to content

Instantly share code, notes, and snippets.

View NotActuallyTerry's full-sized avatar

Ike Johnson-Woods NotActuallyTerry

View GitHub Profile

Keybase proof

I hereby claim:

  • I am twrist on github.
  • I am sirterrywrist (https://keybase.io/sirterrywrist) on keybase.
  • I have a public key whose fingerprint is 398A 0102 5C5B 1E1B EF50 9D8C 5FDC FD04 622B 733C

To claim this, I am signing this object:

---- Minecraft Crash Report ----
WARNING: coremods are present:
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
BedPatch (bedpatch-2.2-1.12.2.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
AstralCore (astralsorcery-1.12.2-1.8.5.jar)
LoadingPlugin (Quark-r1.4-123.jar)
Plugin (NotEnoughIDs-1.5.4.2.jar)
LoadingPlugin (sampler-1.73.jar)
@NotActuallyTerry
NotActuallyTerry / README.md
Last active July 3, 2024 11:56 — forked from Frando/README.md
Sync Outline groups from Keycloak via webhooks

Sync groups from Keycloak to Outline

Usage

Assuming you have a self-hosted Outline Wiki and Keycloak setup running, do the following:

  • Add the webhooks service to your docker-compose.yml
  • Save the server.ts to webhooks/server.ts (relative to your compose file)
  • Save webhooks.env into the same folder as your compose file
  • Via your webserver configuration add a subdomain, eg webhooks.wiki.yoursite.org to forward to your webhook service port 8000