mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-26 12:21:00 +03:00
chore: Add mail contact for private requests (#1751)
This commit is contained in:
parent
feec23d932
commit
8531cc564e
3 changed files with 7 additions and 5 deletions
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
|
@ -39,7 +39,7 @@ Don't hesitate to create your PR in draft mode if you need some feedback
|
|||
VueTorrent welcomes localization contributions!
|
||||
|
||||
We no longer accept PRs for translations as all locale data in this repo is there only for reference and building from source.
|
||||
Instead head to our [Discord server](https://discord.gg/KDQP7fR467) to get your invitation link to the [Tolgee](https://tolgee.io) project.
|
||||
Instead head to the [issue creation page](https://github.com/VueTorrent/VueTorrent/issues/new/choose) to contact us and get your invitation link to the [Tolgee](https://tolgee.io) project.
|
||||
|
||||
## Wiki changes
|
||||
|
||||
|
|
5
.github/ISSUE_TEMPLATE/config.yml
vendored
5
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -2,4 +2,7 @@ blank_issues_enabled: true
|
|||
contact_links:
|
||||
- name: Discord
|
||||
url: https://discord.gg/KDQP7fR467
|
||||
about: 'Join the discord server to contact us directly'
|
||||
about: Join the discord server to contact us directly
|
||||
- name: Email
|
||||
url: mailto:vuetorrent@larsluph.dev
|
||||
about: Or sent us a mail for private requests
|
||||
|
|
|
@ -39,7 +39,7 @@ The sleekest looking WebUI for qBittorrent made with Vue.js!
|
|||
|
||||
## Demo
|
||||
|
||||
A live demo **with mocked data** is available here: https://vuetorrent.github.io/demo
|
||||
A live demo **with mocked data** is available here: <https://vuetorrent.github.io/demo>
|
||||
|
||||
> [!NOTE] This version isn't connected to a qBittorrent instance.
|
||||
>
|
||||
|
@ -57,8 +57,7 @@ Checkout the [wiki](https://github.com/VueTorrent/VueTorrent/wiki/Installation)!
|
|||
- `npm run lint` (to format the code)
|
||||
- `docker-compose up -d` (starts a qbittorrent docker, optional)
|
||||
- Open the WebUI on localhost with the default credentials
|
||||
- Default username is always `admin`
|
||||
- Default password is `adminadmin` **on 4.6.0 and below**, and is generated in logs on 4.6.1 and above
|
||||
- See #1720 for more details
|
||||
- Make sure "CSRF protection" and "Host header verification" is disabled in the qBittorrent preferences
|
||||
- Edit `env.development` to tweak your dev environment (e.g. mocked data)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue