minidlna: Use the exposed URL for diagnostic test

This prevents the diagnostic failure.

Tests:

- Functional tests pass

- Diagnostics page shows a test for each hostname in the system. All of them
pass.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2022-09-28 23:41:56 -07:00 committed by James Valleroy
parent 9747051a8b
commit f7ce8a7c66
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -75,7 +75,7 @@ class MiniDLNAApp(app_module.App):
self.add(firewall)
webserver = Webserver('webserver-minidlna', 'minidlna-freedombox',
urls=['http://localhost:8200/'])
urls=['https://{host}/_minidlna/'])
self.add(webserver)
daemon = Daemon('daemon-minidlna', 'minidlna')