Coder Social home page Coder Social logo

bloodhunterd / froxlor Goto Github PK

View Code? Open in Web Editor NEW
30.0 4.0 10.0 61 KB

This repository is a mirror of the GitLab repository.

Home Page: https://gitlab.com/bloodhunterd-labs/froxlor/server-management-panel

License: MIT License

Dockerfile 84.45% Shell 15.55%
froxlor docker server management panel nginx php mariadb awstats letsencrypt

froxlor's Introduction

Release Docker Build Docker Pulls License

ko-fi

Froxlor

Docker image for Froxlor Server Management Panel.

Features

Deployment

Download Froxlor from the Froxlor website and mount it into the container for individually setup.

Froxlor website

Docker Compose

version: '2.4'

services:
  froxlor:
    image: bloodhunterd/froxlor
    ports:
      - '80:80'
      - '443:443'
    restart: unless-stopped
    volumes:
      - ./froxlor/:/var/www/froxlor/
      - ./customers/logs/:/var/customers/logs/
      - ./customers/mail/:/var/customers/mail/
      - ./customers/webs:/var/customers/webs/
      - ./ssl/:/etc/ssl/froxlor/
      - ./.acme.sh/:/root/.acme.sh/

Configuration

ENV Values Default Description
TZ PHP: List of supported timezones - Manual Europe/Berlin Timezone

Ports

Port Description
53 Bind DNS
80 HTTP
443 HTTPS

Volumes

Volume Path Read only Description
Froxlor /var/www/froxlor/ Froxlor Server Management Panel. Need to persist to use the build in update process.
Customer logs /var/customers/logs/ Froxlor customer log files.
Customer mails /var/customers/mail/ Froxlor customer mails.
Customer web files /var/customers/webs/ Froxlor customer web contents.
acme.sh script /root/.acme.sh/ acme.sh script to refresh SSL certificates generated by Let's Encrypt.
SSL certificates /etc/ssl/froxlor/ SSL certificates.

Update

Please note the changelog to check for configuration changes before updating.

docker-compose pull
docker-compose up -d

Build With

Authors

License

This project is licensed under the MIT - see LICENSE.md file for details.

froxlor's People

Contributors

bloodhunterd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.