TagSpaces

TagSpaces is an offline, cross-platform file manager and organiser that also can function as a note taking app. The WebDAV version of the application can be installed on top of a WebDAV servers such as Nextcloud or ownCloud.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  tagspaces:
    image: tagspaces/tagspaces-lite-web:5.4.4
    ports:
      - 5000:80
    restart: unless-stopped  

Resources

Website: https://www.tagspaces.org/

GitHub: https://github.com/tagspaces/tagspaces

Docker Hub: https://hub.docker.com/r/tagspaces/tagspaces-lite-web

Configuration: https://docs.tagspaces.org/tutorials/tagspaces-web-docker