Update docs
This commit is contained in:
parent
e5bd853e39
commit
1dbcde01c6
@ -7,16 +7,15 @@
|
|||||||
|
|
||||||
## Release plugin
|
## Release plugin
|
||||||
|
|
||||||
1. Update and commit latest changelog and manifest
|
1. Build release DLL with `dotnet build -c Release`
|
||||||
2. Tag latest commit **without pushing**
|
2. Zip release DLL
|
||||||
3. Build release DLL with `dotnet build -c Release`
|
3. Update and commit latest changelog and manifest
|
||||||
4. Zip release DLL
|
4. Test plugin manifest
|
||||||
5. Test plugin manifest
|
|
||||||
1. Replace manifest URL with local IP address
|
1. Replace manifest URL with local IP address
|
||||||
2. Serve release ZIP and manifest with `python3 -m http.server`
|
2. Serve release ZIP and manifest with `python3 -m http.server`
|
||||||
3. Test updating plugin
|
3. Test updating plugin
|
||||||
6. Push tag
|
5. Tag and push latest commit
|
||||||
7. Create release on GitHub with the following files:
|
6. Create release on GitHub with the following files:
|
||||||
1. Archived plugin DLL
|
1. Archived plugin DLL
|
||||||
2. Latest web interface
|
2. Latest web interface
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ If you do not run Jellyfin as a container, you can follow the [native installati
|
|||||||
|
|
||||||
## Method 1: mounting the new web interface
|
## Method 1: mounting the new web interface
|
||||||
|
|
||||||
1. Download the latest compiled version of the web interface from [the releases tab](https://github.com/ConfusedPolarBear/intro-skipper/releases/download/v0.0.1/jellyfin-web_10.8.0+3522b61.tar.gz) (or compile [from source](https://github.com/ConfusedPolarBear/jellyfin-web/tree/intros))
|
1. Download the latest compiled version of the web interface from [the releases tab](https://github.com/ConfusedPolarBear/intro-skipper/releases) (or compile [from source](https://github.com/ConfusedPolarBear/jellyfin-web/tree/intros))
|
||||||
2. Extract the archive somewhere on your server and make note of the full path to the `dist` folder
|
2. Extract the archive somewhere on your server and make note of the full path to the `dist` folder
|
||||||
3. Mount the `dist` folder to your container as `/jellyfin/jellyfin-web`. Example docker-compose snippet:
|
3. Mount the `dist` folder to your container as `/jellyfin/jellyfin-web`. Example docker-compose snippet:
|
||||||
```yaml
|
```yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user