Skip to content

Modern photo album blog that supports self-hosting, developed based on Vue and Naive UI and FastAPI.支持自托管的现代化相册博客,基于Vue、Naive UI和FastAPI开发。

Robert-Stackflow/Moment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moment

简介

  • 移植自TimePlustime的相册博客主题
  • 脱离Typecho和Mysql,基于vue-fastapi-admin使用Vue+FastAPI开发
  • 随意发布你的图片、分类、地点
  • 高程度自定义你的网站,自由管理网站Meta、内容设置、菜单设置
  • 快捷发布所见所闻,支持将图片上传至符合S3标准的存储桶中
  • 预览在线效果:时刻

部署

  • 使用Docker-compose部署

    services:
      moment:
        image: ruida/moment:1.0
        container_name: moment
        volumes:
          - ${PWD}/.moment/:/opt/moment/app/data
        ports:
          - 9999:80

使用指南

  • 使用<服务器IP地址>:9999域名访问相册
  • 使用<服务器IP地址>:9999/admin<域名>/admin访问后台管理
  • 其他指南见Wiki

演示

web

admin-workbench

admin-blogs

admin-categories

admin-general-setting

admin-meta-setting

admin-content-setting

admin-storage-setting

admin-menu-setting

About

Modern photo album blog that supports self-hosting, developed based on Vue and Naive UI and FastAPI.支持自托管的现代化相册博客,基于Vue、Naive UI和FastAPI开发。

Topics

Resources

Stars

Watchers

Forks