File tree Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ Plik is a scalable & friendly temporary file upload system (Wetransfer like) in
49
49
##### From release
50
50
To run plik, it's very simple :
51
51
``` sh
52
- $ wget https://github.com/root-gg/plik/releases/download/1.3.4 /plik-1.3.4 -linux-amd64.tar.gz
53
- $ tar xzvf plik-1.3.4 -linux-amd64.tar.gz
54
- $ cd plik-1.3.4 -linux-amd64/server
52
+ $ wget https://github.com/root-gg/plik/releases/download/1.3.5 /plik-1.3.5 -linux-amd64.tar.gz
53
+ $ tar xzvf plik-1.3.5 -linux-amd64.tar.gz
54
+ $ cd plik-1.3.5 -linux-amd64/server
55
55
$ ./plikd
56
56
```
57
57
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.5
2
+
3
+ Hi, today we're releasing Plik 1.3.5 !
4
+
5
+ Here is the changelog :
6
+
7
+ New :
8
+ - Multiarch Docker images builds for linux amd64,i386,arm,arm64 using Docker buildx
9
+ - rootgg/plik:latest (latest release)
10
+ - rootgg/plik:{version} (release)
11
+ - rootgg/plik:dev (latest commit on master)
12
+ - Server now log response status code and duration
13
+ - Server log level is configurable again
14
+ - Static content directories are now configurable (webapp, clients, changelog)
15
+
16
+ Fix :
17
+ - Disable InsecureSkipVerify by default in the cli client
18
+ - Fix too permissive file permissions on cli client update
19
+ - Fix upload images from gallery in mobile browsers
20
+ - Fix paste when a modal is open
21
+ - Fix mint/release status in webapp admin view
22
+
23
+ We are proud to announce that Plik code base has been successfully audited by https://secfault-security.com/.
24
+
25
+ Faithfully,
26
+ The plik team
You can’t perform that action at this time.
0 commit comments