Commit graph

21 commits

Author SHA1 Message Date
ccbikai
aa8ebca8f6 feat: add CORS support for API and update .gitignore and configuration documentation 2025-07-20 12:11:18 +08:00
ccbikai
225579ba68 chore: eslint & ai rules 2025-07-20 11:34:36 +08:00
ccbikai
03f32297fd Merge branch 'master' of github.com:ccbikai/Sink 2025-05-24 18:51:23 +08:00
ccbikai
970f9474fb feat: enhance SEO and mobile app meta properties
Improves SEO optimization and mobile app integration by:
- Adding ogSiteName meta property for better social sharing
- Including apple-touch-icon for iOS device support
- Updating documentation for Worker deployment configuration
- Clarifying preview mode duration (5 minutes) in documentation
2025-05-24 18:51:11 +08:00
Andrew E.
f2803851b6
update link to include anchor in pages.md 2025-05-23 13:05:18 -04:00
Andrew E.
8b802c3095
update link to include anchor in workers.md 2025-05-23 13:04:59 -04:00
Andrew E.
ba35e610e7
update link to include anchor in pages.md 2025-05-23 13:01:38 -04:00
Andrew E.
7ca5d028b3
update link to include anchor in workers.md 2025-05-23 13:01:02 -04:00
ccbikai
5c558fb094 docs: update deployment and add MCP instructions
Simplifies deployment documentation by moving platform-specific instructions to separate files. Adds new section for MCP (Multi-Cloud Platform) integration with OpenAPI configuration example.

Key changes:
- Fixes shadcn-vue capitalization in tech stack
- Removes "Support for Other Deployment Platforms" from roadmap
- Adds documentation for MCP server configuration
- Reorganizes deployment instructions into platform-specific guides
2025-05-23 12:12:56 +08:00
ccbikai
71654dcbc8 feat: add bot traffic filtering for access logs
Adds configuration option NUXT_DISABLE_BOT_ACCESS_LOG to exclude bot/crawler traffic from access statistics

- Updates ua-parser-js to stable v2.0.3
- Detects bots via CloudFlare bot management and user agent analysis
- Documents new config option in configuration.md and FAQs
2025-03-16 12:57:05 +08:00
ccbikai
8d1bf6a451 feat: improve case-sensitive slug handling
Refactors URL slug case sensitivity implementation:
- Moves case conversion to creation time instead of lookup
- Updates middleware to handle case sensitivity more efficiently
- Adds configuration docs for case sensitivity and list query limits
- Simplifies nanoid implementation to always use lowercase

This change improves performance and consistency in URL handling while maintaining backwards compatibility with existing links.
2024-12-25 12:15:00 +08:00
ZL Asica
e51e912972
doc: update docs to reflect the new feature. 2024-12-02 20:25:15 -06:00
ZL Asica
0ed45efa87
docs(faqs): Update according to the Readme updates. 2024-10-30 09:50:35 -05:00
ccbikai
52187d1ff6 feat: disable query string redirection by default
Enhances security and performance by preventing query strings from being carried over during redirection, aligning with best practices.
2024-07-20 18:34:49 +08:00
ccbikai
2876385f20 feat: add link cache TTL for performance optimization
Improves response times by introducing a configurable link cache TTL, defaulting to 60 seconds, to ensure quick access to frequently requested links while maintaining responsiveness to updates.
2024-07-20 18:21:40 +08:00
ccbikai
686ecd151a docs: add API Docs 2024-06-12 20:28:23 +08:00
Tom Collis
2b4724f39c
Add simple API documentation 2024-06-11 16:39:24 +01:00
ccbikai
d620d1f84e docs: Add explanation for NuxtHub analytics in FAQs 2024-06-08 13:17:41 +08:00
ccbikai
12f2576c0a docs: add FAQs 2024-06-04 20:13:43 +08:00
ccbikai
afdbf4f187 docs: Add screenshots to README.md 2024-05-25 17:07:04 +08:00
ccbikai
bd47e755d5 feat: init 2024-05-25 08:09:30 +08:00