Fix mjolnir, matrix admin thingy #135
Labels
No Label
dns
exploration
gitea
mail
new stuff
services
software
art
backup
big
blocked
bug
crash report
disputed
documentation
duplicate
enhancement
good first issue
logging
nixos
question
salt
security
servers n' hardware
wontfix
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Drift/issues#135
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
where were you when mjolnir die
i was at house eating dorito when @danio ring
“mjolnir is kil”
“no”
Seems to be targeting a non-existent address? There is nothing bound to port 8008 on bicep.
https://github.com/the-draupnir-project/Draupnir
I believe this can be set to the public-facing hostname, e.g.
homeserverUrl = "https://matrix.pvv.ntnu.no"
, like the example at797f7dc49e/nixos/modules/services/matrix/mjolnir.nix (L72)
.This will add another loop of nginx+tls in the communications between synapse and mjolnir, but will be functional and portable.
It can't, since it makes use of
/_synapse/admin
which is not exposed over nginxFixy bixy
For reference; Fixed in
914eb35c5a