home.social

#nextcloudmusic — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nextcloudmusic, aggregated by home.social.

  1. I spent way too much time to get ampache in Nextcloud Music working, to stream music to my phone. Every app I tried said "can't connect to server".

    After hours I found the issue, in the nginx config. I needed to add this hacky looking line:

    rewrite ^/(?!index|remote|public|cron|core\/ajax\/update|status|ocs\/v[12]|updater\/.+|ocs-provider\/.+|.+\/richdocumentscode(_arm64)?\/proxy) /index.php$request_uri;

    Now it works. Sigh.
    docs.nextcloud.com/server/stab
    #nextcloud #nextcloudMusic #ampache #nginx

  2. I spent way too much time to get ampache in Nextcloud Music working, to stream music to my phone. Every app I tried said "can't connect to server".

    After hours I found the issue, in the nginx config. I needed to add this hacky looking line:

    rewrite ^/(?!index|remote|public|cron|core\/ajax\/update|status|ocs\/v[12]|updater\/.+|ocs-provider\/.+|.+\/richdocumentscode(_arm64)?\/proxy) /index.php$request_uri;

    Now it works. Sigh.
    docs.nextcloud.com/server/stab
    #nextcloud #nextcloudMusic #ampache #nginx