Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
add page for tasks and update install options
Browse files Browse the repository at this point in the history
  • Loading branch information
dkanada committed Apr 10, 2019
1 parent 1bdf9e7 commit 7bc0c0d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/administrator-docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Alternative docker-compose example:
- /path/to/cache:/cache
- /path/to/media:/media
```

### Unraid Docker

An Unraid Docker template is available in the repository.
Expand Down Expand Up @@ -72,17 +73,17 @@ Generic amd64 Linux builds in TAR archive format are available [here](https://re

Platform-agnostic .NET Core DLL builds in TAR archive format are available [here](https://repo.jellyfin.org/releases/server/portable). These builds use the binary `jellyfin.dll` and must be loaded with `dotnet`.

## Arch AUR
## Arch

The Jellyfin package is in the AUR avilable [here](https://aur.archlinux.org/packages/jellyfin-git/).
Jellyfin is not yet available in the official repository but can be found [here](https://aur.archlinux.org/packages/jellyfin-git/) in the user repository.

## Fedora

Fedora 29 builds in RPM package format are available [here](https://repo.jellyfin.org/releases/server/fedora). Coming soon: an official Fedora repository.
Fedora 29 builds in RPM package format are available [here](https://repo.jellyfin.org/releases/server/fedora) for now but an official Fedora repository is coming soon.

## CentOS

CentOS/RHEL 7 builds in RPM package format are available [here](https://repo.jellyfin.org/releases/server/centos). Coming soon: an official CentOS/RHEL repository.
CentOS/RHEL 7 builds in RPM package format are available [here](https://repo.jellyfin.org/releases/server/centos) and an official CentOS/RHEL repository is planned for the future.

## Debian

Expand Down
7 changes: 7 additions & 0 deletions docs/administrator-docs/tasks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Tasks

Tasks include any operations that are either too time consuming to always run within a library scan or not directly related to scanning media. One such example of a task is theoption to clean out old log files. They can either be run on demand by clicking the run button on the right of a task or at specific times by creating a trigger.

The triggers can be set daily or weekly to run at a set time or on a specific interval if the former two are insufficient. There is also an option to simply run the task every time the server starts running. You can add more than one trigger depending on how often you want to run the task.

Plugins can add their own tasks if they include operations that need to be run at specified intervals. These will also show up in the settings for you to configure.

0 comments on commit 7bc0c0d

Please sign in to comment.