mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Atuin migration from docker on mini-watcher
This commit is contained in:
parent
9e4f2b7d69
commit
2738379a72
1 changed files with 7 additions and 1 deletions
|
|
@ -79,6 +79,7 @@ in {
|
||||||
443 # https to local Nginx
|
443 # https to local Nginx
|
||||||
3000 # PsiTransfer in oci-container
|
3000 # PsiTransfer in oci-container
|
||||||
8080 # Tandoor in docker compose
|
8080 # Tandoor in docker compose
|
||||||
|
8888 # Atuin
|
||||||
8090 # Wallabag in docker compose
|
8090 # Wallabag in docker compose
|
||||||
13378 # Audiobookshelf in oci-container
|
13378 # Audiobookshelf in oci-container
|
||||||
];
|
];
|
||||||
|
|
@ -126,6 +127,11 @@ in {
|
||||||
|
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
services = {
|
services = {
|
||||||
|
atuin = {
|
||||||
|
enable = true;
|
||||||
|
host = "127.0.0.1";
|
||||||
|
maxHistoryLength = 2000000000;
|
||||||
|
};
|
||||||
##
|
##
|
||||||
## Gandi (gandi.net)
|
## Gandi (gandi.net)
|
||||||
##
|
##
|
||||||
|
|
@ -302,7 +308,7 @@ in {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
acmeRoot = null;
|
acmeRoot = null;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."/".proxyPass = "http://${mini_watcher}:9999";
|
locations."/".proxyPass = "http://${backend_ip}:8888";
|
||||||
};
|
};
|
||||||
"immich.${home_domain}" = {
|
"immich.${home_domain}" = {
|
||||||
listen = [{ port = https_port; addr = "0.0.0.0"; ssl = true; }];
|
listen = [{ port = https_port; addr = "0.0.0.0"; ssl = true; }];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue