KO
|
EN
gitlite — search
Search
#java
#php
#android
#golang
#http
#cpp
#nodejs
#javascript
#library
#python
#react
#rsa
getlink-next
★ 51
Open GitHub ↗
Get Link!
Download README (.md)
Explore Similar Repositories
QRCoders.jl
:
Creating QR Codes within Julia
QRCodeGenerator
:
QRCode generator (c++/Qt #gui)
qr-ascii
:
A small library to generate QR codes with ascii
qr-manager
:
一个基于 Next.js 开发的动态二维码生成工具🎉
js-qrcode
:
The library is for generating QR codes like SVG, HTML5 Canvas, PNG and JPG files, or text.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
getlink-next
?
Download (.md)
<p align="center"> <a href="https://302.at"> <img width="300" src="https://user-images.githubusercontent.com/2230882/75623031-2aad6f80-5be1-11ea-9c67-921b79688d85.png" /> </a> </p> ## 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