mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
Add maintenance notice
This commit is contained in:
parent
610138c05c
commit
96b5b660fb
6
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
6
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
name: Feature request
|
name: Feature request - NOT ACCEPTING NEW FEATURE REQUESTS
|
||||||
description: Request a feature to be added to Feishin 🎉
|
description: Feature requests are currently closed. The application is actively being rewritten https://github.com/audioling/audioling.
|
||||||
labels: ['enhancement']
|
labels: ['enhancement']
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@ -18,5 +18,3 @@ body:
|
|||||||
options:
|
options:
|
||||||
- label: 'Yes'
|
- label: 'Yes'
|
||||||
required: false
|
required: false
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
40
README.md
40
README.md
@ -27,6 +27,16 @@
|
|||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## MAINTENANCE NOTICE
|
||||||
|
|
||||||
|
Feishin is currently undergoing a major rewrite. New feature requests will not be accepted. The rewrite is being actively developed at the [audioling](https://github.com/audioling/audioling) repository.
|
||||||
|
|
||||||
|
Follow the repository or join the discord/matrix server for updates.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
Rewrite of [Sonixd](https://github.com/jeffvli/sonixd).
|
Rewrite of [Sonixd](https://github.com/jeffvli/sonixd).
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
@ -76,21 +86,21 @@ To install via Docker Compose use the following snippit. This also works on Port
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
feishin:
|
feishin:
|
||||||
container_name: feishin
|
container_name: feishin
|
||||||
image: 'ghcr.io/jeffvli/feishin:latest'
|
image: 'ghcr.io/jeffvli/feishin:latest'
|
||||||
environment:
|
environment:
|
||||||
- SERVER_NAME=jellyfin # pre defined server name
|
- SERVER_NAME=jellyfin # pre defined server name
|
||||||
- SERVER_LOCK=true # When true AND name/type/url are set, only username/password can be toggled
|
- SERVER_LOCK=true # When true AND name/type/url are set, only username/password can be toggled
|
||||||
- SERVER_TYPE=jellyfin # navidrome also works
|
- SERVER_TYPE=jellyfin # navidrome also works
|
||||||
- SERVER_URL= # http://address:port
|
- SERVER_URL= # http://address:port
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- UMASK=002
|
- UMASK=002
|
||||||
- TZ=America/Los_Angeles
|
- TZ=America/Los_Angeles
|
||||||
ports:
|
ports:
|
||||||
- 9180:9180
|
- 9180:9180
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user