Update docs

This commit is contained in:
ConfusedPolarBear 2022-06-17 23:01:31 -05:00
parent e5bd853e39
commit 1dbcde01c6
2 changed files with 7 additions and 8 deletions

View File

@ -7,16 +7,15 @@
## Release plugin
1. Update and commit latest changelog and manifest
2. Tag latest commit **without pushing**
3. Build release DLL with `dotnet build -c Release`
4. Zip release DLL
5. Test plugin manifest
1. Build release DLL with `dotnet build -c Release`
2. Zip release DLL
3. Update and commit latest changelog and manifest
4. Test plugin manifest
1. Replace manifest URL with local IP address
2. Serve release ZIP and manifest with `python3 -m http.server`
3. Test updating plugin
6. Push tag
7. Create release on GitHub with the following files:
5. Tag and push latest commit
6. Create release on GitHub with the following files:
1. Archived plugin DLL
2. Latest web interface

View File

@ -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
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
3. Mount the `dist` folder to your container as `/jellyfin/jellyfin-web`. Example docker-compose snippet:
```yaml