mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-25 13:03:19 -04:00
Compare commits
7 Commits
v2.0.0-beta7
...
v1.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 9963e1f834 | |||
| ff06a320b0 | |||
| 3c540496d4 | |||
| e09d02cf2e | |||
| 14015d4666 | |||
| b3a1bfeb0e | |||
| 1573b062b5 |
@@ -0,0 +1,38 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "[BUG]"
|
||||
labels: bug
|
||||
assignees: yigitkeremoktay
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
- OS: [e.g. iOS]
|
||||
- Browser [e.g. chrome, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Smartphone (please complete the following information):**
|
||||
- Device: [e.g. iPhone6]
|
||||
- OS: [e.g. iOS8.1]
|
||||
- Browser [e.g. stock browser, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: "[FEATURE-REQUEST]"
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Was this considered before?**
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
@@ -0,0 +1,41 @@
|
||||
---
|
||||
name: Help Needed
|
||||
about: If this is not a bug but you need help
|
||||
title: "[HELP-NEEDED]"
|
||||
labels: help wanted
|
||||
assignees: yigitkeremoktay
|
||||
|
||||
---
|
||||
|
||||
**Describe the problem**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
- OS: [e.g. iOS]
|
||||
- Browser [e.g. chrome, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Smartphone (please complete the following information):**
|
||||
- Device: [e.g. iPhone6]
|
||||
- OS: [e.g. iOS8.1]
|
||||
- Browser [e.g. stock browser, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**What you tried?**
|
||||
|
||||
**Was this mentioned before?**
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
name: PR Template
|
||||
about: If you have submitted a PR,fill this for to help us!
|
||||
title: "[PR-INFO]"
|
||||
labels: PR
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Link to your PR:
|
||||
|
||||
## Is this from a feature request? Please link it
|
||||
|
||||
## Are there any known bugs or security issues
|
||||
|
||||
## Precisely describe what this does
|
||||
|
||||
## Give us an example use case
|
||||
@@ -10,13 +10,12 @@ Simply put the files on your server and access it from your browser. There will
|
||||
If you prefer you can install manually by filling the info in config.php.template and renaming it to config.php.
|
||||
As this **does not** run installation scripts you need to head to your install directory and run create-server-config.php and then delete it.
|
||||
If you don't want to allow php to access your files or you have permission issues, use the following instructions.
|
||||
### FOR IIS:
|
||||
// Rename IISWebConfig to web.config
|
||||
### FOR Apache and Nginx
|
||||
// Rename ApacheHtaccess to .htaccess
|
||||
### Creating server config:
|
||||
* **IIS**: Rename IISWebConfig to web.config
|
||||
* **Apache**: Rename ApacheHtaccess to .htaccess
|
||||
* **Nginx**: You can run with php-fpm no additional modifications required.
|
||||
|
||||
|
||||
You can find more info on [our wiki page](https://github.com/Pryx/server-status/wiki)
|
||||
You can find more info on [our wiki page](https://github.com/server-status-project/server-status/wiki)
|
||||
|
||||
## Contributing
|
||||
Anyone is welcome to make pull request with new features or security patches / bug fixes.
|
||||
@@ -26,7 +25,7 @@ You may create a pull request anytime or you can join our discord here(https://d
|
||||
### 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.
|
||||
|
||||
[List of contributors](https://github.com/Pryx/server-status/wiki/contributors)
|
||||
[List of contributors](https://github.com/server-status-project/server-status/graphs/contributors)
|
||||
|
||||
### Does it actually run somewhere?
|
||||
Yes it does!
|
||||
@@ -58,10 +57,8 @@ Please note that changes are reverted every hour.
|
||||
### I noticed there is a new release. How do I update?
|
||||
Updating server status is fairly straightforward. Download your config.php from the server. Delete all files. Upload the new release with config.php you downloaded earlier. You need to manually run install scripts. For that head to your domain and run create-server-config.php deleting it afterwards.
|
||||
If you don't want to allow php to access your files or you have permission issues, use the following instructions.
|
||||
#### FOR IIS:
|
||||
// Rename IISWebConfig to web.config
|
||||
#### FOR Apache and Nginx
|
||||
// Rename ApacheHtaccess to .htaccess
|
||||
#### Updating server config
|
||||
Follow the instructions for installation without giving the app write access. Keep in mind that you will need to re-apply any modifications you made.
|
||||
|
||||
### Is there any way to do this automatically?
|
||||
We are working on it but it is not yet included. Stay tuned!
|
||||
|
||||
+1
-3
@@ -25,9 +25,7 @@ class Template{
|
||||
<html lang="en">
|
||||
<head>
|
||||
<?php
|
||||
$headfile = fopen("head.txt", "r") or die("Unable to open head.txt!");
|
||||
$head_additionalcode = fread($versionfile,filesize("head.txt"));
|
||||
fclose($headfile); ?>
|
||||
include_once "head.php"; ?>
|
||||
<meta charset="utf-8">
|
||||
<title><?php echo $page_name." - ".NAME ?></title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
Reference in New Issue
Block a user