Fabian Thielen e140580536 README
Signed-off-by: Fabian Thielen <info@fabian-thielen.de>
2021-05-13 12:01:15 +02:00
2021-05-13 11:20:17 +02:00
2021-05-13 11:20:17 +02:00
2021-05-13 11:20:17 +02:00
2021-05-13 11:20:17 +02:00
2021-05-13 11:37:50 +02:00
2021-05-13 11:20:17 +02:00
2021-05-13 11:20:17 +02:00
2021-05-13 11:20:17 +02:00
2021-05-13 11:20:17 +02:00
2021-05-13 11:20:17 +02:00
2021-05-13 11:20:17 +02:00
2021-05-13 11:20:17 +02:00
2021-05-13 11:20:17 +02:00
2021-05-13 11:20:17 +02:00
2021-05-13 11:20:17 +02:00
2021-05-13 11:20:17 +02:00
2021-05-13 11:20:17 +02:00
2021-05-13 11:20:17 +02:00
2021-05-13 11:20:17 +02:00
2021-05-13 11:20:17 +02:00
2021-05-13 12:01:15 +02:00
2021-05-13 11:20:17 +02:00
2021-05-13 11:20:17 +02:00
2021-05-13 11:20:17 +02:00

About the ServerCow DNS Panel

I built this to manage my ServerCow Domains easily in one place.
It's built with Laravel and Bulma CSS so modifications are easy to do.

What do you need?

  1. ServerCow API Access
  2. A Database (Click here for a list of databases supported by Laravel)
  3. A server to host this application on (Click here for the Laravel System Requirements)
  4. Composer
  5. NodeJS/NPM

How to install

  1. Clone this repository or download it as zip and extract it onto your server
  2. Install the composer packages with the command composer install
  3. Install the node packages with the command npm install
  4. If not already done by composer copy the .env.example to .env
  5. Edit the .env file to your needs (APP_NAME, APP_URL, APP_LOCALE, Database Credentials, ServerCow API Credentials)
  6. Run the database migrations: php artisan migrate
  7. Compile the css files: npm run prod
  8. Create a backend user: php artisan user:create username
  9. Point your web root to the applications public directory

Notes

  • This application currently supports english and german
  • If you want to do any modifications feel free to fork this repository and make a pull request
  • You can use and modify this application in every way you want :)
Description
No description provided
Readme 887 KiB
Languages
JavaScript 87.8%
PHP 9.8%
Blade 1.7%
CSS 0.6%
SCSS 0.1%