Alexandre
2023-05-03 18:16:47 +02:00
parent 3a91acd39d
commit 37880636f0
13 changed files with 1056 additions and 0 deletions

10
jellyseerr/build.json Normal file
View File

@@ -0,0 +1,10 @@
{
"build_from": {
"aarch64": "fallenbagel/jellyseerr:latest",
"amd64": "fallenbagel/jellyseerr:latest",
"armv7": "fallenbagel/jellyseerr:latest"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}