mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
Merge branch 'master' of github.com:starr-dusT/dotfiles
This commit is contained in:
commit
461ffc0244
@ -80,15 +80,6 @@
|
|||||||
gollum # Wiki software that provides a simple, Git-based wiki engine.
|
gollum # Wiki software that provides a simple, Git-based wiki engine.
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable the OpenSSH daemon.
|
|
||||||
services.openssh.enable = true;
|
|
||||||
services.pcscd.enable = true;
|
|
||||||
programs.gnupg.agent = {
|
|
||||||
enable = true;
|
|
||||||
pinentryPackage = pkgs.pinentry-curses;
|
|
||||||
enableSSHSupport = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
security.acme = {
|
security.acme = {
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
defaults.email = "starrtyler88@gmail.com";
|
defaults.email = "starrtyler88@gmail.com";
|
||||||
@ -123,6 +114,18 @@
|
|||||||
"git.tstarr.us" = (SSL // {
|
"git.tstarr.us" = (SSL // {
|
||||||
locations."/".proxyPass = "http://localhost:3001/";
|
locations."/".proxyPass = "http://localhost:3001/";
|
||||||
});
|
});
|
||||||
|
"workspace.tstarr.us" = (SSL // {
|
||||||
|
locations."/".proxyPass = "http://localhost:5000/";
|
||||||
|
});
|
||||||
|
"code.tstarr.us" = (SSL // {
|
||||||
|
locations."/" = {
|
||||||
|
proxyPass = "http://localhost:8443/";
|
||||||
|
proxyWebsockets = true;
|
||||||
|
};
|
||||||
|
});
|
||||||
|
"plot.tstarr.us" = (SSL // {
|
||||||
|
locations."/".proxyPass = "http://localhost:8988/";
|
||||||
|
});
|
||||||
"share.tstarr.us" = (SSL // {
|
"share.tstarr.us" = (SSL // {
|
||||||
locations."/".proxyPass = "http://localhost:5001/";
|
locations."/".proxyPass = "http://localhost:5001/";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
@ -30,7 +30,7 @@ in
|
|||||||
|
|
||||||
services.rss-bridge = {
|
services.rss-bridge = {
|
||||||
enable = true;
|
enable = true;
|
||||||
whitelist = [ "*" ];
|
config.system.enabled_bridges = [ "*" ];
|
||||||
virtualHost = "${domain}";
|
virtualHost = "${domain}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user