Add Dockerfile, K8s manifests, and deploy.sh for plexnuke k3s cluster

This commit is contained in:
2026-06-27 16:51:01 -05:00
parent 1bd5325baa
commit 3bf7642343
7 changed files with 236 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'standalone',
};
module.exports = nextConfig;