mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-11-30 09:40:46 +00:00
Merge pull request #878 from jellyfin/chore/readme_and_telemetry
chore: fix readme type & disabled telemetry in CI config
This commit is contained in:
commit
389cc2b4c1
@ -2,7 +2,8 @@ const config = {
|
||||
server: {
|
||||
port: 80,
|
||||
host: '0.0.0.0'
|
||||
}
|
||||
},
|
||||
telemetry: false
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user