mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
remove vault for obsidian
This commit is contained in:
parent
97a8cb7462
commit
531c7b3fc8
@ -5,7 +5,6 @@
|
|||||||
./wireguard-server.nix
|
./wireguard-server.nix
|
||||||
./samba-server.nix
|
./samba-server.nix
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
./obsidian-vault.nix
|
|
||||||
./share.nix
|
./share.nix
|
||||||
./rss.nix
|
./rss.nix
|
||||||
./home-assistant
|
./home-assistant
|
||||||
@ -126,13 +125,6 @@
|
|||||||
"git.tstarr.us" = (SSL // {
|
"git.tstarr.us" = (SSL // {
|
||||||
locations."/".proxyPass = "http://localhost:3001/";
|
locations."/".proxyPass = "http://localhost:3001/";
|
||||||
});
|
});
|
||||||
"vault.tstarr.us" = (SSL // {
|
|
||||||
locations."/".proxyPass = "http://localhost:5000/";
|
|
||||||
extraConfig = ''
|
|
||||||
auth_pam "Password Required";
|
|
||||||
auth_pam_service_name "nginx";
|
|
||||||
'';
|
|
||||||
});
|
|
||||||
"share.tstarr.us" = (SSL // {
|
"share.tstarr.us" = (SSL // {
|
||||||
locations."/".proxyPass = "http://localhost:5001/";
|
locations."/".proxyPass = "http://localhost:5001/";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
{ config, lib, pkgs, user, ... }:
|
|
||||||
{
|
|
||||||
networking.firewall.allowedTCPPorts = [ 5000 ];
|
|
||||||
networking.firewall.allowedUDPPorts = [ 5000 ];
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ dufs ];
|
|
||||||
|
|
||||||
systemd.services.obsidian-vault = {
|
|
||||||
description = "Start dufs containing obsidian vault (vulcan)";
|
|
||||||
wantedBy = [ "default.target" ];
|
|
||||||
|
|
||||||
restartIfChanged = true;
|
|
||||||
|
|
||||||
serviceConfig = {
|
|
||||||
Type = "simple";
|
|
||||||
Restart = "always";
|
|
||||||
ExecStart = "${pkgs.dufs}/bin/dufs -p 5000 -A /engi/apps/dufs/vault";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
@ -70,7 +70,6 @@ in {
|
|||||||
{ "name" = "Homelab"; "children" = [
|
{ "name" = "Homelab"; "children" = [
|
||||||
{ "url" = "http://localhost:8384"; name = "Syncthing"; }
|
{ "url" = "http://localhost:8384"; name = "Syncthing"; }
|
||||||
{ "url" = "https://github.com/starr-dusT/dotfiles"; name = "Dotfiles"; }
|
{ "url" = "https://github.com/starr-dusT/dotfiles"; name = "Dotfiles"; }
|
||||||
{ "url" = "https://vault.tstarr.us"; name = "Vault (dufs)"; }
|
|
||||||
{ "url" = "https://rssbridge.tstarr.us"; name = "RSSBridge"; }
|
{ "url" = "https://rssbridge.tstarr.us"; name = "RSSBridge"; }
|
||||||
]; }
|
]; }
|
||||||
{ "name" = "Nix"; "children" = [
|
{ "name" = "Nix"; "children" = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user