Try pre-commit and formatting with alejandra
Some checks are pending
/ Build Nix targets (push) Waiting to run
Some checks are pending
/ Build Nix targets (push) Waiting to run
This commit is contained in:
parent
0eb6154c32
commit
32b60f1ff9
16 changed files with 325 additions and 248 deletions
|
@ -17,14 +17,14 @@ in {
|
|||
ssl.enable = false;
|
||||
ssl.termination = true;
|
||||
net = {
|
||||
proto= "IPv4";
|
||||
proto = "IPv4";
|
||||
listen = "0.0.0.0";
|
||||
post_allow.host = [ ''192\.168\.1\.[0-9]{1,3}'' ];
|
||||
lok_allow.host = [ ''192\.168\.1\.[0-9]{1,3}'' ];
|
||||
post_allow.host = [''192\.168\.1\.[0-9]{1,3}''];
|
||||
lok_allow.host = [''192\.168\.1\.[0-9]{1,3}''];
|
||||
};
|
||||
storage.wopi = {
|
||||
"@allow" = true;
|
||||
host = [ "cloud.le43.eu" ];
|
||||
host = ["cloud.le43.eu"];
|
||||
};
|
||||
remote_font_config.url = "https://cloud.le43.eu/apps/richdocuments/settings/fonts.json";
|
||||
server_name = "collabora.le43.eu";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue