This commit is contained in:
A75G 2024-03-24 18:06:14 +03:00
parent 8d47956ca8
commit 9a4d5e6fba
2 changed files with 7 additions and 2 deletions

View file

@ -10,7 +10,7 @@
<Project>https://www.lodestone.cc/</Project> <Project>https://www.lodestone.cc/</Project>
<Overview>A free, open source server hosting tool for Minecraft and other multiplayer games &#xD; <Overview>A free, open source server hosting tool for Minecraft and other multiplayer games &#xD;
After first boot Unraid CLI&#xD; After first boot Unraid CLI&#xD;
chmod -R /mnt/user/appdata/lodestone/&#xD; chmod 777 -R /mnt/user/appdata/lodestone/&#xD;
Then download the client from https://github.com/Lodestone-Team/lodestone/releases&#xD; Then download the client from https://github.com/Lodestone-Team/lodestone/releases&#xD;
Copy the Secert key from the docker log and login&#xD; Copy the Secert key from the docker log and login&#xD;
Please note that for any Game server port add new port for it</Overview> Please note that for any Game server port add new port for it</Overview>

View file

@ -8,7 +8,12 @@
<Privileged>false</Privileged> <Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support> <Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://github.com/psi-4ward/psitransfer</Project> <Project>https://github.com/psi-4ward/psitransfer</Project>
<Overview>Simple open source self-hosted file sharing solution.[br] To access Admin Page add /admin at the end of the URL[/br]</Overview> <Overview>Simple open source self-hosted file sharing solution.&#xD;
To access Admin Page add /admin at the end of the URL&#xD;
&#xD;
Run &#xD;
chown -R 1000 /mnt/user/appdata/psitransfer/&#xD;
After install in Unraid CLI</Overview>
<Category>Cloud:</Category> <Category>Cloud:</Category>
<WebUI>http://[IP]:[PORT:3000]/</WebUI> <WebUI>http://[IP]:[PORT:3000]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/psitransfer.xml</TemplateURL> <TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/psitransfer.xml</TemplateURL>