diff --git a/CODEOWNERS b/CODEOWNERS index bc50a467..01b8d66f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,3 +1,2 @@ # These owners will be the default owners for everything in the repo. - -- @boojack +* @boojack diff --git a/README.md b/README.md index d3581aec..32dead61 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@

✍️ memos

-

An open-source, self-hosted memo hub with knowledge management and socialization.

-

GitHub stars Docker pull @@ -31,15 +29,13 @@ docker run -d --name memos -p 5230:5230 -v ~/.memos/:/var/opt/memos neosmemo/memos:latest ``` -> The `~/.memos/` will be used as the data directory in your machine. And `/var/opt/memos` is the directory of the volume in docker and should not be modified. - -If the `~/.memos/` does not have a `memos_prod.db` file, then memos will auto generate it. Memos will be running at [http://localhost:5230](http://localhost:5230). +> `~/.memos/` will be used as the data directory in your machine. And `/var/opt/memos` is the directory of the volume in docker and should not be modified. ### Docker Compose -Example Compose YAML file: [`docker-compose.yaml`](./docker-compose.yaml). +Example docker compose YAML file: [`docker-compose.yaml`](./docker-compose.yaml). -If you want to upgrade the version of memos, use the following command. +You can upgrade memos with the following command. ```sh docker-compose down && docker image rm neosmemo/memos:latest && docker-compose up -d @@ -56,7 +52,7 @@ Contributions are what make the open source community such an amazing place to l See more in [development guide](./docs/development.md). -## Products made by Community +### Products made by Community - [Moe Memos](https://memos.moe/) - Third party client for iOS and Android - [lmm214/memos-bber](https://github.com/lmm214/memos-bber) - Chrome extension @@ -65,7 +61,7 @@ See more in [development guide](./docs/development.md). - [eallion/memos.top](https://github.com/eallion/memos.top) - A static page rendered with the Memos API - [eindex/logseq-memos-sync](https://github.com/EINDEX/logseq-memos-sync) - A Logseq plugin -## User stories +### User stories - [Memos - A Twitter Like Notes App You can Self Host](https://noted.lol/memos/) @@ -77,7 +73,7 @@ See more in [development guide](./docs/development.md). ## License -This project is open source and available under the [MIT License](https://github.com/usememos/memos/blob/main/LICENSE). +[MIT License](https://github.com/usememos/memos/blob/main/LICENSE). ## Star history diff --git a/web/src/locales/en.json b/web/src/locales/en.json index 36ac956c..0d1366c0 100644 --- a/web/src/locales/en.json +++ b/web/src/locales/en.json @@ -49,7 +49,7 @@ "vacuum": "Vacuum", "select": "Select" }, - "slogan": "An open-source, self-hosted memo hub with knowledge management and socialization.", + "slogan": "An open-source, self-hosted memo hub with knowledge management and social networking.", "auth": { "signup-as-host": "Sign up as Host", "host-tip": "You are registering as the Site Host.", diff --git a/web/src/locales/fr.json b/web/src/locales/fr.json index 98a16c54..558c97d6 100644 --- a/web/src/locales/fr.json +++ b/web/src/locales/fr.json @@ -49,7 +49,7 @@ "vacuum": "Vacuum", "select": "Select" }, - "slogan": "An open-source, self-hosted memo hub with knowledge management and socialization.", + "slogan": "An open-source, self-hosted memo hub with knowledge management and social networking.", "auth": { "signup-as-host": "S'inscrire en tant qu'hôte", "host-tip": "Vous vous inscrivez en tant qu'hébergeur du site.", diff --git a/web/src/locales/it.json b/web/src/locales/it.json index 7b3f1e0b..a0ff18ec 100644 --- a/web/src/locales/it.json +++ b/web/src/locales/it.json @@ -49,7 +49,7 @@ "vacuum": "Pulisci", "select": "Seleziona" }, - "slogan": "An open-source, self-hosted memo hub with knowledge management and socialization.", + "slogan": "An open-source, self-hosted memo hub with knowledge management and social networking.", "auth": { "signup-as-host": "Registrati come Host", "host-tip": "Ti stai registrando come Host del sito.", diff --git a/web/src/locales/zh-Hant.json b/web/src/locales/zh-Hant.json index 800e8796..26425b9c 100644 --- a/web/src/locales/zh-Hant.json +++ b/web/src/locales/zh-Hant.json @@ -49,7 +49,7 @@ "vacuum": "清理", "select": "選擇" }, - "slogan": "An open-source, self-hosted memo hub with knowledge management and socialization.", + "slogan": "An open-source, self-hosted memo hub with knowledge management and social networking.", "auth": { "signup-as-host": "註冊為管理員", "host-tip": "你正在註冊為管理員帳號。", diff --git a/web/src/locales/zh.json b/web/src/locales/zh.json index 40c4e3a1..f89803e8 100644 --- a/web/src/locales/zh.json +++ b/web/src/locales/zh.json @@ -49,7 +49,7 @@ "vacuum": "清理", "select": "选择" }, - "slogan": "An open-source, self-hosted memo hub with knowledge management and socialization.", + "slogan": "An open-source, self-hosted memo hub with knowledge management and social networking.", "auth": { "signup-as-host": "注册为 Host", "host-tip": "你正在注册为 Host 用户账号。",