Skip to content

Commit

Permalink
chore: 馃Ы add unRaid support
Browse files Browse the repository at this point in the history
  • Loading branch information
realashleybailey committed Dec 8, 2023
1 parent 5673b74 commit 71c00e1
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -441,3 +441,7 @@ poetry.toml

# End of https://www.toptal.com/developers/gitignore/api/pycharm,flask,python
testing/core
apps/wizarr-backend-next/
apps/wizarr-backend-old/
database/
.sentryclirc
7 changes: 7 additions & 0 deletions ca_profile.xml
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>
23 changes: 23 additions & 0 deletions unraid.xml
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>

0 comments on commit 71c00e1

Please sign in to comment.