Comment on page
Adding Logo and Favicon
- Command-line access to the server with PlexTrac installed and running
- Desired logo (.png, .jpg etc.) for both light and dark themes
- Desired favicon in .ico format
Step 1: Copy the desired logo and favicon to the server running PlexTrac.
Step 2: Edit the docker-compose.override.yml located in the installation directory of PlexTrac.
nano docker-compose.override.yml

Step 3: If adding logos, uncomment “services”, “plextracnginx:”, “volumes” and the first two lines under volumes.
Spacing in this yaml file must be exact or may cause issues. Reference the screenshots below to match the indentation of each line.

Step 4: Replace “<< local file path here >>” with the file path of your logo(s).

Step 5: Save and exit.
Step 6: Run
plextrac update
to implement the changes.plextrac update
If the following error message appears while running
plextrac update
, check the file path specified in the override file and make sure it is correct and that the files exist.
If the logo does not appear, try clearing the cache and refreshing the page.
Last modified 7mo ago