This commit is contained in:
A75G 2020-10-27 02:44:00 +03:00
parent 3979c3e83c
commit 5dd3a52bd4
2 changed files with 2 additions and 6 deletions

View file

@ -20,7 +20,6 @@ Guide: https://pterodactyl.io/wings/1.0/migrating.html
<Config Name="Port 2" Target="8080" Default="8080" Mode="tcp" Description="Port 2" Type="Port" Display="always" Required="false" Mask="false">8080</Config>
<Config Name="Data Path" Target="/var/lib/pterodactyl" Default="/mnt/user/appdata/pterodactyl/daemon/" Mode="" Description="Data Path" Type="Variable" Display="always" Required="true" Mask="false">/mnt/user/appdata/pterodactyl/daemon/</Config>
<Config Name="Temp Path" Target="/tmp/pterodactyl/" Default="/mnt/user/appdata/pterodactyl/daemon/tmp/" Mode="rw" Description="Temp Path" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/pterodactyl/daemon/tmp/</Config>
<Config Name="Time" Target="/etc/timezone" Default="/etc/timezone" Mode="ro" Description="Time" Type="Path" Display="always" Required="true" Mask="false">/etc/timezone/</Config>
<Config Name="Docker Root" Target="/var/lib/docker" Default="/var/lib/docker" Mode="rw" Description="Docker Root" Type="Path" Display="always" Required="true" Mask="false">/var/lib/docker</Config>
<Config Name="Docker Sock" Target="/var/run/docker.sock" Default="/var/run/docker.sock" Mode="rw" Description="Docker Sock" Type="Path" Display="always" Required="true" Mask="false">/var/run/docker.sock</Config>
</Container>

View file

@ -14,12 +14,9 @@ Creating account CLI "php artisan p:user:make"</Overview>
<WebUI>http://[IP]:[PORT:80]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/pterodactyl-panel.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/pterodactyl-panel.png</Icon>
<ExtraParams/>
<PostArgs/>
<DonateText/>
<DonateLink/>
<Description>Pterodactyl, a free an open source agnostic game panel... In a Container!&#xD;
Creating account CLI "php artisan p:user:make" &#xD; [h2]This Template is not maintained by ccarney16, any issue you get Please put it on https://github.com/A75G/docker-templates/issues. [/h2]</Description>
Creating account CLI "php artisan p:user:make"&#xD;
[h2]This Template is not maintained by ccarney16, any issue you get Please put it on https://github.com/A75G/docker-templates/issues. [/h2]</Description>
<Config Name="Port" Target="80" Default="8000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="true" Mask="false">8000</Config>
<Config Name="Appdata" Target="/data" Default="/mnt/user/appdata/pterodactyl/" Mode="rw" Description="Appdata" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/pterodactyl/</Config>
<Config Name="Timezone" Target="APP_TIMEZONE" Default="UTC" Mode="" Description="Timezone" Type="Variable" Display="always" Required="true" Mask="false">UTC</Config>