kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
See #206: updated documentation
rodzic
21b4522688
commit
f3ee282fb2
|
@ -27,15 +27,24 @@ Those settings are stored in database and do not require a restart of your
|
||||||
instance after modification. They typically relate to higher level configuration,
|
instance after modification. They typically relate to higher level configuration,
|
||||||
such your instance description, signup policy and so on.
|
such your instance description, signup policy and so on.
|
||||||
|
|
||||||
There is no polished interface for those settings, yet, but you can view update
|
You can edit those settings directly from the web application, assuming
|
||||||
them using the administration interface provided by Django (the framework funkwhale is built on).
|
you have the required permissions. The URL is ``/manage/settings``, and
|
||||||
|
you will also find a link to this page in the sidebar.
|
||||||
The URL should be ``/api/admin/dynamic_preferences/globalpreferencemodel/`` (prepend your domain in front of it, of course).
|
|
||||||
|
|
||||||
If you plan to use acoustid and external imports
|
If you plan to use acoustid and external imports
|
||||||
(e.g. with the youtube backends), you should edit the corresponding
|
(e.g. with the youtube backends), you should edit the corresponding
|
||||||
settings in this interface.
|
settings in this interface.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
If you have any issue with the web application, a management interface is also
|
||||||
|
available for those settings from Django's administration interface. It's
|
||||||
|
less user friendly, though, and we recommend you use the web app interface
|
||||||
|
whenever possible.
|
||||||
|
|
||||||
|
The URL should be ``/api/admin/dynamic_preferences/globalpreferencemodel/`` (prepend your domain in front of it, of course).
|
||||||
|
|
||||||
|
|
||||||
Configuration reference
|
Configuration reference
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue