Skip to content

Commit

Permalink
Merge branch 'main' of github.com:iandk/servermanager
Browse files Browse the repository at this point in the history
  • Loading branch information
iandk committed Mar 1, 2021
2 parents c9c8540 + bf3c586 commit 9ce5237
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 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
Expand Down Expand Up @@ -27,7 +30,7 @@ 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
// 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,
```
Expand Down

0 comments on commit 9ce5237

Please sign in to comment.