mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
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:
parent
9747051a8b
commit
f7ce8a7c66
@ -75,7 +75,7 @@ class MiniDLNAApp(app_module.App):
|
|||||||
self.add(firewall)
|
self.add(firewall)
|
||||||
|
|
||||||
webserver = Webserver('webserver-minidlna', 'minidlna-freedombox',
|
webserver = Webserver('webserver-minidlna', 'minidlna-freedombox',
|
||||||
urls=['http://localhost:8200/'])
|
urls=['https://{host}/_minidlna/'])
|
||||||
self.add(webserver)
|
self.add(webserver)
|
||||||
|
|
||||||
daemon = Daemon('daemon-minidlna', 'minidlna')
|
daemon = Daemon('daemon-minidlna', 'minidlna')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user