Skip to content
Snippets Groups Projects
Select Git revision
  • develop default protected
  • add-favorite-albums
  • 896-add-electron-support
  • dark-theme
  • webdav
  • live-streaming
  • 0.19.0
  • 0.19.0-rc2
  • 0.19.0-rc1
  • 0.18.3
  • 0.18.2
  • 0.18.1
  • 0.18
  • 0.17
  • 0.16.3
  • 0.16.2
  • 0.16.1
  • 0.16
  • 0.15
  • 0.14.2
  • 0.14.1
  • 0.14
  • 0.13
  • 0.12
  • 0.11
  • 0.10
26 results

configuration.rst

Blame
  • Forked from funkwhale / funkwhale
    7638 commits behind the upstream repository.
    configuration.rst 1.19 KiB

    Instance configuration

    General configuration is achieved using two type of settings.

    Environment variables

    Those are located in your .env file, which you should have created during installation.

    Options from this file are heavily commented, and usually target lower level and technical aspects of your instance, such as database credentials.

    Note

    You should restart all funwhale processes when you change the values on environment variables.

    Instance settings

    Those settings are stored in database and do not require a restart of your instance after modification. They typically relate to higher level configuration, such your instance description, signup policy and so on.

    There is no polished interface for those settings, yet, but you can view update them using the administration interface provided by Django (the framework funkwhale is built on).

    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 (e.g. with the youtube backends), you should edit the corresponding settings in this interface.