Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 698 Bytes

README.md

File metadata and controls

40 lines (32 loc) · 698 Bytes

Yap

Yet Another Panel for network services.

Features

  • Github OAuth
  • User side web interface
  • Subscription management
  • Paid services for Sponsor
  • Admin side web interface

Installation

  1. Clone the repository
  2. Install dependencies
    # Backend
    composer install
    php artisan key:generate
    php artisan migrate
    
    # V2Bridge
    git submodule update --init
    cd v2bridge && go build
  3. Frontend
    npm install
    npm run build
  4. Permission
    chown -R www-data:www-data storage
    chown -R www-data:www-data bootstrap/cache

Community

Telegram: yap_devs