Skip to content

Commit

Permalink
Add maintenance notice
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffvli committed Nov 19, 2024
1 parent 610138c commit 96b5b66
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 19 deletions.
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Feature request
description: Request a feature to be added to Feishin 🎉
name: Feature request - NOT ACCEPTING NEW FEATURE REQUESTS
description: Feature requests are currently closed. The application is actively being rewritten https://github.com/audioling/audioling.
labels: ['enhancement']
body:
- type: textarea
Expand All @@ -18,5 +18,3 @@ body:
options:
- label: 'Yes'
required: false
validations:
required: false
40 changes: 25 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@
</a>
</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).

## Features
Expand Down Expand Up @@ -76,21 +86,21 @@ To install via Docker Compose use the following snippit. This also works on Port

```yaml
services:
feishin:
container_name: feishin
image: 'ghcr.io/jeffvli/feishin:latest'
environment:
- 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_TYPE=jellyfin # navidrome also works
- SERVER_URL= # http://address:port
- PUID=1000
- PGID=1000
- UMASK=002
- TZ=America/Los_Angeles
ports:
- 9180:9180
restart: unless-stopped
feishin:
container_name: feishin
image: 'ghcr.io/jeffvli/feishin:latest'
environment:
- 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_TYPE=jellyfin # navidrome also works
- SERVER_URL= # http://address:port
- PUID=1000
- PGID=1000
- UMASK=002
- TZ=America/Los_Angeles
ports:
- 9180:9180
restart: unless-stopped
```
### Configuration
Expand Down

0 comments on commit 96b5b66

Please sign in to comment.