move matrix to bicep
This commit is contained in:
13
hosts/bicep/services/matrix/synapse-admin.nix
Normal file
13
hosts/bicep/services/matrix/synapse-admin.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
|
||||
# This service requires you to have access to endpoints not available over the internet
|
||||
# Use an ssh proxy or similar to access this dashboard.
|
||||
# Then go into your developer console, storage, and change the baseurl to the local ip for synapse
|
||||
|
||||
{
|
||||
services.nginx.virtualHosts."localhost" = {
|
||||
rejectSSL = true;
|
||||
root = pkgs.synapse-admin;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user