Compare commits
3 Commits
v1.1.1
...
README-upd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4ccc956c35 | ||
|
|
5af3a7e71b | ||
|
|
304b82b594 |
7
.github/CODEOWNERS
vendored
7
.github/CODEOWNERS
vendored
@@ -1,7 +0,0 @@
|
|||||||
# Global code ownership
|
|
||||||
|
|
||||||
- @Fallenbagel
|
|
||||||
|
|
||||||
# i18n locale files
|
|
||||||
|
|
||||||
src/i18n/locale/ @Fallenbagel
|
|
||||||
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -5,7 +5,7 @@ on: workflow_dispatch
|
|||||||
jobs:
|
jobs:
|
||||||
semantic-release:
|
semantic-release:
|
||||||
name: Tag and release latest version
|
name: Tag and release latest version
|
||||||
runs-on: self-hosted
|
runs-on: ubuntu-20.04
|
||||||
env:
|
env:
|
||||||
HUSKY: 0
|
HUSKY: 0
|
||||||
steps:
|
steps:
|
||||||
@@ -26,8 +26,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_TOKEN }}
|
password: ${{ secrets.DOCKER_TOKEN }}
|
||||||
- name: Install Yarn
|
|
||||||
run: npm install -g yarn
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn
|
run: yarn
|
||||||
- name: Release
|
- name: Release
|
||||||
@@ -41,7 +39,7 @@ jobs:
|
|||||||
name: Send Discord Notification
|
name: Send Discord Notification
|
||||||
needs: semantic-release
|
needs: semantic-release
|
||||||
if: always()
|
if: always()
|
||||||
runs-on: self-hosted
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Get Build Job Status
|
- name: Get Build Job Status
|
||||||
uses: technote-space/workflow-conclusion-action@v2
|
uses: technote-space/workflow-conclusion-action@v2
|
||||||
|
|||||||
2050
CHANGELOG.md
2050
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@@ -9,10 +9,13 @@
|
|||||||
|
|
||||||
**Jellyseerr** is a free and open source software application for managing requests for your media library. It is a a fork of Overseerr built to bring support for Jellyfin & Emby media servers!
|
**Jellyseerr** is a free and open source software application for managing requests for your media library. It is a a fork of Overseerr built to bring support for Jellyfin & Emby media servers!
|
||||||
|
|
||||||
|
_The original Overseerr team have been busy and Jellyfin/Emby support aren't on their roadmap, so we started this project as we wanted to bring the Overseerr experience to the Jellyfin/Emby Community!_
|
||||||
|
|
||||||
## Current Features
|
## Current Features
|
||||||
|
|
||||||
- Jellyfin Support
|
- Jellyfin Support
|
||||||
- Emby Support
|
- Emby Support
|
||||||
|
(Upcoming Features include: Multiple Server Instances, Music Support, Ability to change email address and much more!)
|
||||||
|
|
||||||
Along with all the existing Overseerr features:
|
Along with all the existing Overseerr features:
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "jellyseerr",
|
"name": "jellyseerr",
|
||||||
"version": "1.1.1",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "nodemon -e ts --watch server --watch overseerr-api.yml -e .json,.ts,.yml -x ts-node --files --project server/tsconfig.json server/index.ts",
|
"dev": "nodemon -e ts --watch server --watch overseerr-api.yml -e .json,.ts,.yml -x ts-node --files --project server/tsconfig.json server/index.ts",
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
[ZoneTransfer]
|
|
||||||
LastWriterPackageFamilyName=Microsoft.ScreenSketch_8wekyb3d8bbwe
|
|
||||||
ZoneId=3
|
|
||||||
@@ -345,7 +345,7 @@ class Settings {
|
|||||||
ignoreTls: false,
|
ignoreTls: false,
|
||||||
requireTls: false,
|
requireTls: false,
|
||||||
allowSelfSigned: false,
|
allowSelfSigned: false,
|
||||||
senderName: 'Jellyseerr',
|
senderName: 'Overseerr',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
discord: {
|
discord: {
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ const messages = defineMessages({
|
|||||||
syncJellyfin: 'Sync Libraries',
|
syncJellyfin: 'Sync Libraries',
|
||||||
manualscanJellyfin: 'Manual Library Scan',
|
manualscanJellyfin: 'Manual Library Scan',
|
||||||
manualscanDescriptionJellyfin:
|
manualscanDescriptionJellyfin:
|
||||||
"Normally, this will only be run once every 24 hours. Jellyseerr will check your {mediaServerName} server's recently added more aggressively. If this is your first time configuring Jellyseerr, a one-time full manual library scan is recommended!",
|
"Normally, this will only be run once every 24 hours. Jellyseerr will check your {mediaServerName} server's recently added more aggressively. If this is your first time configuring {mediaServerName}, a one-time full manual library scan is recommended!",
|
||||||
notrunning: 'Not Running',
|
notrunning: 'Not Running',
|
||||||
currentlibrary: 'Current Library: {name}',
|
currentlibrary: 'Current Library: {name}',
|
||||||
librariesRemaining: 'Libraries Remaining: {count}',
|
librariesRemaining: 'Libraries Remaining: {count}',
|
||||||
|
|||||||
@@ -540,4 +540,4 @@
|
|||||||
"components.UserProfile.UserSettings.UserNotificationSettings.telegramChatId": "ID chatu",
|
"components.UserProfile.UserSettings.UserNotificationSettings.telegramChatId": "ID chatu",
|
||||||
"components.UserProfile.UserSettings.UserPasswordChange.confirmpassword": "Potvrďte heslo",
|
"components.UserProfile.UserSettings.UserPasswordChange.confirmpassword": "Potvrďte heslo",
|
||||||
"components.UserProfile.UserSettings.UserPasswordChange.currentpassword": "Aktuální heslo"
|
"components.UserProfile.UserSettings.UserPasswordChange.currentpassword": "Aktuální heslo"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user