Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Paul Walko
funkwhale
Commits
60412ad5
Verified
Commit
60412ad5
authored
6 years ago
by
Eliot Berriot
Browse files
Options
Downloads
Patches
Plain Diff
Fix #75: changelog
parent
a5ebf56f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
changes/changelog.d/75.feature
+43
-0
43 additions, 0 deletions
changes/changelog.d/75.feature
with
43 additions
and
0 deletions
changes/changelog.d/75.feature
0 → 100644
+
43
−
0
View file @
60412ad5
Subsonic
AP
I
implementation to offer compatibility with existing clients such as DSub (#75)
Subsonic
API
^^^^^^^^^^^^
This
release
implements
some
core
parts
of
the
Subsonic
API,
which
is
widely
deployed
in
various
projects
and
supported
by
numerous
clients.
By
offering
this
AP
I
in Funkwhale, we make it possible to access the instance
library
and
listen
to
the
music
without
from
existing
Subsonic
clients,
and
without
developping
our
own
alternative
clients
for
each
and
every
platform.
Most
advanced
Subsonic
clients
support
offline
caching
of
music
files,
playlist
management
and
search,
which
makes
them
well-suited
for
nomadic
use.
Please head over
:
doc
:
`users/apps`
for
more
informations
about
supported
clients
and
user
instructions.
At
the
instance-level,
the
Subsonic
AP
I
is enabled by default, but require
and
additional
endpoint
to
be
added
in
you
reverse-proxy
configuration.
On nginx, add the following block
::
location
/rest/
{
include
/etc/nginx/funkwhale_proxy.conf;
proxy_pass http
:
//funkwhale-api/api/subsonic/rest/;
}
On Apache, add the following block
::
<Location
"/rest">
ProxyPass
${funkwhale-api}/api/subsonic/rest
ProxyPassReverse
${funkwhale-api}/api/subsonic/rest
</Location>
The
Subsonic
c
an
be disabled at the instance level from the django admin.
.. note
::
Because
of
Subsonic's
AP
I
design which assumes cleartext storing of
user
passwords,
we
chose
to
have
a
dedicated, separate password
for
that
purpose.
Users
c
an
generate this password from their
settings
page
in
the
web
client.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment