diff --git a/.gitignore b/.gitignore index 823661c6b..916f97632 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ internal_data/triggers library/config.local.php node_modules vendor +yarn.lock ### Archives ### *.log diff --git a/README.md b/README.md index b6c4e3fe3..39cedfc02 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

+

Slack Crowdin @@ -41,10 +41,10 @@ For installation you need to follow a few simple steps: 1. Edit database configuration settings in the configuration file or a local copy (see below) 1. Edit domain name in the configuration file or a local copy (see below) 1. Edit this files: - + **favicon.png** (change on your own) - + **robots.txt** (change the addresses in lines **Host** and **Sitemap** on your own) - + **opensearch_desc.xml** (change the description and address on your own) - + **opensearch_desc_bt.xml** (change the description and address on your own) + 1. **favicon.png** (change on your own) + 1. **robots.txt** (change the addresses in lines **Host** and **Sitemap** on your own) + 1. **opensearch_desc.xml** (change the description and address on your own) + 1. **opensearch_desc_bt.xml** (change the description and address on your own) 1. Log in to the forum with admin/admin login/password and finish setting up via admin panel ## Access rights on folders and files @@ -70,8 +70,8 @@ information about that you can read [this thread](https://torrentpier.me/forum/t ## Local configuration copy You can override the settings using one of these methods: configuration file **library/config.local.php** and the environment -file **.env**. Both files are created by copying the appropriate .example templates without this extension. The local -configuration files should be available for reading to anyone by setting up access rights for your web server. +file **.env**. Both files are created by copying the appropriate .example templates without extension. Local configuration files +should not be available for reading to anyone by setting up access rights for your web server. ## Ocelot installation diff --git a/package.json b/package.json new file mode 100644 index 000000000..98ca376cc --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "torrentpier", + "version": "2.1.6", + "description": "Bull-powered BitTorrent tracker engine", + "main": "index.js", + "repository": "git@github.com:torrentpier/torrentpier.git", + "author": "Exile ", + "license": "MIT", + "dependencies": { + "jquery": "^3.2.1" + } +}