Skip to content

Commit

Permalink
revert: 🔁 Change unraid configuration back to working variant
Browse files Browse the repository at this point in the history
  • Loading branch information
JamsRepos committed May 26, 2024
1 parent c0e7c2a commit ae5d6b1
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions unraid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<Repository>ghcr.io/wizarrrr/wizarr</Repository>
<Registry>https://github.com/wizarrrr/wizarr/pkgs/container/wizarr</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/Wizarrrr/wizarr/discussions</Support>
Expand All @@ -15,19 +14,6 @@ Choose between the stable, beta, or nightly branch as per your requirements. Not
<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/>
<PostArgs/>
<CPUset/>
<DateInstalled>1713138518</DateInstalled>
<Requires/>
<Config Name="Repository" Target="Repo" Default="ghcr.io/wizarrrr/wizarr:latest" Mode="rw" Description="Select the Docker image version for Wizarr. 'Stable' for regular use with fewer updates but more tested features; 'Beta' for the latest features but with potential bugs and less stability; 'Nightly' for the most recent changes, for development or testing only, highly unstable." Type="Variable" Display="always" Required="true" Mask="false">
<Option Name="Stable" Value="ghcr.io/wizarrrr/wizarr:latest" Description="The stable version is recommended for most users and offers tested stability and fewer updates to ensure a smooth experience.">
</Option>
<Option Name="Beta" Value="ghcr.io/wizarrrr/wizarr:beta" Description="The beta version includes the latest features and updates but may contain bugs and can be less stable than the stable version. Not recommended for critical environments. Once upgraded, you cannot downgrade without formatting.">
</Option>
<Option Name="Nightly" Value="ghcr.io/wizarrrr/wizarr:nightly" Description="Intended strictly for development or testing. This build pushes the most recent changes, is highly unstable, and should never be used in production environments.">
</Option>
</Config>
<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="true" Mask="false"/>
<Config Name="WebUI Port" Target="5690" Default="" Mode="tcp" Description="Port for where you would like Wizarr to reside." Type="Port" Display="always" Required="false" Mask="false"/>
<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="true" Mask="false">/mnt/user/appdata/wizarr/</Config>
<Config Name="WebUI Port" Target="5690" Default="" Mode="tcp" Description="Port for where you would like Wizarr to reside." Type="Port" Display="always" Required="false" Mask="false">5690</Config>
</Container>

0 comments on commit ae5d6b1

Please sign in to comment.