| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
System that automatically grants ranks in the form of server groups for online time or online activity to users, using the given server groups of the TS3 server.
This is a modified fork of the TSN-Ranksystem which is updated irregularly to a stable version. It is intended to be fully compatible to TSN-Ranksystem at all times. The changeset on branch develop is always rebased onto TSN-Ranksystem and later on merged into master.
Please make sure that your TSN-Ranksystem (database) version is not above the (database) version of this fork (downgrade) or that the badge "Compatible to latest TSN-Ranksystem" above states "yes".
You can find the docker images on docker hub as jvmerkle/ts3-ranksystem. Please note that the container MUST BE accessed via a trusted proxy server only (e.g. nginx). Make sure to set BASE_HREF to the absolute URL path of the rank system (e.g. https://foobar.com/frank/ranksystem => BASE_HREF=/frank/ranksystem/) in the docker-compose.yml
Enable the INSTALL_MODE=1 in the file docker-compose.yml by uncommenting the line. Then start the rank system with:
docker-compose up -dNavigate to the install.php with your browser and set up the rank system. After performing the first time setup re-edit the docker-compose.yml by commenting or removing the INSTALL_MODE. Then start the docker containers in daemon mode:
docker-compose up -dImport your database into the ranksystem-db container and update the DB_NAME of the docker compose file if required.
Additions and (security) improvements to Newcomer1989/TSN-Ranksystem
The following patches are no longer applied (no longer required):
This project is licensed under the terms of the GNU General Public License v3.0.
| Back | FazBrowse Home | New Git URL |