Compare commits
40 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
18693fb380 | ||
![]() |
cf9242053d | ||
![]() |
47ee005457 | ||
![]() |
5b965349a5 | ||
![]() |
f7e9725e59 | ||
![]() |
17dc50c242 | ||
![]() |
deda2b2782 | ||
![]() |
344e13ebcb | ||
![]() |
a07d753da8 | ||
![]() |
3003100443 | ||
![]() |
bca4e5f0fa | ||
![]() |
9b61306f59 | ||
![]() |
b66e0b3ac5 | ||
![]() |
4a9e9b4eea | ||
![]() |
fc98552fdc | ||
![]() |
4911a394a6 | ||
![]() |
acc7a7e626 | ||
![]() |
eaa6b35778 | ||
![]() |
6059fb2aa6 | ||
![]() |
dc3329bae2 | ||
![]() |
41f4c247bc | ||
![]() |
a3f75fe3f4 | ||
![]() |
bf876f83df | ||
![]() |
b3088facf4 | ||
![]() |
44167ab84c | ||
![]() |
eb745d2aa0 | ||
![]() |
54bcb80b44 | ||
![]() |
f871cf1053 | ||
![]() |
8a484a623c | ||
![]() |
1cb984ba79 | ||
![]() |
4708b15c32 | ||
![]() |
93c8ec631f | ||
![]() |
a4ddd18f12 | ||
![]() |
e4012e12f9 | ||
![]() |
7427b4c839 | ||
![]() |
c7c030bda6 | ||
![]() |
64ebd808ef | ||
![]() |
59028c234c | ||
![]() |
a8c4058bdf | ||
![]() |
87d17ccbfb |
@@ -1 +1 @@
|
||||
v14.15.4
|
||||
v14.15.5
|
||||
|
14
Dockerfile
@@ -1,4 +1,4 @@
|
||||
FROM node:14.15.4-alpine AS base
|
||||
FROM node:14.15.5-alpine3.13 AS base
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
@@ -10,7 +10,6 @@ RUN apk add --no-cache \
|
||||
autoconf \
|
||||
automake \
|
||||
file \
|
||||
git \
|
||||
g++ \
|
||||
gcc \
|
||||
libc-dev \
|
||||
@@ -18,8 +17,10 @@ RUN apk add --no-cache \
|
||||
make \
|
||||
nasm \
|
||||
pkgconfig \
|
||||
python \
|
||||
zlib-dev
|
||||
python3 \
|
||||
zlib-dev \
|
||||
vips-dev \
|
||||
vips
|
||||
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn install
|
||||
@@ -30,8 +31,9 @@ FROM base AS runner
|
||||
|
||||
RUN apk add --no-cache \
|
||||
ffmpeg \
|
||||
tini
|
||||
RUN npm i -g web-push
|
||||
tini \
|
||||
vips
|
||||
|
||||
ENTRYPOINT ["/sbin/tini", "--"]
|
||||
|
||||
COPY --from=builder /misskey/node_modules ./node_modules
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 441 B After Width: | Height: | Size: 441 B |
Before Width: | Height: | Size: 441 B After Width: | Height: | Size: 441 B |
@@ -7,12 +7,12 @@
|
||||
"theme_color": "#86b300",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/assets/icons/192.png",
|
||||
"src": "/static-assets/icons/192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/assets/icons/512.png",
|
||||
"src": "/static-assets/icons/512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 424 B After Width: | Height: | Size: 424 B |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 290 KiB After Width: | Height: | Size: 290 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 124 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 688 B After Width: | Height: | Size: 688 B |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 658 B After Width: | Height: | Size: 658 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |