Skip to content

Backup Favorite Tools via JSON #186

@shimizurei

Description

@shimizurei

What type of request is this?

Self-hosting improvement

Clear and concise description of the feature you are proposing

I changed browsers and suddenly my favorite tools list was gone. Can there be a button that backs up the favorites that way you can add it to your volumes in the docker-compose file?

services:
  it-tools:
    image: sharevb/it-tools:latest
    pull_policy: always
    restart: unless-stopped
    volumes:
      - ./tools-filter.json:/usr/share/nginx/html/tools-filter.json
      - ./home.custom.md:/usr/share/nginx/html/home.custom.md
      - ./tools-favorites.json:/usr/share/nginx/html/tools-favorites.json
    ports:
      - 8080:8080

Is there example of this tool in the wild?

No response

Additional context

No response

Validations

  • Check the feature is not already implemented in the project.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
  • Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions