Add existing podcast episodes

This commit is contained in:
Oliver Davies 2025-05-24 09:10:23 +01:00
parent 1ebd0fe6ac
commit 59d9fd6de9
164 changed files with 9645 additions and 6 deletions

View file

@ -9,8 +9,8 @@
php = pkgs.php83.buildEnv {
extraConfig = ''
upload_max_filesize = 20M;
post_max_size = 20M;
upload_max_filesize = 50M;
post_max_size = 50M;
'';
};
phpPackages = pkgs.php83Packages;