Giter Club home page Giter Club logo

memos's Introduction

memos

✍️ memos

A lightweight, self-hosted memo hub. Open Source and Free forever.

Live Demo • Discuss in Telegram / Discord

GitHub stars Discord

demo

Key points

  • Open source and free forever
  • Self-hosting with Docker in seconds
  • Markdown support
  • Customizable and sharable
  • RESTful API for self-service

Deploy with Docker in seconds

docker run -d --name memos -p 5230:5230 -v ~/.memos/:/var/opt/memos ghcr.io/usememos/memos:latest

The ~/.memos/ directory will be used as the data directory on your local machine, while /var/opt/memos is the directory of the volume in Docker and should not be modified.

Learn more about other installation methods.

Contribution

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. We greatly appreciate any contributions you make. Thank you for being a part of our community! 🥰


Acknowledgements

  • Thanks Uffizzi for sponsoring preview environments for PRs.

Star history

Star History Chart

memos's People

Contributors

98zi avatar boojack avatar chaslui avatar correctroadh avatar den13501 avatar dmitriisurmin avatar dontwatchmecode avatar dshemin avatar f97 avatar fifsky avatar fiumad avatar h2o2o avatar hyoban avatar jakelaoyu avatar jaywhen avatar jxpsert avatar lqwakeup avatar mahoo12138 avatar nulta avatar publicher0 avatar sarvex avatar shrutic-git avatar thehijacker avatar unliar avatar weblate avatar whoistiger avatar wujiao233 avatar yoshino-s avatar yujianghao avatar zeng1998 avatar

Watchers

 avatar

memos's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): pin dependencies (@types/react, @types/react-dom, react, react-dom, react-hot-toast, react-i18next, react-redux, react-router-dom, react-use)
  • chore(deps): pin dependencies (@typescript-eslint/eslint-plugin, @typescript-eslint/parser, eslint, eslint-config-prettier, eslint-plugin-prettier, eslint-plugin-react, prettier)
  • fix(deps): pin dependencies (@emotion/react, @emotion/styled, @mui/joy, @playwright/test, @radix-ui/react-tooltip, @reduxjs/toolkit, @types/lodash-es, @types/node, @types/qs, @types/semver, @vitejs/plugin-react-swc, autoprefixer, copy-to-clipboard, highlight.js, i18next, i18next-browser-languagedetector, less, lodash-es, lucide-react, postcss, qrcode.react, qs, randomstring, semver, tailwindcss, terser, typescript, vite, zustand)
  • chore(deps): update codacy/codacy-analysis-cli-action digest to 240c610
  • fix(deps): update golang.org/x/exp digest to 9a3e603
  • fix(deps): update all patch dependencies (@mui/joy, github.com/gorilla/feeds, github.com/mattn/go-sqlite3, github.com/stretchr/testify)
  • chore(deps): update alpine docker tag to v3.18
  • chore(deps): update dependency @playwright/test to ^1.39.0
  • chore(deps): update dependency less to ^4.2.0
  • chore(deps): update dependency terser to ^5.24.0
  • chore(deps): update dependency typescript to ^5.2.2
  • chore(deps): update dependency vite to ^4.5.0
  • chore(deps): update golang docker tag to v1.20.4
  • chore(deps): update node.js to v18.16.0
  • chore(deps): update pnpm/action-setup action to v2.4.0
  • fix(deps): update dependency i18next to ^21.10.0
  • fix(deps): update dependency i18next-browser-languagedetector to ^7.2.0
  • fix(deps): update dependency lucide-react to ^0.292.0
  • fix(deps): update dependency randomstring to ^1.3.0
  • fix(deps): update dependency semver to ^7.5.4 (semver, @types/semver)
  • fix(deps): update emotion monorepo (@emotion/react, @emotion/styled)
  • fix(deps): update module github.com/aws/aws-sdk-go-v2 to v1.22.2
  • fix(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.23.0
  • fix(deps): update module github.com/aws/aws-sdk-go-v2/credentials to v1.15.2
  • fix(deps): update module github.com/aws/aws-sdk-go-v2/feature/s3/manager to v1.13.5
  • fix(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.42.1
  • fix(deps): update module github.com/google/uuid to v1.4.0
  • fix(deps): update module github.com/labstack/echo/v4 to v4.11.3
  • fix(deps): update module github.com/spf13/cobra to v1.8.0
  • fix(deps): update module github.com/spf13/viper to v1.17.0
  • fix(deps): update module go.uber.org/zap to v1.26.0
  • fix(deps): update module golang.org/x/crypto to v0.15.0
  • fix(deps): update module golang.org/x/mod to v0.14.0
  • fix(deps): update module golang.org/x/oauth2 to v0.14.0
  • chore(deps): update actions/checkout action to v4
  • chore(deps): update actions/setup-go action to v4
  • chore(deps): update actions/setup-node action to v4
  • chore(deps): update docker/build-push-action action to v5
  • chore(deps): update docker/login-action action to v3
  • chore(deps): update docker/metadata-action action to v5
  • chore(deps): update docker/setup-buildx-action action to v3
  • chore(deps): update docker/setup-qemu-action action to v3
  • chore(deps): update eslint and prettier (major) (@typescript-eslint/eslint-plugin, @typescript-eslint/parser, eslint-config-prettier, eslint-plugin-prettier, prettier)
  • chore(deps): update github/codeql-action action to v2
  • chore(deps): update node.js to v20 (node, @types/node)
  • fix(deps): update dependency i18next to v23
  • fix(deps): update dependency react-i18next to v13
  • fix(deps): update module github.com/golang-jwt/jwt/v4 to v5
  • 🔐 Create all rate-limited PRs at once 🔐

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

docker-compose
docker-compose.uffizzi.yml
docker-compose.yaml
dockerfile
Dockerfile
  • node 18.12.1-alpine3.16
  • golang 1.19.3-alpine3.16
  • alpine 3.16
github-actions
.github/workflows/backend-tests.yml
  • actions/checkout v3
  • actions/setup-go v3
  • golangci/golangci-lint-action v3
  • actions/checkout v3
  • actions/setup-go v3
.github/workflows/build-and-push-release-image.yml
  • actions/checkout v3
  • docker/setup-qemu-action v2
  • docker/login-action v2
  • docker/login-action v2
  • docker/setup-buildx-action v2
  • docker/metadata-action v4
  • docker/build-push-action v3
.github/workflows/build-and-push-test-image.yml
  • actions/checkout v3
  • docker/setup-qemu-action v2
  • docker/login-action v2
  • docker/login-action v2
  • docker/setup-buildx-action v2
  • docker/metadata-action v4
  • docker/build-push-action v3
.github/workflows/codacy.yml
  • actions/checkout v3
  • codacy/codacy-analysis-cli-action d840f886c4bd4edc059706d09c6a1586111c540b
  • github/codeql-action v2
.github/workflows/codeql.yml
  • actions/checkout v2
  • github/codeql-action v1
  • github/codeql-action v1
  • github/codeql-action v1
.github/workflows/e2e-test.yml
  • actions/checkout v3
  • docker/build-push-action v3
  • pnpm/action-setup v2.2.4
  • actions/setup-node v3
  • actions/upload-artifact v3
  • actions/upload-artifact v3
.github/workflows/frontend-tests.yml
  • actions/checkout v3
  • pnpm/action-setup v2.2.4
  • actions/setup-node v3
  • actions/checkout v3
  • pnpm/action-setup v2.2.4
  • actions/setup-node v3
.github/workflows/issue-translator.yml
  • usthe/issues-translate-action v2.7
.github/workflows/uffizzi-build.yml
  • actions/checkout v3
  • docker/setup-buildx-action v2
  • docker/metadata-action v4
  • docker/build-push-action v3
  • actions/checkout v3
  • actions/upload-artifact v3
  • actions/upload-artifact v3
  • actions/upload-artifact v3
.github/workflows/uffizzi-preview.yml
  • actions/github-script v6
  • actions/cache v3
  • UffizziCloud/preview-action v2
gomod
go.mod
  • go 1.19
  • github.com/aws/aws-sdk-go-v2 v1.17.4
  • github.com/aws/aws-sdk-go-v2/config v1.18.12
  • github.com/aws/aws-sdk-go-v2/credentials v1.13.12
  • github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.51
  • github.com/aws/aws-sdk-go-v2/service/s3 v1.30.3
  • github.com/google/uuid v1.3.0
  • github.com/gorilla/feeds v1.1.1
  • github.com/labstack/echo/v4 v4.9.0
  • github.com/mattn/go-sqlite3 v1.14.9
  • github.com/pkg/errors v0.9.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.1
  • go.uber.org/zap v1.24.0
  • golang.org/x/crypto v0.1.0
  • golang.org/x/exp v0.0.0-20230111222715-75897c7a292a@75897c7a292a
  • golang.org/x/mod v0.6.0
  • golang.org/x/net v0.7.0
  • golang.org/x/oauth2 v0.5.0
  • github.com/golang-jwt/jwt/v4 v4.5.0
npm
web/package.json
  • @emotion/react ^11.10.5
  • @emotion/styled ^11.10.5
  • @mui/joy ^5.0.0-alpha.75
  • @radix-ui/react-tooltip ^1.0.5
  • @reduxjs/toolkit ^1.8.1
  • axios ^0.27.2
  • copy-to-clipboard ^3.3.2
  • highlight.js ^11.6.0
  • i18next ^21.9.2
  • i18next-browser-languagedetector ^7.0.1
  • lodash-es ^4.17.21
  • lucide-react ^0.105.0
  • qrcode.react ^3.1.0
  • qs ^6.11.0
  • randomstring ^1.2.3
  • react ^18.2.0
  • react-dom ^18.2.0
  • react-hot-toast ^2.4.0
  • react-i18next ^11.18.6
  • react-redux ^8.0.1
  • react-router-dom ^6.8.2
  • react-use ^17.4.0
  • semver ^7.3.8
  • tailwindcss ^3.2.4
  • zustand ^4.3.6
  • @playwright/test ^1.32.2
  • @types/lodash-es ^4.17.5
  • @types/node ^18.0.3
  • @types/qs ^6.9.7
  • @types/react ^18.0.26
  • @types/react-dom ^18.0.10
  • @types/semver ^7.3.13
  • @typescript-eslint/eslint-plugin ^5.6.0
  • @typescript-eslint/parser ^5.6.0
  • @vitejs/plugin-react-swc ^3.3.0
  • autoprefixer ^10.4.2
  • eslint ^8.4.1
  • eslint-config-prettier ^8.6.0
  • eslint-plugin-prettier ^4.2.1
  • eslint-plugin-react ^7.27.1
  • less ^4.1.1
  • postcss ^8.4.21
  • prettier 2.5.1
  • terser ^5.16.1
  • typescript ^5.0.4
  • vite ^4.2.1

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.