File tree Expand file tree Collapse file tree 2 files changed +27
-4
lines changed Expand file tree Collapse file tree 2 files changed +27
-4
lines changed Original file line number Diff line number Diff line change @@ -30,16 +30,16 @@ Plik is a scalable & friendly temporary file upload system (Wetransfer like) in
30
30
- [ Filelink for Plik] ( https://gitlab.com/joendres/filelink-plik ) : Thunderbird Addon to upload attachments to Plik
31
31
32
32
### Version
33
- 1.3.2
33
+ 1.3.3
34
34
35
35
### Installation
36
36
37
37
##### From release
38
38
To run plik, it's very simple :
39
39
``` sh
40
- $ wget https://github.com/root-gg/plik/releases/download/1.3.2/plik-1.3.2 -linux-amd64.tar.gz
41
- $ tar xzvf plik-1.3.2 -linux-64bits.tar.gz
42
- $ cd plik-1.3.2 /server
40
+ $ wget https://github.com/root-gg/plik/releases/download/1.3.2/plik-1.3.3 -linux-amd64.tar.gz
41
+ $ tar xzvf plik-1.3.3 -linux-64bits.tar.gz
42
+ $ cd plik-1.3.3 /server
43
43
$ ./plikd
44
44
```
45
45
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.3
2
+
3
+ Hi, today we're releasing Plik 1.3.3 !
4
+
5
+ Here is the changelog :
6
+
7
+ New
8
+ - New metadata backend : MySQL / MariaDB \o /
9
+ - Update gorm and go-sqlite3 libraries
10
+ - Provide a usage example for docker-compose
11
+
12
+ Fixed
13
+ - Improve clean and logging
14
+ - Swift|S3 data backend: DO not fail when removing missing file
15
+ - Simplify GCS backend
16
+ - Properly remove uploading files
17
+ - Fix transaction issue in DeleteUser
18
+ - Fix export of soft deleted uploads / Add import --ignore-error parameter
19
+ - Properly close metadata backend during tests
20
+
21
+
22
+ Faithfully,
23
+ The plik team
You can’t perform that action at this time.
0 commit comments