add the jackett backend alternate addon "jackettio"

This commit is contained in:
iPromKnight
2024-02-02 13:27:41 +00:00
parent 188ffd10f3
commit 0644fe7720
47 changed files with 9150 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
module.exports = {
apps: [
{
name: 'stremio-jackett',
script: 'npm start',
cwd: '/app',
watch: ['./dist/index.js'],
autorestart: true,
env: {
...process.env,
},
},
],
};