mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
...
This commit is contained in:
@@ -71,7 +71,9 @@ docker run --name feishin -p 9180:9180 feishin
|
|||||||
```
|
```
|
||||||
|
|
||||||
#### Docker Compose
|
#### Docker Compose
|
||||||
|
|
||||||
To install via Docker Compose use the following snippit. This also works on Portainer.
|
To install via Docker Compose use the following snippit. This also works on Portainer.
|
||||||
|
|
||||||
```
|
```
|
||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
@@ -92,7 +94,6 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
1. Upon startup you will be greeted with a prompt to select the path to your MPV binary. If you do not have MPV installed, you can download it [here](https://mpv.io/installation/) or install it using any package manager supported by your OS. After inputting the path, restart the app.
|
1. Upon startup you will be greeted with a prompt to select the path to your MPV binary. If you do not have MPV installed, you can download it [here](https://mpv.io/installation/) or install it using any package manager supported by your OS. After inputting the path, restart the app.
|
||||||
@@ -130,6 +131,8 @@ chmod 4755 chrome-sandbox
|
|||||||
sudo chown root:root chrome-sandbox
|
sudo chown root:root chrome-sandbox
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Ubunutu 24.04 specifically introduced breaking changes that affect how namespaces work. Please see https://discourse.ubuntu.com/t/ubuntu-24-04-lts-noble-numbat-release-notes/39890#:~:text=security%20improvements%20 for possible fixes.
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
Built and tested using Node `v16.15.0`.
|
Built and tested using Node `v16.15.0`.
|
||||||
|
|||||||
Reference in New Issue
Block a user