Setup PsiTransfer as an oci-container

This commit is contained in:
Gene Liverman 2024-04-12 08:52:23 -04:00
parent 1f3c9570fa
commit 06d6f9ff58
3 changed files with 37 additions and 2 deletions

View file

@ -2,6 +2,7 @@
imports = [
./hardware-configuration.nix
./containers/audiobookshelf.nix
./containers/psitransfer.nix
./containers/nginx-proxy.nix
../../../system/common/linux/restic.nix
];
@ -51,6 +52,7 @@
firewall.allowedTCPPorts = [
22 # ssh
80 # http to local Nginx
3000 # PsiTransfer in oci-container
8080 # Tandoor in podman compose
8090 # Wallabag in podman compose
13378 # Audiobookshelf in oci-container