fastdl-pterodactyl | bash script
kandi X-RAY | fastdl-pterodactyl Summary
kandi X-RAY | fastdl-pterodactyl Summary
fastdl-pterodactyl is a Shell library. fastdl-pterodactyl has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
FastDownload (automated / bash script) made special for the Pterodactyl Wings v1.X
FastDownload (automated / bash script) made special for the Pterodactyl Wings v1.X
Support
Quality
Security
License
Reuse
Support
fastdl-pterodactyl has a low active ecosystem.
It has 6 star(s) with 0 fork(s). There are 3 watchers for this library.
It had no major release in the last 12 months.
There are 1 open issues and 0 have been closed. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of fastdl-pterodactyl is 0.1
Quality
fastdl-pterodactyl has 0 bugs and 0 code smells.
Security
fastdl-pterodactyl has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
fastdl-pterodactyl code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
fastdl-pterodactyl is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
fastdl-pterodactyl releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of fastdl-pterodactyl
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of fastdl-pterodactyl
fastdl-pterodactyl Key Features
No Key Features are available at this moment for fastdl-pterodactyl.
fastdl-pterodactyl Examples and Code Snippets
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
ssl on;
ssl_certificate /etc/ssl/certs/serverscstrike.com-cert.pem;
ssl_certificate_key /etc/ssl/private/serverscstrike.com-key.pem;
root /var/lib/pterodactyl
server {
listen 80;
listen [::]:80;
root /var/lib/pterodactyl/volumes;
index index.html;
server_name ;
location / {
# First attempt to serve request as file, then
# as directory, then fall back to displaying a 404.
try_files $uri
location ^~ /fastdl {
alias /var/www/pterodactyl-fastdl;
# First attempt to serve request as file, then
# as directory, then fall back to displaying a 404.
try_files $uri $uri/ =404;
# Comment this line if dont want to list files (only after
Community Discussions
No Community Discussions are available at this moment for fastdl-pterodactyl.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install fastdl-pterodactyl
Run the command below to assign user www-data to group pterodactyl
gpasswd -a www-data pterodactyl
Run the commands below to set group permissions for read and exec
chmod 755 /var/lib/pterodactyl/ && chmod 755 /var/lib/pterodactyl/volumes/
Add the command below in the last line of Eggs "Install script"
chmod -R 750 /mnt/server/
If you currently have servers installed, you can reinstall to set the new permissions or set manually running the command below (change UUID for your game server UUID):
chmod -R 750 /var/lib/pterodactyl/volumes/UUID/ Example: chmod -R 750 /var/lib/pterodactyl/volumes/5267701d-8aa0-4071-a3f7-953a5a8e0a79/
Put the scripts in their folders.
fastdl.sh - /etc/pterodactyl/fastdl.sh
fastdl.service - /etc/systemd/system/fastdl.service
Change the values below from (fastdl.sh) with yours details HOME_URL="https://node.pterodactyl.io" API_KEY="YOUR_GENERATED_API_KEY" FASTDL="/var/www/fastdl"
Enable the FastDL Service
systemctl enable fastdl
gpasswd -a www-data pterodactyl
Run the commands below to set group permissions for read and exec
chmod 755 /var/lib/pterodactyl/ && chmod 755 /var/lib/pterodactyl/volumes/
Add the command below in the last line of Eggs "Install script"
chmod -R 750 /mnt/server/
If you currently have servers installed, you can reinstall to set the new permissions or set manually running the command below (change UUID for your game server UUID):
chmod -R 750 /var/lib/pterodactyl/volumes/UUID/ Example: chmod -R 750 /var/lib/pterodactyl/volumes/5267701d-8aa0-4071-a3f7-953a5a8e0a79/
Put the scripts in their folders.
fastdl.sh - /etc/pterodactyl/fastdl.sh
fastdl.service - /etc/systemd/system/fastdl.service
Change the values below from (fastdl.sh) with yours details HOME_URL="https://node.pterodactyl.io" API_KEY="YOUR_GENERATED_API_KEY" FASTDL="/var/www/fastdl"
Enable the FastDL Service
systemctl enable fastdl
Support
If you like my work, and want to support this repository, or another repositories (or addons in the feature)Paypal: thesyntaxlv5@gmail.com
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page