-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5673b74
commit 71c00e1
Showing
3 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Maintainer> | ||
<Icon>https://raw.githubusercontent.com/Wizarrrr/wizarr/master/apps/wizarr-frontend/src/assets/img/wizard.png</Icon> | ||
<Profile>Wizarr is a Open Source community dedicated to creating software managment tools for media servers such as Plex and Jellyfin.</Profile> | ||
<DonateLink>https://opencollective.com/wizarr</DonateLink> | ||
<DonateText>If you like our work please consider Donating.</DonateText> | ||
</Maintainer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0"?> | ||
<Container version="2"> | ||
<Name>wizarr</Name> | ||
<Repository>ghcr.io/wizarrrr/wizarr</Repository> | ||
<Registry>https://github.com/wizarrrr/wizarr/pkgs/container/wizarr</Registry> | ||
<TemplateURL>https://github.com/wizarrrr/wizarr/blob/master/unraid.xml</TemplateURL> | ||
<Network>bridge</Network> | ||
<Privileged>false</Privileged> | ||
<Shell>bash</Shell> | ||
<Support>https://github.com/Wizarrrr/wizarr/discussions</Support> | ||
<Project>https://github.com/wizarrrr/wizarr</Project> | ||
<Overview>The official Wizarr Container. Wizarr is a automatic user invitation system for Plex. Create a unique link and share it to a user and they will automatically be invited to your Plex Server!</Overview> | ||
<Category>MediaServer:Other</Category> | ||
<WebUI>http://[IP]:[PORT:5690]/</WebUI> | ||
<Icon>https://raw.githubusercontent.com/Wizarrrr/wizarr/master/apps/wizarr-frontend/src/assets/img/wizard.png</Icon> | ||
<ExtraParams>--restart unless-stopped</ExtraParams> | ||
<DonateText>If you like our work please consider Donating.</DonateText> | ||
<DonateLink>https://opencollective.com/wizarr</DonateLink> | ||
<Config Name="Data Folder" Target="/data/database" Default="/mnt/user/appdata/wizarr/" Mode="rw" Description="Folder for handling Wizarr related data including database files and cache." Type="Path" Display="always" Required="false" Mask="false" /> | ||
<Config Name="WebUI Port" Target="5690" Default="5690" Mode="tcp" Description="TCP Port where Wizarr will reside on your IP address" Type="Port" Display="always" Required="false" Mask="false" /> | ||
<Config Name="Database Directory" Target="DATABASE_DIR" Default="/data/database" Mode="{3}" Description="DO NOT EDIT" Type="Variable" Display="false" Required="false" Mask="false">/data/database</Config> | ||
<Config Name="Latest File Path" Target="LATEST_FILE" Default="/latest" Mode="{3}" Description="DO NOT EDIT" Type="Variable" Display="false" Required="false" Mask="false">/latest</Config> | ||
</Container> |