Code Monkey home page Code Monkey logo

servermanager's Introduction

Servermanager

A simple file-based webapp to keep track of your hosting environment. It comes with an integrated search and uptime function.

1. Requirements

  • Apache 2.4 with mod_rewrite enabled
  • PHP 7.4+ with php exec enabled if you want to use the Ping function

The ping method requires the exec function to be enabled. Please keep in mind that the hostname of the host will be used to ping, not the IP(s).

2. Installation

Upload the application to your server or shared hosting and set the document root to the "public" folder.

Make sure that mod_rewrite is enabled and the .htaccess file is present.

Since there is no authentification for the frontend and the API you should configure a htpasswd protection or restrict the IP access.

3. Config

You can change set the following parameters in the app/js/app.js

title: 'My hosts',
currency: '€',
billingTerm: 'month',
// Set this to true if you don't want to see the pricing input and table view
// This is useful when used internally and you don't need to specifiy the price for hosts
disablePricing: false,
// This settings disables the ping check in the background, set this to true 
// if your environment doesn't support php exec or you don't need this this function
disablePing: false,

4. Demo

servermanager's People

Contributors

brueggus avatar dependabot[bot] avatar iandk avatar lotharsm 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.