mirror of
https://github.com/Drop-OSS/unraid.git
synced 2026-07-01 13:15:12 -04:00
feat: Add unraid xml (credit to @chrisbogder on GitHub, @TyberBei on Discord)
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0"?>
|
||||
<Container version="2">
|
||||
<Name>drop-oss</Name>
|
||||
<Repository>ghcr.io/drop-oss/drop:nightly</Repository>
|
||||
<Registry>https://github.com/Drop-OSS</Registry>
|
||||
<Network>bridge</Network>
|
||||
<MyIP/>
|
||||
<Shell>sh</Shell>
|
||||
<Privileged>false</Privileged>
|
||||
<Support>https://github.com/Drop-OSS/drop</Support>
|
||||
<Project>https://droposs.org/</Project>
|
||||
<Overview>Drop is an open-source game distribution platform, similar to GameVault or Steam. It's designed to distribute and share DRM-free games quickly, all while being incredibly flexible, beautiful, and fast.</Overview>
|
||||
<Category>GameServers: Status:Beta</Category>
|
||||
<WebUI>http://[IP]:[PORT:3000]</WebUI>
|
||||
<TemplateURL/>
|
||||
<Icon>https://avatars.githubusercontent.com/u/167499184?s=200&amp;v=4</Icon>
|
||||
<ExtraParams/>
|
||||
<PostArgs/>
|
||||
<CPUset/>
|
||||
<DateInstalled>1759138007</DateInstalled>
|
||||
<DonateText/>
|
||||
<DonateLink/>
|
||||
<Requires>Working PostgreSQL container running (recommended ver. 14)</Requires>
|
||||
<Config Name="Web UI Port" Target="3000" Default="3000" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">3000</Config>
|
||||
<Config Name="Library" Target="/library" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Data" Target="/data" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/drop</Config>
|
||||
<Config Name="PostgreSQL Database URL" Target="DATABASE_URL" Default="postgres://drop:drop@postgres:5432/drop" Mode="" Description="postgres://{DB_USER}:{DB_PASS}@{DB_HOST}:{DB_PORT}/{DB_NAME}" Type="Variable" Display="always" Required="true" Mask="false"></Config>
|
||||
<Config Name="GIANT_BOMB_API_KEY" Target="GIANT_BOMB_API_KEY" Default="" Mode="" Description="https://docs.droposs.org/docs/metadata/giantbomb" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="IGDB_CLIENT_ID" Target="IGDB_CLIENT_ID" Default="" Mode="" Description="https://docs.droposs.org/docs/metadata/igdb" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="IGDB_CLIENT_SECRET" Target="IGDB_CLIENT_SECRET" Default="" Mode="" Description="https://docs.droposs.org/docs/metadata/igdb" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="EXTERNAL_URL" Target="EXTERNAL_URL" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<TailscaleStateDir/>
|
||||
</Container>
|
||||
Reference in New Issue
Block a user