Skip to content

Commit

Permalink
all done
Browse files Browse the repository at this point in the history
  • Loading branch information
Luxxy-GF committed Jul 14, 2023
1 parent b2755c4 commit f484be6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@
# pterodactyl-qbittorrent


## Description

This is a [pterodactyl](https://pterodactyl.io) egg for [qbittorrent](https://www.qbittorrent.org/).

## Installation
1. Download the egg from the [Releases](https://github.com/Luxxy-GF/pterodactyl-qbittorrent/releases/tag/1.0.0)
2. Upload the egg to your panel
3. Create a new server and select the FiveM egg
4. Start the server and wait for it to install
5. Once installed, Might need to press `y` to accept the key fingerprint

## Credits
- [Luxxy-GF](https://github.com/Luxxy-GF)
- [Pterodactyl](https://pterodactyl.io)
- [qBittorrent](https://www.qbittorrent.org/)

## License
This project is licensed under the [MIT License](license)

## Pull Requests
I will be accepting pull requests for this project. You are free to fork this project and make your own changes.

## Issues
If you find any issues with this project, please create an issue on the [Issues](https://github/Luxxy-GF/pterodactyl-qbittorrent/issues) page.
3 changes: 1 addition & 2 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ echo -e "Starting the server"

# Start the first process

/qbittorrent --webui-port=${SERVER_PORT} --profile=/home/container/.config/qBittorrent/ --configuration=/home/container/.config/qBittorrent/ --save-path=/home/container/downloads/

/qbittorrent --webui-port=${SERVER_PORT} --profile=/home/container/.config/qBittorrent/ --configuration=/home/container/.config/qBittorrent/

0 comments on commit f484be6

Please sign in to comment.