Skip to content

Synology Walkthrough

This is a quick walkthrough of setting up the Kometa Docker container in the Synology UI.

Prerequisite: Installing Docker

  1. Open the Package Center app from the Synology Web GUI.

    Prerequisite 1

  2. Type docker in the search bar and once it comes up, click "Install" to add Docker. Then click "Open" to bring it up.

    Prerequisite 2

Installing Kometa

  1. Open the Docker app.

    Step 1

  2. Search and Download the Image.

    1. Click Registry.
    2. Search for kometateam/kometa.
    3. Select the Repository.
    4. Click Download.

    Step 2

  3. Select the tag you want to run from the dropdown and click "Select."

    The options are:

    • latest - most recent official release; typically the most stable.
    • develop - development release, contains new features that haven't made it to latest yet, but may have minor problems.
    • nightly - bleeding-edge development version; latest fixes go here, but breakage should be expected.

    Step 3

  4. Select the Image and Create a Container.

    1. Click Image.
    2. Select the kometateam/kometa Image.
    3. Click Launch.

    Step 4

From this point on the setup looks a little different depending on if the Synology is running DiskStation Manager 7 or DiskStation Manager 6.

  1. Specify your docker network type. Then click "Next".

  2. You can name the Container whatever you want using the "Container Name" text Box.

  3. To add Environment Variables and Command Line Arguments click "Advanced Settings". (Optional)

    Information on available Command Line Arguments and Environment Variables can be found here

    To add an Environment Variable click "Environment" then click Add" and then fill in the Variable and Value.

    To use Command Line Arguments click "Execution Command" put the arguments in the "Command" text field.

    Click "Save" to save the settings and go back to the General Settings Screen.

  4. Click "Next" from the General Settings Screen to get to the Port Settings Screen where you just want to click "Next" as Kometa has no Ports.

  5. Next we need to add your config folder to the container. From the Volume Settings Screen click "Add Folder".

  6. Select from your Synology File System where you want to store your Kometa config files and then enter /config as the "Mount path". Then click "Next" to go to the Summary Page.

  7. From the Summary Page select "Done" to finish and creating the container.

  1. You can name the Container whatever you want using the "Container Name" text Box. Then click "Advanced Settings".

  2. Next we need to add your config folder to the container. Select the "Volume" Tab, click "Add Folder," and select from your Synology File System where you want to store your Kometa config files.

  3. Enter /config as the "Mount Point."

  4. Select the "Environment" Tab. (Optional)

    Environment Variables and Command Line Arguments can be added here.

    • To add an Environment Variable Click "Add" and then fill in the Variable and Value.
    • To use Command Line Arguments put the arguments in the "Command" text field.

    Information on available Command Line Arguments and Environment Variables can be found here

  5. Select "Apply" to save the "Advanced Settings," select "Next" to go to the Summary, and select "Done" to finish and create the container.