blessing-skin-server/README_EN.md

144 lines
6.3 KiB
Markdown
Raw Normal View History

2018-09-24 08:38:47 +08:00
- [简体中文](./README.md)
- <b>English</b>
<p align="center"><img src="https://img.blessing.studio/images/2017/01/01/bs-logo.png"></p>
<p align="center">
2019-02-28 14:22:18 +08:00
<a href="https://circleci.com/gh/bs-community/blessing-skin-server/tree/v4"><img src="https://flat.badgen.net/circleci/github/bs-community/blessing-skin-server/v4" alt="Circle CI Status"></a>
2018-11-25 15:12:53 +08:00
<a href="https://codecov.io/gh/bs-community/blessing-skin-server/branch/v4"><img src="https://flat.badgen.net/codecov/c/github/bs-community/blessing-skin-server/v4" alt="Codecov" /></a>
2019-03-15 11:48:59 +08:00
<a href="https://github.com/bs-community/blessing-skin-server/releases"><img src="https://flat.badgen.net/github/release/bs-community/blessing-skin-server" alt="Latest Stable Version"></a>
2019-02-28 09:32:40 +08:00
<img src="https://flat.badgen.net/badge/PHP/7.1.8+/orange" alt="PHP 7.1.8+">
2018-11-25 15:12:53 +08:00
<img src="https://flat.badgen.net/github/license/bs-community/blessing-skin-server" alt="License">
</p>
2018-09-23 23:54:54 +08:00
**NOTE: The code of the current branch is of Blessing Skin v4.**
2018-02-09 16:29:51 +08:00
Are you puzzled by losing your custom skins in Minecraft servers runing in offline mode? Now you can easily get them back with the help of Blessing Skin!
2018-02-09 16:29:51 +08:00
Blessing Skin is a web application where you can upload, manage and share your custom skins & capes! Unlike modifying a resource pack, everyone in the game will see the different skins of each other (of course they should register at the same website too).
2019-03-15 11:48:59 +08:00
Blessing Skin is an open-source project written in PHP, which means you can deploy it freely on your own web server!
Features
-----------
2018-02-09 16:29:51 +08:00
- A fully functional skin hosting service
- Multiple player names can be owned by one user on the website
- Share your skins and capes online with skin library!
- Easy-to-use
- Visual page for user/player/texture management
- Detailed option pages
2018-02-09 16:29:51 +08:00
- Many tweaks for a better UI/UX
2017-06-30 12:13:45 +08:00
- Security
2018-02-09 16:29:51 +08:00
- Support many secure password hash algorithms
2019-03-17 12:49:15 +08:00
- Email verification for registration
- Score system for preventing evil requests
2018-02-09 16:29:51 +08:00
- Incredibly extensible
2017-06-30 12:13:45 +08:00
- Plenty of plugins available
2019-03-17 12:49:15 +08:00
- Integration with Authme/CrazyLogin/Discuz (available as plugin)
- Support custom Yggdrasil API authentication (available as plugin)
Requirements
-----------
2018-02-09 16:29:51 +08:00
Blessing Skin has only a few system requirements. _In most cases, these PHP extensions are already enabled._
- Web server with URL rewriting enabled
2019-02-28 09:32:40 +08:00
- **PHP >= 7.1.8** (use v2.x branch if your server doesn't meet the requirements)
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
2018-07-20 17:32:27 +08:00
- GD PHP Extension
- XML PHP Extension
- Ctype PHP Extension
- JSON PHP Extension
- fileinfo PHP Extension
2018-02-09 16:29:51 +08:00
Quick Install
-----------
2018-11-25 15:12:53 +08:00
1. Download our [latest release](https://github.com/bs-community/blessing-skin-server/releases), extract to where you like to installed on.
2. Rename `.env.example` to `.env` and configure your database information. (For windows users, just rename it to `.env.`, and the last dot will be removed automatically)
3. For Nginx users, add [rewrite rules](#configure-the-web-server) to your Nginx configuration
4. Navigate to `http://your-domain.com/setup` in your browser. If 404 is returned, please check whether the rewrite rules works correctly.
5. Follow the setup wizard and your website is ready-to-go.
2017-07-30 15:39:44 +08:00
Plugin System
------------
2018-02-09 16:29:51 +08:00
Blessing Skin provides an elegant and powerful plugin system, and you can attach plenty of functions and customization to your site via installing plugins.
2017-07-30 15:39:44 +08:00
2018-11-25 15:12:53 +08:00
For more information, please refer to [Wiki - Introducing plugin system](https://github.com/bs-community/blessing-skin-server/wiki/%E6%8F%92%E4%BB%B6%E7%B3%BB%E7%BB%9F%E4%BB%8B%E7%BB%8D).
2017-07-30 15:39:44 +08:00
Developer Install
------------
2018-09-23 23:54:54 +08:00
If you'd like make some contribution on the project, please deploy it from GitHub first.
**You'd better have some experience on shell operations to continue.**
2018-09-23 23:54:54 +08:00
Please make sure you have installed the tools below:
2018-09-23 23:54:54 +08:00
- [Git](https://git-scm.org)
- [Node.js](https://nodejs.org)
- [Yarn](https://yarnpkg.com)
- [Composer](https://getcomposer.org)
2018-09-23 23:54:54 +08:00
Clone the code from GitHub and install dependencies:
2017-07-29 21:10:14 +08:00
2017-11-08 19:10:15 +08:00
```bash
2018-11-25 15:12:53 +08:00
git clone https://github.com/bs-community/blessing-skin-server.git
2018-09-23 23:54:54 +08:00
cd blessing-skin-server
composer install
yarn
2017-07-29 21:10:14 +08:00
```
Build the things!
2017-11-08 19:10:15 +08:00
```bash
2018-09-23 23:54:54 +08:00
yarn build
```
2018-02-09 16:29:51 +08:00
Congrats! You made it. Next, please refer to No.2 of **Quick Install** section.
Configure the Web Server
------------
For Apache (most of the virtual hosts) and IIS users, there is already a pre-configured file for you. What you need is just to enjoy!
For Nginx users, **please add the following rules** to your Nginx configuration file:
```
location / {
try_files $uri $uri/ /index.php?$query_string;
}
location ~ /\.env {
deny all;
}
```
Mod Configuration
------------
2018-11-25 15:12:53 +08:00
Please refer to [Wiki - Mod Configuration](https://github.com/bs-community/blessing-skin-server/wiki/%E5%A6%82%E4%BD%95%E9%85%8D%E7%BD%AE%E7%9A%AE%E8%82%A4-Mod).
2017-07-29 21:10:14 +08:00
![screenshot](https://img.blessing.studio/images/2017/07/29/2017-06-16_15.54.16.png)
2019-03-17 12:49:15 +08:00
Internationalization
------------
Blessing Skin supports multiple languages, while currently supporting English (`en`) and Simplified Chinese (`zh_CN`).
Of course, you can add your own language. Please check [Wiki - Add other language [i18n]](https://github.com/bs-community/blessing-skin-server/wiki/%E6%B7%BB%E5%8A%A0%E5%85%B6%E4%BB%96%E8%AF%AD%E8%A8%80-%5Bi18n%5D) (Simplified Chinese only).
If you are willing to contribute your translation, welcome to join [our Crowdin project](https://crowdin.com/project/bs-i18n).
2018-02-09 16:29:51 +08:00
Report Problems
------------
2018-11-25 15:12:53 +08:00
Read [Wiki - FAQ](https://github.com/bs-community/blessing-skin-server/wiki/FAQ) and double check if your situation doesn't suit any case mentioned there before reporting.
2018-11-25 15:12:53 +08:00
When reporting a problem, please attach your log file (located at `storage/logs/laravel.log`) and the information of your server where the error occured on. You should also read this [guide](https://github.com/bs-community/blessing-skin-server/wiki/%E6%8A%A5%E5%91%8A%E9%97%AE%E9%A2%98%E7%9A%84%E6%AD%A3%E7%A1%AE%E5%A7%BF%E5%8A%BF) before reporting a problem.
Copyright & License
------------
2019-02-28 14:22:18 +08:00
Copyright 2016-2019 [printempw](https://blessing.studio/) and contributors.
2017-11-07 21:20:32 +08:00
Blessing Skin is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3.
**Exception**: Any plugin developed for Blessing Skin, is not required to adopt GPLv3 License nor release its source code, provided no source code from Blessing Skin is contained in the plugin.