mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 05:33:26 +00:00
Compare commits
4 Commits
a9f77c1931
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
39cb8eb361 | ||
|
bbaa02c419 | ||
|
c210252d9d | ||
|
68764710bd |
@@ -19,7 +19,7 @@
|
||||
"typescript": "5.4.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@neato/guider": "^0.1.5",
|
||||
"@neato/guider": "^1.0.1",
|
||||
"next": "^14.1.4",
|
||||
"next-seo": "^6.5.0",
|
||||
"react": "^18.2.0",
|
||||
|
@@ -24,7 +24,7 @@ This method is recommended if you want to host a proxy for your friends and or f
|
||||
{/* This method is recommended if you want to host a proxy for your friends and family to use, or if you want to use movie-web on a device that doesn't support the [browser extension](#method-1---browser-extension), such as a smart TV or mobile device.*/}
|
||||
|
||||
1. Set up a proxy using one of our [guides](../proxy/deploy.mdx), [though we recommend Netlify](../proxy/deploy.mdx#method-1-netlify-easy).
|
||||
2. Once that's done, go to the **Connections** section of the **Settings page** on your movie-web instance of chocie.
|
||||
2. Once that's done, go to the **Connections** section of the **Settings page** on your movie-web instance of choice.
|
||||
3. Enable `Use custom proxy workers` if it's not already enabled.
|
||||
4. Add a new custom proxy by clicking `Add new worker`.
|
||||
5. Copy the URL of the proxy you deployed before, and paste it into the empty text box.
|
||||
|
23
pnpm-lock.yaml
generated
23
pnpm-lock.yaml
generated
@@ -6,8 +6,8 @@ settings:
|
||||
|
||||
dependencies:
|
||||
'@neato/guider':
|
||||
specifier: ^0.1.5
|
||||
version: 0.1.5(@types/react@18.2.73)(next@14.1.4)(react-dom@18.2.0)(react@18.2.0)(tailwindcss@3.4.3)(webpack@5.91.0)
|
||||
specifier: ^1.0.1
|
||||
version: 1.0.1(@types/react@18.2.73)(next@14.1.4)(react-dom@18.2.0)(react@18.2.0)(tailwindcss@3.4.3)
|
||||
next:
|
||||
specifier: ^14.1.4
|
||||
version: 14.1.4(react-dom@18.2.0)(react@18.2.0)
|
||||
@@ -236,8 +236,8 @@ packages:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@neato/guider@0.1.5(@types/react@18.2.73)(next@14.1.4)(react-dom@18.2.0)(react@18.2.0)(tailwindcss@3.4.3)(webpack@5.91.0):
|
||||
resolution: {integrity: sha512-0dmVOTWyEbHQwqXElOsMhYDnWMPIb84f8ZSIO+Bt0jhvRssSvnZtSDBJWBTdF198jIURWuG332vS9cBrKoEDig==}
|
||||
/@neato/guider@1.0.1(@types/react@18.2.73)(next@14.1.4)(react-dom@18.2.0)(react@18.2.0)(tailwindcss@3.4.3):
|
||||
resolution: {integrity: sha512-5O0rS2UlyCaGQDvat6bl8ysHqkIDQN17eDuZOLO+mczMw/hKKN5OHFwZiGcPIGcDh1CpOPht5p/HBgvnrURXmA==}
|
||||
engines: {node: '>=20'}
|
||||
peerDependencies:
|
||||
next: '>=14.1.0'
|
||||
@@ -250,14 +250,17 @@ packages:
|
||||
'@mdx-js/mdx': 3.0.1
|
||||
'@shikijs/transformers': 1.2.2
|
||||
'@theguild/remark-npm2yarn': 0.3.0
|
||||
'@types/unist': 3.0.2
|
||||
'@vcarl/remark-headings': 0.1.0
|
||||
approximate-number: 2.1.1
|
||||
classnames: 2.5.1
|
||||
color: 4.2.3
|
||||
extra-watch-webpack-plugin: 1.0.3
|
||||
flexsearch: 0.7.43
|
||||
git-url-parse: 14.0.0
|
||||
glob: 10.3.12
|
||||
gray-matter: 4.0.3
|
||||
mdast-util-phrasing: 4.1.0
|
||||
next: 14.1.4(react-dom@18.2.0)(react@18.2.0)
|
||||
next-seo: 6.5.0(next@14.1.4)(react-dom@18.2.0)(react@18.2.0)
|
||||
react: 18.2.0
|
||||
@@ -272,14 +275,20 @@ packages:
|
||||
shiki: 1.2.2
|
||||
tailwindcss-themer: 4.0.0(tailwindcss@3.4.3)
|
||||
type-fest: 4.14.0
|
||||
unified: 11.0.4
|
||||
unist-util-visit: 5.0.0
|
||||
webpack: 5.91.0
|
||||
webpack-virtual-modules: 0.6.1
|
||||
zustand: 4.5.2(@types/react@18.2.73)(react@18.2.0)
|
||||
transitivePeerDependencies:
|
||||
- '@swc/core'
|
||||
- '@types/react'
|
||||
- esbuild
|
||||
- immer
|
||||
- supports-color
|
||||
- tailwindcss
|
||||
- webpack
|
||||
- uglify-js
|
||||
- webpack-cli
|
||||
dev: false
|
||||
|
||||
/@next/env@14.1.4:
|
||||
@@ -1874,6 +1883,10 @@ packages:
|
||||
resolution: {integrity: sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==}
|
||||
dev: true
|
||||
|
||||
/flexsearch@0.7.43:
|
||||
resolution: {integrity: sha512-c5o/+Um8aqCSOXGcZoqZOm+NqtVwNsvVpWv6lfmSclU954O3wvQKxxK8zj74fPaSJbXpSLTs4PRhh+wnoCXnKg==}
|
||||
dev: false
|
||||
|
||||
/for-each@0.3.3:
|
||||
resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==}
|
||||
dependencies:
|
||||
|
Reference in New Issue
Block a user