https://github.com/int64ago/getlink-next
Get Link!
https://github.com/int64ago/getlink-next
ant-design image-placeholder nextjs qrcode-generator uploader url-shortener
Last synced: 6 months ago
JSON representation
Get Link!
- Host: GitHub
- URL: https://github.com/int64ago/getlink-next
- Owner: int64ago
- License: mit
- Created: 2020-01-04T09:07:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T14:40:01.000Z (over 5 years ago)
- Last Synced: 2025-03-28T18:14:52.336Z (6 months ago)
- Topics: ant-design, image-placeholder, nextjs, qrcode-generator, uploader, url-shortener
- Language: JavaScript
- Homepage: https://302.at/
- Size: 656 KB
- Stars: 51
- Watchers: 3
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Features
- 🙌 Image/Video/File uploading(图片/视频/文件上传,CDN 支持)
- 🛣 Image placeholder(图片占位符)
- 🤳 QR Code generator(二维码生成)
- 🙈 URL shortener(短链接)
- 🦅 Responsive(响应式设计)
- 🐲 PWA support(PWA 支持)
- ...## Credits
- [Next.js](https://nextjs.org/) - SSR && PWA
- [Ant Design v4](https://ant.design/) - UI Components
- [Auth0](https://auth0.com/) - Authentication
- [LeanCloud](https://leancloud.app/) - Data Storage
- [Aliyun OSS](https://www.aliyun.com/product/oss) - File Storage
- [Docker](https://www.docker.com/) + [Caddy](https://caddyserver.com/) - Serving
- [GitHub Actions](https://github.com/features/actions) - CI/CD
- [PLACEHOLDER.COM](https://placeholder.com/) - Placeholder(Proxy)
- [Google Charts](https://developers.google.com/chart/infographics/docs/qr_codes) - QR Code(Proxy)
- ...Caddy configure for `p.302.at` and `qr.302.at`:
```
qr.302.at {
gzip
proxy / https://chart.googleapis.com {
header_upstream X-Real-IP {remote}
header_upstream User-Agent {>User-Agent}
}
}p.302.at {
gzip
proxy / https://via.placeholder.com {
header_upstream X-Real-IP {remote}
header_upstream User-Agent {>User-Agent}
}
expires {
match /* 1y
}
}
```### Snapshots







## Notice
- There's no SLA guarantee for non-login user
- Uploading service is ONLY for logged user and file size is limited to 50MB## LICENSE
MIT