mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +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)
|
||||
|
||||
webserver = Webserver('webserver-minidlna', 'minidlna-freedombox',
|
||||
urls=['http://localhost:8200/'])
|
||||
urls=['https://{host}/_minidlna/'])
|
||||
self.add(webserver)
|
||||
|
||||
daemon = Daemon('daemon-minidlna', 'minidlna')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user