mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-08-05 05:46:33 +05:30
feat: enable mediaflow-proxy
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
enable = true;
|
||||
domain = "lab.tux.rs";
|
||||
};
|
||||
|
||||
aiostreams = {
|
||||
enable = true;
|
||||
port = 4567;
|
||||
@@ -54,6 +55,18 @@
|
||||
|
||||
environmentFile = innerArgs.config.sops.secrets."aiostreams".path;
|
||||
};
|
||||
|
||||
mediaflow-proxy = {
|
||||
enable = true;
|
||||
port = 8888;
|
||||
|
||||
environment = {
|
||||
APP__SERVER__HOST = "0.0.0.0";
|
||||
APP__SERVER__PORT = "8888";
|
||||
};
|
||||
|
||||
environmentFile = innerArgs.config.sops.secrets."mediaflow-proxy".path;
|
||||
};
|
||||
};
|
||||
|
||||
virtualisation = {
|
||||
@@ -98,6 +111,10 @@
|
||||
aiostreams = {
|
||||
sopsFile = ./secrets.yaml;
|
||||
};
|
||||
|
||||
mediaflow-proxy = {
|
||||
sopsFile = ./secrets.yaml;
|
||||
};
|
||||
};
|
||||
|
||||
# --- Networking ---
|
||||
|
||||
Reference in New Issue
Block a user