Giter Site home page Giter Site logo

shc's Introduction

shc
The easy way to display information about your device

shc | ServerHealthCheck

made-with-bash License: GPL v3 GitHub contributors GitHub version

After quite some time of inactivity - there is a new version on its way


Installation

Clone this git-repo:

git clone https://github.com/ServerHealthCheck/shc.git

Go into the shc folder

cd shc/

Execute the init.sh by typing

bash init.sh

You will be asked to type in your sudo password, because the index.php file needs to be moved into /srv/www/htdocs (default apache folder location)

The script now prepares everything.

Future updates

  • More services

  • More system information

  • Wiki / Manual

  • Docker

shc's People

Contributors

doctorcr4nk avatar junglert avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

shc's Issues

fix for Distro: Arch

  • While trying to install shc on Manjaro Arch i got following errors:
    package apache2 apache2-mod_php7 not found

    to fix this the script has to install:
    sudo pacman -Sy apache php-apache php

  • While enabling apache2 the script exited with an error:
    no module named apache2

    to fix this the script needs to enable httpd:
    sudo systemctl enable httpd

  • The script could not move the index.php file to the designated location because Arch uses a different structure

Create CONTRIBUTING.md

I think we should create a CONTRIBUTING.md so other people know how to contribute to our project.
Also we should standardize our commits.
I know two commit methods.

  1. With a reference at the front.
  • Commit that doesn't refers to an issue:
    [NoRef-0] (commit message)
  • Commit that refers to an issue:
    [Ref-#(issue or pull request number)] (commit message)
  1. Gitmoji/gitmoji-cli
  • Gitmoji is an initiative to standardize and explain the use of emojis on GitHub commit messages
  • And gitmoji-cli provides an easy solution for using gitmoji from the command line

What do you think? Which one is better or do you know an even better method to standardize our commits?

Implement docker ๐Ÿณ

Next Steps

  • create docker container running alpine
  • adjust scripts to the docker context
  • deploy the website over docker

dark mode unstable/not compatible

The newly added dark mode is not working 100% properly.

some browsers display the page in the non inverted colors, resulting in burning eyes

Please check and fix if possible

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.