云fufu

Results 19 issues of 云fufu

我测试了一下 ks-installer v3.3.0 版本。之前我提交过一个 pr:https://github.com/kubesphere/ks-installer/pull/1981 ,今天测试的时候,已经能够正常运行了。然后在执行过程中,发现一个新的 bug(目前 kubesphere 是能够正常跑在 oracle arm 机器上了,也是我提交上次 pr 的同一台机器)。 新 bug 是这样的,default-http-backend 启动失败,在安装完之后,我打开 yaml 文件查看,找到位置: ```yaml spec: containers: - name: default-http-backend image: 'mirrorgooglecontainers/defaultbackend-amd64:1.4' ``` 当我改成:...

I set up the app-store according to the [documentation](https://kubesphere.io/zh/docs/v3.3/pluggable-components/app-store/) and encountered the following problems: minio pods CrashLoopBackOff,After looking at the logs I found the solution. Minio Version: RELEASE.2019-08-07T01-59-21Z This version...

Introduction: 贝丝的博客 Address: https://blog.besscroft.com/ RSS feed: https://blog.besscroft.com/rss.xml tags: 生活博客; 技术博客

blog

https://github.com/besscroft/kamera 一款专供摄影佬使用的记录网站,瀑布流展示图片,预览图片及 EXIF 信息,支持常见的图片格式。 可读取 EXIF 信息并上传、管理维护图片数据,首页精品照片展示,子页分类展示等功能。 图片存储兼容 S3 API、AList API、支持 CDN 配置。同时适配了 PC 和移动端的样式与交互。 基于 Nuxt 3 开发,支持 Docker 一键部署,无需单独后端。 ![image](https://github.com/ruanyf/weekly/assets/33775809/16ec5352-9aef-4a3b-bc0f-0079fd1b0742) ![image](https://github.com/ruanyf/weekly/assets/33775809/dcdf87b8-c165-4936-a6b5-9bde7731d072) ![image](https://github.com/ruanyf/weekly/assets/33775809/29869350-1a59-4144-9de0-3536616e3be3) ![image](https://github.com/ruanyf/weekly/assets/33775809/6a406657-9839-4ff4-9bd4-9af19e550bc8) ![image](https://github.com/ruanyf/weekly/assets/33775809/07f77eef-ebdc-41ee-99d3-dbd2f3edaf90) ![image](https://github.com/ruanyf/weekly/assets/33775809/32538cbd-75c0-4993-accf-fc3dc86ecf13)

weekly

### Environment Node Version: v18.18.0 ### Reproduction https://github.com/besscroft/kamera/blob/dev/server/api/uploadFile.post.ts ### Describe the bug When I requested this interface, an error message appeared. I'm running fine on Windows 11 and Vercel, but...

## 推荐项目 - 项目地址:https://github.com/besscroft/PicImpact - 类别:JavaScript - 项目标题:摄影佬专用 ⌈相片集⌋,基于 Next.js 开发。 - 项目描述:PicImpact 是一个基于 Next.js 开发的摄影记录网站。它主要用于展示和管理图片,支持读取 EXIF 信息并上传、管理维护图片数据。它的特点包括瀑布流展示图片,预览图片及其 EXIF 信息,支持常见的图片格式。图片存储兼容 S3 API、Cloudflare R2、AList API。它适用于摄影爱好者和专业摄影师用于展示和管理他们的作品。对于初学者,他们可以通过此项目学习如何使用 Next.js 开发网站,如何处理图片上传和管理,以及如何与数据库和存储服务进行交互。 - 亮点:使用 Next.js 开发,采用了...

JavaScript 项目

### Environment Nuxt project info: 12:44:36 ------------------------------ - Operating System: Windows_NT - Node Version: v18.18.0 - Nuxt Version: 3.10.3 - CLI Version: 3.10.1 - Nitro Version: 2.8.1 - Package Manager:...

pending triage
windows

### 项目地址 https://github.com/besscroft/PicImpact ### 项目介绍 PicImpact 是一个摄影师专用的摄影作品展示网站,基于 Next.js 开发。 ![image](https://github.com/user-attachments/assets/e24138d0-b614-4bc3-92a8-6ef83f1449b4) ![image](https://github.com/user-attachments/assets/0f558c61-1bde-4b93-86a4-35648dddccbd) ![image](https://github.com/user-attachments/assets/eabe89ba-f87e-4e62-a6c1-4e87dffabacf) ![image](https://github.com/user-attachments/assets/fc9aa2f5-6fc8-4de6-82d6-01afbca065ea) ![image](https://github.com/user-attachments/assets/cf796a3f-f7da-4014-a037-608ba5fca5bb) ### 功能特性 - 瀑布流相册展示图片,支持常见的格式。 - 点击图片查看原图,浏览图片信息和 EXIF 信息,支持直链访问。 - 响应式设计,在 PC 和移动端都有不错的体验,支持暗黑模式。 - 图片存储兼容 S3 API、Cloudflare...

- 移除了 r2 和 s3 的服务端上传方式 - 添加了部分 ts type - 引入了新的 heic 处理库 - 优化了上传的逻辑

:recycle:refactor

- 文档放在其它地方,总是忘记更新,考虑移动至仓库。 - 如果文档迁移过来的话,需要使用 [Turborepo](https://turborepo.com/) 来管理仓库。

:sparkles:enhancement