Create FoundryVTT_alpine_unraid.xml
This commit is contained in:
77
files/FoundryVTT_alpine_unraid.xml
Normal file
77
files/FoundryVTT_alpine_unraid.xml
Normal file
@@ -0,0 +1,77 @@
|
||||
<?xml version="1.0"?>
|
||||
<Container version="2">
|
||||
<Name>FoundryVTT</Name>
|
||||
<Repository>fithwum/foundry_vtt</Repository>
|
||||
<Registry>https://hub.docker.com/r/fithwum/foundry_vtt/</Registry>
|
||||
<Network>host</Network>
|
||||
<MyIP/>
|
||||
<Shell>sh</Shell>
|
||||
<Privileged>false</Privileged>
|
||||
<Support>https://forums.unraid.net/topic/93944-support-fithwum-foundryvtt/</Support>
|
||||
<Project>https://foundryvtt.com/</Project>
|
||||
<Overview>FoundryVTT is a web based Dungeons and Dragons application that allows users to play with others over the internet. You will have to purchase a copy of foundryvtt from https://foundryvtt.com[br][br]
|
||||
[b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
|
||||
[b]/FoundryVTT[/b] is where all configuration files and data will be. You will have to purchase a copy of foundryvtt from https://foundryvtt.com then download the linux version and unpack it to the fvtt folder.
|
||||
Connect to the server using the host IP address and port 30000 once connected it will ask you for a licence code.[br][br]
|
||||
[b][u][span style='color: #E80000;']Notes[/span][/u][/b][br]If you run into permission problems with some files simply restart the docker and it will fix itself. i am working on a propor fix for this problem[br]</Overview>
|
||||
<Category>GameServers:</Category>
|
||||
<WebUI/>
|
||||
<TemplateURL>https://raw.githubusercontent.com/fithwum/files-for-dockers/master/templates/FoundryVTT_alpine_unraid.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/fithwum/files-for-dockers/master/icons/d20.png</Icon>
|
||||
<ExtraParams/>
|
||||
<PostArgs/>
|
||||
<CPUset/>
|
||||
<DateInstalled/>
|
||||
<DonateText>Buy me a coffee if you like.</DonateText>
|
||||
<DonateLink>https://checkout.square.site/pay/340d93c602a042b8a223a2f7c184a6a2</DonateLink>
|
||||
<Description>FoundryVTT is a web based Dungeons and Dragons application that allows users to play with others over the internet. You will have to purchase a copy of foundryvtt from https://foundryvtt.com[br][br]
|
||||
[b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
|
||||
[b]/FoundryVTT[/b] is where all configuration files and data will be. You will have to purchase a copy of foundryvtt from https://foundryvtt.com then download the linux version and unpack it to the fvtt folder.
|
||||
Connect to the server using the host IP address and port 30000 once connected it will ask you for a licence code.[br][br]
|
||||
[b][u][span style='color: #E80000;']Notes[/span][/u][/b][br]If you run into permission problems with some files simply restart the docker and it will fix itself. i am working on a propor fix for this problem[br]</Description>
|
||||
<Beta>False</Beta>
|
||||
<Date>2020-06-27</Date>
|
||||
<Changes>[font size=4][center]FoundryVTT-alpine[/center][/font]
|
||||
[font size=3][b](2020-06-21)[/b][/font]
|
||||
  - First test.
|
||||
|
||||
[font size=4][center]FoundryVTT-alpine[/center][/font]
|
||||
[font size=3][b](2020-06-27)[/b][/font]
|
||||
  - Working release.
|
||||
|
||||
</Changes>
|
||||
<Networking>
|
||||
<Mode>host</Mode>
|
||||
<Publish>
|
||||
<Port>
|
||||
<HostPort>30000</HostPort>
|
||||
<ContainerPort>30000</ContainerPort>
|
||||
<Protocol>tcp</Protocol>
|
||||
</Port>
|
||||
</Publish>
|
||||
</Networking>
|
||||
<Data>
|
||||
<Volume>
|
||||
<HostDir>/mnt/user/appdata/FoundryVTT</HostDir>
|
||||
<ContainerDir>/foundry</ContainerDir>
|
||||
<Mode>rw</Mode>
|
||||
</Volume>
|
||||
</Data>
|
||||
<Environment>
|
||||
<Variable>
|
||||
<Value>99</Value>
|
||||
<Name>PUID</Name>
|
||||
<Mode/>
|
||||
</Variable>
|
||||
<Variable>
|
||||
<Value>100</Value>
|
||||
<Name>PGID</Name>
|
||||
<Mode/>
|
||||
</Variable>
|
||||
</Environment>
|
||||
<Labels/>
|
||||
<Config Name="Host Port 1" Target="30000" Default="30000" Mode="tcp" Description="Container Port: 30000" Type="Port" Display="always" Required="true" Mask="false">30000</Config>
|
||||
<Config Name="Key 2" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false">99</Config>
|
||||
<Config Name="Key 3" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false">100</Config>
|
||||
<Config Name="AppData Config Path" Target="/foundry" Default="/mnt/user/appdata/FoundryVTT" Mode="rw" Description="Container Path: /foundry" Type="Path" Display="advanced-hide" Required="true" Mask="false">/mnt/user/appdata/FoundryVTT</Config>
|
||||
</Container>
|
||||
Reference in New Issue
Block a user