Updated README, removed memos

This commit is contained in:
2026-02-23 14:56:45 -05:00
parent de0d091658
commit e21746e614
4 changed files with 38 additions and 51 deletions

View File

@@ -829,10 +829,10 @@ item({
};
["key"] = "current";
["with"] = "rishi@rishighan.com";
["when"] = 1771875608;
["when"] = 1771876138;
["attr"] = {
["xmlns"] = "eu.siacs.conversations.axolotl";
["stamp"] = "2026-02-23T19:40:08Z";
["stamp"] = "2026-02-23T19:48:58Z";
};
["name"] = "bundle";
});

View File

@@ -1,18 +1,26 @@
return {
["0cWucYOGhstU"] = {
["h"] = 9;
["t"] = 1771870042;
};
["MWGJoKJ8afbq"] = {
["t"] = 1771870042;
["OIzr2NPeeqzY"] = {
["h"] = 16;
};
["1GR5KtfI-9r2"] = {
["t"] = 1771871728;
["h"] = 17;
["t"] = 1771876261;
};
["eE7Vk5w6zfJk"] = {
["t"] = 1771856814;
["h"] = 52;
};
["0cWucYOGhstU"] = {
["h"] = 9;
["t"] = 1771870042;
};
["wT6Iu7TR_Jb8"] = {
["h"] = 19;
["t"] = 1771876261;
};
["1GR5KtfI-9r2"] = {
["t"] = 1771871728;
["h"] = 17;
};
["MWGJoKJ8afbq"] = {
["t"] = 1771870042;
["h"] = 16;
};
};

View File

@@ -14,36 +14,6 @@ services:
volumes:
- /mnt/user/appdata/vaultwarden:/data
memos:
image: neosmemo/memos:0.26.1
container_name: memos
restart: unless-stopped
ports:
- 5230:5230
environment:
- TZ=UTC
- MEMOS_MODE=prod
- MEMOS_PORT=5230
volumes:
- /mnt/user/appdata/memos:/var/opt/memos
healthcheck:
test: wget --quiet --tries=1 --spider http://localhost:5230 || exit 1
start_period: 1m
start_interval: 10s
interval: 1m
timeout: 5s
retries: 3
mortis:
image: ghcr.io/mudkipme/mortis:0.26.1
container_name: mortis
restart: unless-stopped
ports:
- 5231:5231
command: ["-grpc-addr=memos:5230"]
depends_on:
- memos
freshrss:
image: lscr.io/linuxserver/freshrss:latest
container_name: freshrss