mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Setup PsiTransfer as an oci-container
This commit is contained in:
parent
1f3c9570fa
commit
06d6f9ff58
3 changed files with 37 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue