GithubHelp home page GithubHelp logo

astig020 / docker-pufferpanel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jorisvos/docker-pufferpanel

0.0 0.0 0.0 13 KB

A docker image that runs pufferpanel

License: MIT License

Shell 36.57% Dockerfile 63.43%

docker-pufferpanel's Introduction

Docker Pulls

This docker image provides a PufferPanel container.

Get started

If you just want to get on with it you can run the following

docker run -d \
    -p 8080:8080 \
    -p 25565:25565 \
    -p 5657:5657 \
    -p 5656:5656 \
    -e VIRTUAL_HOST=<your host> \
    -e VIRTUAL_PORT=<your port> \
    --name pufferpanel jorisvos037/pufferpanel

Explanation

If you want a bit more explenation, here it is

Environment variables

  • VIRTUAL_HOST - default: localhost - this is your (public) ip or domain (e.g. panel.example.com)
  • VIRTUAL_PORT - default: 8080 - this is the port number that is used for the web interface (panel.example.com:8080)
  • ADMIN_NAME - default: root - this is the login name of the admin user
  • ADMIN_PW - default: pufferpanel - this is the login password of the admin user
  • ADMIN_EMAIL - default: root@localhost - this is the login email of the admin user (this is used to login)

Ports

  • 25565 - this can be changed! - this is the default port number of a minecraft server (and thus needed to access the actual mc server)
  • 5657 - this is the port number that is used by pufferpanel to connect to the SFTP server (for transferring files to and from the server)
  • 5656 - this is the port number that is used by the pufferpanel daemon
  • 8080 - this can be changed! - this is the port number used by the webserver to access the web interface

Admin user

The admin user by default has the following login:

  • Email: root@localhost
  • Password: pufferpanel

Important!

Please change your Password immediately! (if you didn't specify it at the creation of the container)

docker-pufferpanel's People

Contributors

jorisvos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.