1
0
Commit Graph

263 Commits

Author SHA1 Message Date
907bdeffcc
Updated CSS style. 2022-02-08 04:24:04 +04:00
e529bfa353
Amber is replaced with Jade. 2022-02-08 04:23:38 +04:00
b2a5e90245
Remove Amber from dependencies. 2022-02-08 04:23:05 +04:00
435c32c500
Remove Amber templates. 2022-02-08 04:22:41 +04:00
29931cca2f
Removed .Hours().
Reduced logClean output.
2022-02-08 02:35:48 +04:00
338b153aa1
Inotify works when it is an array. Experimentally was found that 16 events is enough. 2022-02-08 02:13:15 +04:00
bf0595453c
Creating a sparse file, because on file create an inotify will produce an event and dir size will be recalculated, so it can get an actual size. 2022-02-08 02:12:01 +04:00
ddaf2bb991
Add addtional closeSignal chan for program to wait for. 2022-02-08 02:05:38 +04:00
0c05ffeef6
Add a space between size and unit. 2022-02-08 01:52:27 +04:00
8e44aa1477
Oops, forgot to return FSWatcher. And remove that syscall.Read. 2022-02-08 00:39:25 +04:00
e45bb01f49
Use inotify fs watcher. Also shorten errors msg for loggers instantiation. 2022-02-08 00:26:59 +04:00
9a4461ac4e
Now instead of computing dir size on every request use a variable that is updated using inotify. 2022-02-08 00:25:50 +04:00
f7390b0763
Wrap an error message. Return 0 size on error. 2022-02-08 00:24:57 +04:00
04dedc5f5c
Inotify file system watching for linux. 2022-02-08 00:23:40 +04:00
6a8da44ee5
Superior 404 template. xDDD 2022-02-07 23:10:10 +04:00
3b851637e5
Added blocks head and header in base.amber. 2022-02-07 23:09:49 +04:00
d9adf74608
Handle NotFound error in Download(). 2022-02-07 23:09:18 +04:00
d893a9492b
A NotFound page template. 2022-02-07 22:52:20 +04:00
de77530962
Set NotFound handler in main. 2022-02-07 22:52:01 +04:00
8fdf0b61e2
Added NotFound handler.
Removed commented out content-type header.
2022-02-07 22:51:47 +04:00
a5f73e0d60
A new SetNotFoundHandler() method for server. 2022-02-07 22:50:46 +04:00
8a4104c3d5
Remove all debugging calls. 2022-02-07 22:27:34 +04:00
be37f74317
Storage size computing moved off to utils.DirectorySize(). 2022-02-07 22:18:22 +04:00
36b0dc7b4d
DirectorySize() func to get size of all files inside. 2022-02-07 22:17:40 +04:00
7ac1c2ccb9
Removed excessive vars from SplitNetworkAddress(). 2022-02-07 22:08:02 +04:00
ed3b0080a3
Moved substituting user to a func for upload-clear. 2022-02-07 22:04:40 +04:00
38ec161ae9
Moved substituting user to a func for upload. 2022-02-07 22:04:00 +04:00
f3685c999e
An octal repr of permissions is supposed to be used here for working correctly. 2022-02-07 21:50:38 +04:00
f92267a288
Added optional writing to stdout. 2022-02-07 21:24:54 +04:00
17152581a9
Added ToStdout, Clean, and CleanError to Log. 2022-02-07 21:24:25 +04:00
c1e565249c
Added stdout, clean, clean_error log options. 2022-02-07 21:23:54 +04:00
2fb9db01b0
Added a flag for logging to stdout that if set overrides configuration.
Substitute to user from config file.
Moved logging to own one.
2022-02-07 21:23:13 +04:00
53bf25364a
Added a flag for logging to stdout that if set overrides configuration. 2022-02-07 21:12:30 +04:00
d024138593
Add Arhlinux's PKGBUILD. 2022-02-07 20:38:34 +04:00
3bdc589118
Run services as a dwupload user. 2022-02-07 20:37:19 +04:00
43c52dd754
Now program must try to run as a user set in a config file.
init loggers from new config options.
2022-02-07 20:36:41 +04:00
96512808a8
All log files now could be in different locations. 2022-02-07 20:34:04 +04:00
cafb305b76
Logging using a handmade one. 2022-02-07 19:42:09 +04:00
f5ce98c021
Added a space between timestamp and format. 2022-02-07 19:38:20 +04:00
7bd462d1d6
Changed logging. 2022-02-07 19:35:48 +04:00
bde46d93b0
Wrote a simple logger. 2022-02-07 19:35:25 +04:00
64ab7e5d40
Add defer Close() for configFile. A more clear error message for yaml decoder. And a comment for SplitNetworkAddress method. 2022-02-07 18:21:40 +04:00
c3e81c61d7
Add log directory into config file. 2022-02-07 18:17:12 +04:00
264e403882
Handlers. 2022-02-07 04:49:21 +04:00
473b23cbb0
Amber templates. 2022-02-07 04:49:10 +04:00
7fd1fe0c21
Add favicon.sbg. 2022-02-07 04:48:54 +04:00
532e786cae
Add main.css. 2022-02-07 04:48:44 +04:00
9955e3cd28
Updated ConvertFileSize(). Added TiB suffix. 2022-02-07 04:48:33 +04:00
db361bb509
Prefix replaced by Suffix. Added NetworkType(). 2022-02-07 04:48:00 +04:00
c5e9b48de7
Changed config struct. 2022-02-07 04:47:26 +04:00