Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MiniDexed/commit/99319d484068a455fe31f3e489bf88428a364888?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
src/minidexed.cpp
@ -2242,7 +2242,7 @@ void CMiniDexed::UpdateNetwork()
}
}
static constexpr const char * ServiceTypeFTP = " _ftp._tcp " ;
static constexpr const char * ServiceTypeFTP = " _ftp._tcp " ;
if ( ! pmDNSPublisher - > PublishService ( m_pConfig - > GetNetworkHostname ( ) , ServiceTypeFTP , 21 ) )
if ( ! m_ pmDNSPublisher- > PublishService ( m_pConfig - > GetNetworkHostname ( ) , ServiceTypeFTP , 21 ) )
{
{
LOGPANIC ( " Cannot publish mdns service " ) ;
LOGPANIC ( " Cannot publish mdns service " ) ;
}
}
@ -2267,7 +2267,7 @@ void CMiniDexed::UpdateNetwork()
}
}
static constexpr const char * ServiceTypeFTP = " _ftp._tcp " ;
static constexpr const char * ServiceTypeFTP = " _ftp._tcp " ;
if ( ! pmDNSPublisher - > PublishService ( m_pConfig - > GetNetworkHostname ( ) , ServiceTypeFTP , 21 ) )
if ( ! m_ pmDNSPublisher- > PublishService ( m_pConfig - > GetNetworkHostname ( ) , ServiceTypeFTP , 21 ) )
{
{
LOGPANIC ( " Cannot publish mdns service " ) ;
LOGPANIC ( " Cannot publish mdns service " ) ;
}
}