Deluge BitTorrent client - Git mirror, PRs only https://www.deluge-torrent.org
Go to file
Calum Lind 5fce32b72a
Add Dockerfile to include extra plugins
2024-07-07 18:59:45 +01:00
deluge-torrent.org/htdocs deluge-torrent.org files 2024-07-06 16:13:03 +01:00
docs Remove unused git-commit script 2024-07-07 18:55:39 +01:00
forum.deluge-torrent.org/htdocs/styles/deluge_stormyday_3.3 Unify stormday color sheme in forum 2024-07-07 11:54:43 +01:00
overrides Update homepage layout and links 2024-07-06 19:27:38 +01:00
trac_wiki_export Add trac wiki export and migration scripts 2024-07-06 16:22:30 +01:00
Dockerfile Add Dockerfile to include extra plugins 2024-07-07 18:59:45 +01:00
README.md Add readme 2024-07-07 17:15:29 +01:00
mkdocs.yml Add more nav page items 2024-07-06 23:28:03 +01:00

README.md

Deluge Website

Home

The original site is served from index.php with a custom navigation header that can be applied to other web services.

Docs

Homepage and docs are generated by Mkdocs from markdown pages. These pages have been migrated from the old Trac wiki so odd syntax problems might remain and need fixed.

Local dev

docker build -t deluge-mkdocs .
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs deluge-mkdocs

Open browser at http://localhost:8000

Live reloading will refresh the served pages modifying mkdocs.yml and markdown pages. Changes to any overrides files requires restarting docker server.

Override home and header

The overrides directory contains the files to set a custom homepage and custom header for the site.

Forum

The Deluge forum is provided by phpBB. It uses a MySQL database and is installed in the following location:

  • /var/www/forum.deluge-torrent.org/htdocs/

The Deluge navigation header is setup in a custom phpBB style theme named deluge_stormyday_3.3 based on the default prosilver theme.

Note: Changes made to live site will not be reflected until a Purge Cache action is performed from admin control panel.

CGIT

cgit is a web interface to the git repos.

  • Installation: /var/www/git.deluge-torrent.org/
  • cgit config: /etc/cgitrc
  • Apache config: /etc/httpd/sites-enabled/git.deluge-torrent.org.conf

Custom header

The cgit config links to the following files to provide the Deluge header nav bar:

  • /var/www/deluge-torrent.org/htdocs/cgit-head-include
  • /var/www/deluge-torrent.org/htdocs/deluge_header_nav.html

Other Root files

Test port

These two PHP scripts provide the application with a test port option to verify network connectivity.

  • test-port.php
  • test_port.php

Http Downloader

For unit testing purposes there is a httpdownloader.php to test downloading different types of files.