about summary refs log tree commit diff
path: root/nixos/tests/castopod.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-05-21nixosTests.castopod: fix mp3 generationAlexander Tomokhov1-1/+1
Fix `--cbr` encoding mode.
2024-05-21nixosTests.castopod: fix timeoutAlexander Tomokhov1-0/+1
Increase HTTP request timeout in selenium.
2024-04-22castopod: remove misuzu from maintainersmisuzu1-1/+1
2024-04-01nixos/castopod: Increase test timeoutssinavir1-1/+1
2024-04-01nixos/castopod: fix startup, displaying images, uploads up to 500 MiBAlexander Tomokhov1-63/+209
- new maxUploadSize option - new dataDir option (with ReadWritePaths systemd support) - admin page reports correct free disk space (instead of /nix/store) - fix example configuration in documentation - now podcast creation and file upload are tested during NixOS test - move castopod from audio to web-apps folder - verbose logging from the browser test
2023-11-07treewide: replace `<command> | systemd-cat` with `systemd-cat <command>`K9001-1/+1
The former swallows exit codes, the latter doesn't.
2023-09-25nixosTests.castopod: initmisuzu1-0/+87