sonarrradarrplexorganizrnginxdashboardlandingpagestartpagelandinghtpcserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboardmuximux
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
KodeStar
5c62bb7ed5
|
7 years ago | |
---|---|---|
app | 7 years ago | |
bootstrap | 7 years ago | |
config | 7 years ago | |
database | 7 years ago | |
public | 7 years ago | |
resources | 7 years ago | |
routes | 7 years ago | |
storage | 7 years ago | |
tests | 7 years ago | |
vendor | 7 years ago | |
.env | 7 years ago | |
.env.example | 7 years ago | |
.gitattributes | 7 years ago | |
.gitignore | 7 years ago | |
CHANGELOG.md | 7 years ago | |
artisan | 7 years ago | |
composer.json | 7 years ago | |
composer.lock | 7 years ago | |
package-lock.json | 7 years ago | |
package.json | 7 years ago | |
phpunit.xml | 7 years ago | |
readme.md | 7 years ago | |
server.php | 7 years ago | |
webpack.mix.js | 7 years ago |
readme.md
About
An Application dashboard and launcher
Video
If you want to see a quick video of it in use, go to https://drive.google.com/file/d/1cijXgmjem_q2OfKMp36qVuXRiyOzvhWC/view
Web Server Configuration
Apache
A .htaccess file ships with the app, however, if it does not work with your Apache installation, try this alternative:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
Nginx
If you are using Nginx, the following directive in your site configuration will direct all requests to the index.php front controller:
location / {
try_files $uri $uri/ /index.php?$query_string;
}
License
This app is open-sourced software licensed under the MIT license.