{"id":21846914,"url":"https://github.com/duyet/saveto","last_synced_at":"2025-07-02T19:35:47.458Z","repository":{"id":37102481,"uuid":"51466573","full_name":"duyet/saveto","owner":"duyet","description":"Saveto. Quick for save link, collections, notes, snipping, ...","archived":false,"fork":false,"pushed_at":"2024-11-28T04:04:38.000Z","size":2819,"stargazers_count":47,"open_issues_count":2,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-11T04:42:03.838Z","etag":null,"topics":["docker","quay","shorten","shorten-urls","shortener","trend","url-shortener","url-shortener-microservice"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/duyet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"duyet","ko_fi":"duyet"}},"created_at":"2016-02-10T19:36:31.000Z","updated_at":"2024-11-28T04:04:41.000Z","dependencies_parsed_at":"2023-11-11T11:24:12.511Z","dependency_job_id":"3b6ae021-fd33-4f02-a720-b6af525aad7b","html_url":"https://github.com/duyet/saveto","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2Fsaveto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2Fsaveto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2Fsaveto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2Fsaveto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duyet","download_url":"https://codeload.github.com/duyet/saveto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230501172,"owners_count":18236061,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","quay","shorten","shorten-urls","shortener","trend","url-shortener","url-shortener-microservice"],"created_at":"2024-11-27T23:16:07.212Z","updated_at":"2024-12-19T21:08:51.892Z","avatar_url":"https://github.com/duyet.png","language":"HTML","funding_links":["https://github.com/sponsors/duyet","https://ko-fi.com/duyet"],"categories":[],"sub_categories":[],"readme":"# saveto\n\n*This project is under maintenance. PRs are welcome!*\n\n![](.github/screencapture-saveto-co-1472220247447.png)\n\n![](.github/screencapture-saveto-co-me-1472219333280.png)\n\n![](.github/screencapture-saveto-co-trend-1472219732376.png)\n\n![](.github/screencapture-saveto-view-1472220400244.png)\n\n![](.github/screencapture-saveto-co-note-1472219805542.png)\n\n\n## Roadmap\n\n- [x] using without login. \n- [x] youtube review\n- [x] file-quick: save file and hightlight \n- [x] TIL\n- [x] Improve login (cookie or localStorage)\n- [x] /trend\n- [ ] /note template \n- [x] /url can be show as screenshot, og:image \n- [x] note card \n- [ ] todo checklist \n- [ ] Socket.io \n- [ ] report flag\n- [ ] admin dashboard\n \n# Installation \n\n1. Clone the source \n\n```sh\ngit clone https://github.com/duyet/saveto\ncd saveto\n```\n\n1. Install `npm`, `bower`, `mongodb`, `redis` package \n\n```sh\nnpm install \nnpm install -g bower # install bower\nbower install \nsudo apt-get install mongodb redis-server\nchmod +x ./watch.sh\n```\n\n1. Change database config in `app/config.js`\n\n1. Start server (support live reload)\n\n```sh\nnpm start\n```\n\n6. Visit [http://localhost:6969](http://localhost:6969)\n\n# Dockerizing\n\n1. Install Docker and start Docker deamon\n2. Build Docker image\n\n```\ndocker build --tag duyet/saveto .\n```\n\n3. Deploy and run\n\n```\ndocker run -p 6969:6969 --name saveto-app -d duyet/saveto\n```\n\n4. Visit http://localhost:6969\n\n#  Production\n\nSee how to deploy in production [wiki](https://github.com/duyet/saveto/wiki/Production).\n\n# How to contribute\n\n1. Fork the project on Github\n2. Create a topic branch for your changes\n3. Ensure that you provide documentation and test coverage for your changes (patches won’t be accepted without)\n4. Create a pull request on Github (these are also a great place to start a conversation around a patch as early as possible)\n\n# License\n\nMIT License\n\nCopyright (c) 2016 Van-Duyet Le\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduyet%2Fsaveto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduyet%2Fsaveto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduyet%2Fsaveto/lists"}