Menu

#25 sharing with non subsonic.org domain

open
nobody
None
5
2015-08-29
2011-08-29
Anonymous
No

I have a domain setup to use with my subsonic server which is not within the subsonic.org domain system. When I click on the sharing link, it reports that I must setup the 'easy to remember' address in the network settings.

The sharing entry is setup but the share dialog does not appear.

There should either be a way to indicate the domain name to use for sharing or have the application recognize the custom domain that is being used.

Discussion

  • Anonymous

    Anonymous - 2012-09-11

    I am facing the same problem, would be really nice to get this fixed.

     
  • Anonymous

    Anonymous - 2012-10-08

    Same issue here, please fix this!

     
  • Anonymous

    Anonymous - 2012-12-03

    I already had my webserver setup. I just installed the app and opened the port to the outside world from my router. All I needed was a dns entry pointing to the url with my outside ip address on the router. Presto...no mess no fuss.

     
  • Anonymous

    Anonymous - 2015-02-08

    Still a problem 4 years later...

     
  • Anonymous

    Anonymous - 2015-05-12

    Looks like you can change the getShareBaseURL function in ShareService.java.
    That should allow you to share with your own domain.

    public String getShareBaseUrl() {
    return "http:// http:/// " + settingsService.getUrlRedirectFrom() + ".subsonic.org/share/";
    }

     
  • Anonymous

    Anonymous - 2015-08-29

    Thank you!!

     

Anonymous
Anonymous

Add attachments
Cancel