Your one-stop-cake-shop for everything Freshly Baked has to offer
11
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(copyparty): set library unix permissions

Without these, Kavita cannot access files in the library properly

+6
+6
packetmix/systems/teal/copyparty.nix
··· 123 123 "minion" 124 124 ]; 125 125 }; 126 + 127 + flags = { 128 + chmod_f = "770"; 129 + chmod_d = "770"; 130 + gid = "974"; 131 + }; 126 132 }; 127 133 }; 128 134 };