fastdl-pterodactyl | bash script

 by   alexevladgabriel Shell Version: 0.1 License: GPL-3.0

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
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              fastdl-pterodactyl has a low active ecosystem.
              It has 6 star(s) with 0 fork(s). There are 3 watchers for this library.
              OutlinedDot
              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

            kandi-Quality Quality

              fastdl-pterodactyl has 0 bugs and 0 code smells.

            kandi-Security 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.

            kandi-License 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.

            kandi-Reuse 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
            Get all kandi verified functions for this library.

            fastdl-pterodactyl Key Features

            No Key Features are available at this moment for fastdl-pterodactyl.

            fastdl-pterodactyl Examples and Code Snippets

            FastDownload Pterodactyl v1.X,Nginx Configuration,With SSL:
            Shelldot img1Lines of Code : 24dot img1License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            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  
            FastDownload Pterodactyl v1.X,Nginx Configuration,Without SSL:
            Shelldot img2Lines of Code : 17dot img2License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            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  
            copy iconCopy
              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

            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:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/alexevladgabriel/fastdl-pterodactyl.git

          • CLI

            gh repo clone alexevladgabriel/fastdl-pterodactyl

          • sshUrl

            git@github.com:alexevladgabriel/fastdl-pterodactyl.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular Shell Libraries

            awesome

            by sindresorhus

            ohmyzsh

            by ohmyzsh

            realworld

            by gothinkster

            nvm

            by nvm-sh

            papers-we-love

            by papers-we-love

            Try Top Libraries by alexevladgabriel

            php-webrcon

            by alexevladgabrielPHP

            php-rust-rcon

            by alexevladgabrielPHP

            tcpshield-api-wrapper

            by alexevladgabrielPHP

            winehills.ro

            by alexevladgabrielTypeScript

            laravel

            by alexevladgabrielPHP