File tree Expand file tree Collapse file tree 3 files changed +25
-4
lines changed Expand file tree Collapse file tree 3 files changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ COPY webapp /webapp
11
11
RUN make clean-frontend frontend
12
12
13
13
# #################################################################################
14
- FROM --platform=$BUILDPLATFORM golang:1.20 -bullseye AS plik-builder
14
+ FROM --platform=$BUILDPLATFORM golang:1-bullseye AS plik-builder
15
15
16
16
# Install needed binaries
17
17
RUN apt-get update && apt-get install -y build-essential crossbuild-essential-armhf crossbuild-essential-armel crossbuild-essential-arm64 crossbuild-essential-i386
Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ Plik is a scalable & friendly temporary file upload system (Wetransfer like) in
51
51
##### From release
52
52
To run plik, it's very simple :
53
53
``` sh
54
- $ wget https://github.com/root-gg/plik/releases/download/1.3.7 /plik-1.3.7 -linux-amd64.tar.gz
55
- $ tar xzvf plik-1.3.7 -linux-amd64.tar.gz
56
- $ cd plik-1.3.7 -linux-amd64/server
54
+ $ wget https://github.com/root-gg/plik/releases/download/1.3.8 /plik-1.3.8 -linux-amd64.tar.gz
55
+ $ tar xzvf plik-1.3.8 -linux-amd64.tar.gz
56
+ $ cd plik-1.3.8 -linux-amd64/server
57
57
$ ./plikd
58
58
```
59
59
Et voilà ! You now have a fully functional instance of Plik running on http://127.0.0.1:8080 .
Original file line number Diff line number Diff line change
1
+ Plik 1.3.8
2
+
3
+ Hi, today we're releasing Plik 1.3.8 !
4
+ Here is the changelog :
5
+
6
+ New :
7
+ - Add user max upload size
8
+ - Add uploads list in admin panel
9
+ - Prometheus metrics
10
+ - Add feature flag to upload text (#485)
11
+ - Adding TLS option, to choose TLS version (@Ludovic Houdayer)
12
+
13
+ Fix :
14
+ - Fix create user password parameter (#489)
15
+ - Fix commas break the format in curl attachments (@NeumoNeumo)
16
+ - Set cleaning interval to 5-10 minutes instead of 2-3 hours
17
+
18
+ Binaries have been built with Go 1.21.1
19
+
20
+ Faithfully,
21
+ The plik team
You can’t perform that action at this time.
0 commit comments