https://github.com/Robert-Stackflow/Moment
Modern photo album blog that supports self-hosting, developed based on Vue and Naive UI and FastAPI.支持自托管的现代化相册博客,基于Vue、Naive UI和FastAPI开发。
https://github.com/Robert-Stackflow/Moment
blog fastapi fastapi-admin moment morden naive-ui plog self-hosted self-hosting vue vue3 vue3-admin
Last synced: 29 days ago
JSON representation
Modern photo album blog that supports self-hosting, developed based on Vue and Naive UI and FastAPI.支持自托管的现代化相册博客,基于Vue、Naive UI和FastAPI开发。
- Host: GitHub
- URL: https://github.com/Robert-Stackflow/Moment
- Owner: Robert-Stackflow
- License: apache-2.0
- Created: 2024-03-12T07:25:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-23T09:53:58.000Z (3 months ago)
- Last Synced: 2025-03-23T10:28:24.501Z (3 months ago)
- Topics: blog, fastapi, fastapi-admin, moment, morden, naive-ui, plog, self-hosted, self-hosting, vue, vue3, vue3-admin
- Language: Vue
- Homepage: https://moment.cloudchewie.com
- Size: 6.87 MB
- Stars: 12
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Moment
## 简介
- 移植自[TimePlus](https://github.com/zhheo/TimePlus)和[time](https://github.com/wclk/time)的相册博客主题
- 脱离Typecho和Mysql,基于[vue-fastapi-admin](https://github.com/mizhexiaoxiao/vue-fastapi-admin)使用Vue+FastAPI开发
- 随意发布你的图片、分类、地点
- 高程度自定义你的网站,自由管理网站Meta、内容设置、菜单设置
- 快捷发布所见所闻,支持将图片上传至符合S3标准的存储桶中
- 预览在线效果:[时刻](https://moment.cloudchewie.com/)## 部署
- 使用Docker-compose部署
```yaml
services:
moment:
image: ruida/moment:1.3
container_name: moment
volumes:
- ${PWD}/.moment/:/opt/moment/app/data
ports:
- 9999:80
```## 使用指南
- 使用`<服务器IP地址>:9999`或`域名`访问相册
- 使用`<服务器IP地址>:9999/admin`或`<域名>/admin`访问后台管理
- 其他指南见[Wiki](https://github.com/Robert-Stackflow/Moment/wiki)## 演示








