Skip to content

Zenuncl/ss-panel

 
 

Repository files navigation

Talk about this version

Added functions

  • Stripe Payment/Donation. (Only for Skyline theme right now.)

Added themes

  • Skyline Theme.

Working on. / To-Do

  • Radius VPN intergration.
  • Others?

How two

How to use Stripe payment

  1. You need edit/change the Stripe public key in ./public/assets/public/js/stripe.js
  2. Add your Stripe secret key in ./config/app.php
  • Submit issue if there is any errors or bugs.
  • Payment will not return any message now.
  • Payment will not deal with any user database information YET. (I will add this once Orvice finish this entire project)

How to use Skyline theme

  1. Change theme setting in ./config/app.php
  2. Do whatever you need to modify this theme.
  3. PLEASE, PLEASE, PLEASE! Download the movie or edit it in ./views/skyline/index.tpl
  • This theme require a movie for index.

  • This theme is currently for my personal uses ONLY and may have multiple bugs.

  • movie download: Current Movie OR Change to your own movie.

Thanks

  1. This is a SS-Panel fork. Main function are implemented by Orvice
  2. Skyline Theme is made of Inspiration/"Copied" from VL.

ss-panel

Let's talk about cat. Based on LightFish.

安装文档

Build Status Coverage Status Join the chat at https://gitter.im/orvice/ss-panel

About

Please visit releases pages to download ss-panel.

Requirements

  • PHP 5.6 or newer
  • Web server with URL rewriting
  • MySQL

Supported Server

Install

Step 0

git clone https://github.com/orvice/ss-panel.git

Step 1

$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar  install

Step 2

cp .env.example .env

then edit .env

chmod -R 777 storage

Step 3

Import the sql to you mysql database.

Step 4

Nginx Config example:

if you download ss-panel on path /home/www/ss-panel

root /home/www/ss-panel/public;

location / {
    try_files $uri $uri/ /index.php$is_args$args;
}
    

Step 5 Config

view config guide on wiki

About

Let's talk about cat

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 93.5%
  • CSS 5.0%
  • JavaScript 1.4%
  • Other 0.1%