Skip to main content

How to start

TagSpaces needs to know in which folders it should look for files that you want to manage with the app. We call these folder locations. During the first start of the application it tries to guess some common folders such as: Downloads, Desktop, Pictures or Videos. The guessed folders are added automatically as locations. You can remove theme anytime if you do not need them. Here you will learn how to connect further folders and object storage buckets as locations.

Connect local folder as location

  1. Click on the "Connect a location" button
  2. Leave the preselected location type
  3. Choose a local folder you want to connect
  4. The folder name is used automatically as location name, but you can change it if you wish
  5. Click "Ok" to create the location
    More on locations

    Connect AWS S3 bucket as location

    Having your files in a S3 object storage has many advantages such as collaborative access of your tagged files with other users or easy backup.
    1. Click on the "Connect a location" button
    2. Choose the "Object Storage" as a type
    3. Enter location name
    4. Enter the access key and the secret access key of your AWS user
    5. Enter the bucket name and choose its AWS region
    6. Click "Ok" to create the location
      AWS tutorial

      Connect MinIO bucket as location

      MinIO is a open source application, providing object storage view of your files. It main advantage is that you can install on your own hardware (e.g. your NAS) making you independent from commercial cloud providers.:
      1. Click on the "Connect a location" button
      2. Choose the "Object Storage" as a type
      3. Enter location name
      4. Enter the access key and the secret access key of your MinIO user
      5. Click on the "Advanced Mode" button
      6. Enter the IP address and the port of your MinIO service in the "Endpoint URL"
      7. Click "Ok" to create the location
        MinIO tutorial