Merge pull request #878 from jellyfin/chore/readme_and_telemetry

chore: fix readme type & disabled telemetry in CI config
This commit is contained in:
Julien Machiels 2021-03-15 00:55:41 +01:00 committed by GitHub
commit 389cc2b4c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@ const config = {
server: {
port: 80,
host: '0.0.0.0'
}
},
telemetry: false
};
export default config;

View File

@ -98,7 +98,7 @@ $ npm run build --standalone
# move the server and required files to a dedicated directory
$ mkdir -p /opt/jellyfin-vue
$ cp .nuxt .docker/nuxt.config.js .docker/package.json /opt/jellyfin-vue
$ cp -r .nuxt .docker/nuxt.config.js .docker/package.json /opt/jellyfin-vue
# install the required dependency and start the client
$ cd /opt/jellyfin-vue