adding python audio utils
This commit is contained in:
parent
56921846ca
commit
220cf33055
29
README.org
29
README.org
|
@ -353,6 +353,9 @@ bottles
|
|||
jitsi-meet-electron
|
||||
imv
|
||||
feh
|
||||
tagutil
|
||||
python310Packages.mutagen
|
||||
python310Packages.audiotools
|
||||
mpv
|
||||
nerdfonts
|
||||
latte-dock
|
||||
|
@ -923,19 +926,19 @@ imports =
|
|||
services.openssh.enable = true;
|
||||
|
||||
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
virtualHosts = {
|
||||
"videosdani.tfcconnection.org".extraConfig = ''
|
||||
reverse_proxy localhost:9000
|
||||
'';
|
||||
};
|
||||
virtualHosts = {
|
||||
"videosdani.tfcconnection.org:1935".extraConfig = ''
|
||||
reverse_proxy localhost:1935
|
||||
'';
|
||||
};
|
||||
};
|
||||
# services.caddy = {
|
||||
# enable = true;
|
||||
# virtualHosts = {
|
||||
# "videosdani.tfcconnection.org".extraConfig = ''
|
||||
# reverse_proxy localhost:9000
|
||||
# '';
|
||||
# };
|
||||
# virtualHosts = {
|
||||
# "videosdani.tfcconnection.org:1935".extraConfig = ''
|
||||
# reverse_proxy localhost:1935
|
||||
# '';
|
||||
# };
|
||||
# };
|
||||
|
||||
# Open ports in the firewall.
|
||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||
|
|
|
@ -243,6 +243,9 @@ imports =
|
|||
jitsi-meet-electron
|
||||
imv
|
||||
feh
|
||||
tagutil
|
||||
python310Packages.mutagen
|
||||
python310Packages.audiotools
|
||||
mpv
|
||||
nerdfonts
|
||||
latte-dock
|
||||
|
@ -442,19 +445,19 @@ imports =
|
|||
services.openssh.enable = true;
|
||||
|
||||
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
virtualHosts = {
|
||||
"videosdani.tfcconnection.org".extraConfig = ''
|
||||
reverse_proxy localhost:9000
|
||||
'';
|
||||
};
|
||||
virtualHosts = {
|
||||
"videosdani.tfcconnection.org:1935".extraConfig = ''
|
||||
reverse_proxy localhost:1935
|
||||
'';
|
||||
};
|
||||
};
|
||||
# services.caddy = {
|
||||
# enable = true;
|
||||
# virtualHosts = {
|
||||
# "videosdani.tfcconnection.org".extraConfig = ''
|
||||
# reverse_proxy localhost:9000
|
||||
# '';
|
||||
# };
|
||||
# virtualHosts = {
|
||||
# "videosdani.tfcconnection.org:1935".extraConfig = ''
|
||||
# reverse_proxy localhost:1935
|
||||
# '';
|
||||
# };
|
||||
# };
|
||||
|
||||
# Open ports in the firewall.
|
||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||
|
|
|
@ -258,6 +258,9 @@
|
|||
jitsi-meet-electron
|
||||
imv
|
||||
feh
|
||||
tagutil
|
||||
python310Packages.mutagen
|
||||
python310Packages.audiotools
|
||||
mpv
|
||||
nerdfonts
|
||||
latte-dock
|
||||
|
|
Loading…
Reference in a new issue