forked from CorentinTh/it-tools
-
Notifications
You must be signed in to change notification settings - Fork 85
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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:8080Is 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).
moosedookie
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request