From 7f041c3ac8cfc583b27c5bd561c90f8dfd49d65e Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Mon, 1 Jan 2024 17:47:49 +0100 Subject: [PATCH 01/33] docs: use GitHub markdown formatting for note in Readme (#2536) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e56c330d9e..cfe2c2a08a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,8 @@ One could put Elk behind popular reverse proxies with SSL Handling like Traefik, 1. adjust permissions of storage dir: ```sudo chown 911:911 ./elk-storage``` 1. start container: ```docker-compose up -d``` -Note: The provided Dockerfile creates a container which will eventually run Elk as non-root user and create a persistent named Docker volume upon first start (if that volume does not yet exist). This volume is always created with root permission. Failing to change the permissions of ```/elk/data``` inside this volume to UID:GID 911 (as specified for Elk in the Dockerfile) will prevent Elk from storing it's config for user accounts. You either have to fix the permission in the created named volume, or mount a directory with the correct permission to ```/elk/data``` into the container. +> [!NOTE] +> The provided Dockerfile creates a container which will eventually run Elk as non-root user and create a persistent named Docker volume upon first start (if that volume does not yet exist). This volume is always created with root permission. Failing to change the permissions of ```/elk/data``` inside this volume to UID:GID 911 (as specified for Elk in the Dockerfile) will prevent Elk from storing it's config for user accounts. You either have to fix the permission in the created named volume, or mount a directory with the correct permission to ```/elk/data``` into the container. ### Ecosystem From 9070fa40534ac4b130c0e27e4ea72098800763dd Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Tue, 2 Jan 2024 01:48:10 +0900 Subject: [PATCH 02/33] feat: add a new link icon (#2534) --- composables/masto/icons.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/composables/masto/icons.ts b/composables/masto/icons.ts index 6c68351c30..fc69b2ef44 100644 --- a/composables/masto/icons.ts +++ b/composables/masto/icons.ts @@ -40,6 +40,7 @@ export const accountFieldIcons: Record = Object.fromEntries(Obje Switch: 'i-ri:switch-line', Telegram: 'i-ri:telegram-line', Threads: 'i-ri:threads-line', + TikTok: 'i-ri:tiktok-line', Tumblr: 'i-ri:tumblr-line', Twitch: 'i-ri:twitch-line', Twitter: 'i-ri:twitter-line', From e43993770d652ed556d0965785bd73d3be03e418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E9=9B=81=E4=BA=91=E4=BE=9D?= <14120445+BeiyanYunyi@users.noreply.github.com> Date: Tue, 2 Jan 2024 00:48:52 +0800 Subject: [PATCH 03/33] fix: spoiler button style in notifications (#2537) --- components/status/StatusSpoiler.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/status/StatusSpoiler.vue b/components/status/StatusSpoiler.vue index d295b59eab..4b6f0632f3 100644 --- a/components/status/StatusSpoiler.vue +++ b/components/status/StatusSpoiler.vue @@ -30,7 +30,7 @@ function getToggleText() {
-