Merge branch 'strochkov-app/memos'
This commit is contained in:
commit
25b2de0530
17
apps/memos/config.json
Normal file
17
apps/memos/config.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"$schema": "../schema.json",
|
||||
"name": "Memos",
|
||||
"available": true,
|
||||
"exposable": true,
|
||||
"port": 5230,
|
||||
"id": "memos",
|
||||
"tipi_version": 1,
|
||||
"version": "0.7.2",
|
||||
"categories": ["utilities"],
|
||||
"description": "Memo hub for knowledge management and collaboration.",
|
||||
"short_desc": "Memo hub for knowledge management and collaboration.",
|
||||
"author": "boojack",
|
||||
"website": "https://usememos.com/",
|
||||
"source": "https://github.com/usememos/memos",
|
||||
"form_fields": []
|
||||
}
|
19
apps/memos/docker-compose.yml
Normal file
19
apps/memos/docker-compose.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
version: "3.0"
|
||||
services:
|
||||
memos:
|
||||
image: neosmemo/memos:latest
|
||||
container_name: memos
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/memos:/var/opt/memos
|
||||
ports:
|
||||
- ${APP_PORT}:5230
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- tipi_main_network
|
||||
labels:
|
||||
traefik.enable: ${APP_EXPOSED}
|
||||
traefik.http.routers.memos.rule: Host(`${APP_DOMAIN}`)
|
||||
traefik.http.routers.memos.entrypoints: websecure
|
||||
traefik.http.routers.memos.service: memos
|
||||
traefik.http.routers.memos.tls.certresolver: myresolver
|
||||
traefik.http.services.memos.loadbalancer.server.port: 5230
|
10
apps/memos/metadata/description.md
Executable file
10
apps/memos/metadata/description.md
Executable file
|
@ -0,0 +1,10 @@
|
|||
## An open-source, self-hosted memo hub for knowledge management and collaboration.
|
||||
|
||||
- Open source and free forever;
|
||||
- Support for self-hosting with Docker in seconds;
|
||||
- Plain textarea first and support some useful markdown syntax;
|
||||
- Collaborate and share with your teammates;
|
||||
- RESTful API for self-service.
|
||||
|
||||
|
||||
![Screenshot](https://raw.githubusercontent.com/usememos/memos/main/resources/demo.webp)
|
BIN
apps/memos/metadata/logo.jpg
Executable file
BIN
apps/memos/metadata/logo.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Loading…
Reference in New Issue
Block a user