FreeSTAR Status Engine
Go to file
Vojtěch Sajdl 67227439f2
Update bootstrap & center line
2018-01-18 23:21:33 +01:00
admin Fixup global replace mess 2018-01-18 22:59:44 +01:00
classes Fixup global replace mess 2018-01-18 22:59:44 +01:00
css Update bootstrap & center line 2018-01-18 23:21:33 +01:00
favicon Logo 2018-01-12 00:42:47 +01:00
fonts Update bootstrap & center line 2018-01-18 23:21:33 +01:00
img Logo 2018-01-12 00:42:47 +01:00
js Update jquery, fix #15 - add robots file 2018-01-18 22:56:45 +01:00
locale Turkish translations courtesy of @UfukArt 2018-01-18 21:20:11 +01:00
.htaccess Initial commit 2017-11-24 00:09:36 +01:00
404.php Fix #14 - show installation dialog on 404 page if config not found 2018-01-18 22:57:19 +01:00
LICENSE Initial commit 2017-11-02 21:14:13 +01:00
README.md Update README.md 2018-01-18 21:52:33 +01:00
config.php.template Translations updated 2018-01-13 03:00:13 +01:00
index.php Fix #14 - show installation dialog on 404 page if config not found 2018-01-18 22:57:19 +01:00
install.php Fixup global replace mess 2018-01-18 22:59:44 +01:00
install.sql Instalator fixes and lots and lots of other bugfixes 2018-01-12 21:35:31 +01:00
robots.txt Update jquery, fix #15 - add robots file 2018-01-18 22:56:45 +01:00
template.php Update to Font Awesome 5 2018-01-18 23:13:45 +01:00

README.md

Server status page

screenshot

Very simple server status page written in PHP - target version 7, with some code changes it should be able to run almost anywhere. Can run even on shared webhosting without any problems and it was written exactly for that purpose. Because why waste your money on another server (or host on a server that you might want to do maintenance on), when you can use cheap webhosting?

How do I install this thing?

Simply put the files on your server and access it from your browser. There will be a simple install dialog waiting for you.

You can find more info on our wiki page

Contributing

Anyone is welcome to make pull request with new features or security patches / bug fixes. You can find some ideas here. Only rule for now is, that you should describe what kind of changes you've made to the code in the PR along with some description of the feature or bug fixed so I can test it.

List of contributors

Translations

Any help with translations is much welcome! You can join us at https://poeditor.com/join/project/37SpmJtyOm. You can even add your own language. Just let me know when you're done and I'm going to include the language in the next release.

FAQ

Does it actually run somewhere?

Yes it does! This is basically debranded version of https://status.trucksbook.eu/.

Is it possible to see how it works somewhere?

Yes it is! Head over to https://demo.status.sajdl.com/admin and try the admin interface for yourself. Login details:

email: sysadmin@example.com
password: Ss123456

Why does this project exist?

It was written as a school project where we had to create a website. I went with this because I found the lack of good looking, easy to install and use status page rather weird. Therefore my goal (as stated above) was to create a simplistic status page that could run almost anywhere. The code is not the nicest or cleanest and it definitely doesn't have that many features, but hey, it works!

I want feature XY!

You can write an issue and I will try to take a look when I get some time OR you can actually make a fork as the code it GNU licensed. Pull requests are most welcome!