diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 468299ba..7ef0ac3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - persist-credentials: false - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 8337a989..3fe9d00e 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -14,7 +14,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - persist-credentials: false - name: Setup Node.js uses: actions/setup-node@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33a46339..10d2e6f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - persist-credentials: false - name: Setup Node.js uses: actions/setup-node@v4 diff --git a/.gitignore b/.gitignore index 352b6073..c19d5b76 100644 --- a/.gitignore +++ b/.gitignore @@ -40,4 +40,7 @@ next-env.d.ts # pwa public/sw.js -public/swe-worker-development.js +public/swe-worker-*.js + +#config +config/settings.json diff --git a/config/.gitkeep b/config/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/config/settings.json b/config/settings.json deleted file mode 100755 index 3f53b210..00000000 --- a/config/settings.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "connection": { - "tautulliUrl": "", - "tautulliApiKey": "", - "overseerrUrl": "", - "overseerrApiKey": "", - "tmdbApiKey": "" - }, - "features": { - "isRewindActive": true, - "isDashboardActive": true, - "isUsersPageActive": true, - "activeLibraries": [], - "activeDashboardStatistics": [ - "year", - "rating", - "duration", - "plays", - "users", - "requests" - ], - "googleAnalyticsId": "" - }, - "test": false -}