update arr notes
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
@@ -19,6 +18,34 @@ let
|
||||
};
|
||||
in
|
||||
{
|
||||
# Notes:
|
||||
# Jellyplex-watched - sync watch status between plex and jellyfin as long as users and library is the same
|
||||
# Tdarr - for distributed transcoding?
|
||||
#
|
||||
# list of containers supporting postgres:
|
||||
# bazarr:
|
||||
# POSTGRES_ENABED: true
|
||||
# POSTGRES_HOST:
|
||||
# POSTGRES_PORT:
|
||||
# POSTGRES_DATABASE: bazarr
|
||||
# POSTGRES_USERNAME: arr
|
||||
# POSTGRES_PASSWORD: sops
|
||||
# prowlarr:
|
||||
# see ctype
|
||||
# radarr:
|
||||
# see ctype
|
||||
# sonarr:
|
||||
# see ctype
|
||||
# lidarr:
|
||||
# see ctype
|
||||
# jellyseerr:
|
||||
# DB_TYPE: postgres
|
||||
# DB_HOST:
|
||||
# DB_PORT:
|
||||
# DB_USER: arr
|
||||
# DB_PASS: sops
|
||||
# DB_NAME: jellyseerr
|
||||
#
|
||||
virtualisation.oci-containers.containers = {
|
||||
bazarr = {
|
||||
image = "ghcr.io/linuxserver/bazarr:latest";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
@@ -108,5 +108,8 @@
|
||||
|
||||
# media tools
|
||||
#deepin.deepin-music
|
||||
|
||||
# arch zed deps
|
||||
nixd
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user