Skip to content

freeutka/duckcdndocker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

112 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DuckCDN Pterodactyl EGG

How to Use:

  1. Download the JSON file from the releases page.
  2. Import the egg into your Pterodactyl panel.
  3. Create a new server.
  4. Visit the provided IP and port to access the server.
  5. To use a custom domain, create a reverse proxy on the host.

Disable Logs from Console:

To remove access and error logs from the console, edit the Nginx configuration:

  • Navigate to nginx/conf.d/default.conf
  • Uncomment (remove the #) the following lines:
#access_log /home/container/naccess.log;
#error_log  /home/container/nerror.log error;

Forked from https://github.com/Sigma-Production/ptero-eggs

About

A simple and minimalistic image CDN built with PHP.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 62.2%
  • CSS 24.8%
  • Shell 9.7%
  • Dockerfile 3.3%