mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2025-02-19 21:00:50 +01:00
Compare commits
1 Commits
8d7b73e717
...
898e678e8e
Author | SHA1 | Date | |
---|---|---|---|
898e678e8e |
@ -61,5 +61,19 @@
|
||||
#basicAuthFile = config.sops.secrets."nginx/defaultpass".path;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
virtualHosts."archive.lauterer.it" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = config.networking.domain;
|
||||
locations."/" = {
|
||||
proxyWebsockets = true;
|
||||
proxyPass = "http://100.84.215.84:8082";
|
||||
};
|
||||
basicAuthFile = config.sops.secrets."nginx/defaultpass".path;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
@ -23,6 +23,7 @@
|
||||
../../services/mc.nix
|
||||
#../../services/stableDiffusion.nix
|
||||
../../services/rss.nix
|
||||
../../services/shiori.nix
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
7
services/shiori.nix
Normal file
7
services/shiori.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
|
||||
services.shiori.enable = true;
|
||||
services.shiori.port = 8082;
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user