diff --git a/.env.example b/.env.example index 9b0ba49ac3..db9ca41195 100644 --- a/.env.example +++ b/.env.example @@ -8,7 +8,7 @@ NUXT_CLOUDFLARE_ACCOUNT_ID= NUXT_CLOUDFLARE_NAMESPACE_ID= NUXT_CLOUDFLARE_API_TOKEN= -# 'cloudflare' | 'fs' +# 'cloudflare' | 'vercel' | 'fs' NUXT_STORAGE_DRIVER= NUXT_STORAGE_FS_BASE= diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6aac606163..065fb4c29d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: run: pnpm nuxi prepare - name: ๐Ÿงช Test project - run: pnpm test + run: pnpm test:ci - name: ๐Ÿ“ Lint run: pnpm lint 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 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() {
-