Commit Graph

39 Commits

Author SHA1 Message Date
Solar
c4c2047c6f Update README.md 2025-08-24 10:39:18 +02:00
c0b9edbfb5 small refactor, add available signals to README 2025-08-24 10:33:39 +02:00
e6938a9f39 minor tweaks + change to help text & readme 2025-08-23 20:14:56 +02:00
uan
240e862d6c first ipc implementation 2025-08-22 17:42:01 +02:00
uan
a6d2c9dfad first ipc implementation 2025-08-22 17:41:16 +02:00
uan
f80c506a95 added www directory permission checks to ensure it is readable by the executable 2025-08-11 14:28:16 +02:00
uan
4ab2004a6e userAgentFilter fix 2025-08-08 13:56:05 +02:00
uan
03d6abb69a userAgent filter now checks for substrings instead of perfect match 2025-08-08 13:49:50 +02:00
uan
11dd7a3587 comments in config files with # 2025-08-08 13:45:20 +02:00
uan
3746cff406 refactored to use filepath.Join(), better error logging 2025-08-08 13:25:13 +02:00
uan
c721702b4a added compress.go file and added logs compression when too large 2025-08-07 21:12:01 +02:00
uan
09a59cc539 - 2025-08-06 21:15:33 +02:00
uan
efc680a2b1 fix README 2025-08-06 21:07:41 +02:00
uan
c2cc863c33 fix path autoadd /index.html 2025-08-06 21:05:18 +02:00
uan
2180447d00 Merge branch 'master' of https://github.com/shlldev/miniws 2025-08-06 20:58:34 +02:00
uan
0c58d61bd2 changed default max-log-bytes to 1024^2 (1 MiB) 2025-08-06 20:58:09 +02:00
uan
0f38381092 implemented log rename after size exceeds configurable limit 2025-08-06 20:53:04 +02:00
615f93e788 use http.ServeContent, which allows for caching if file hasn't been modified (what I wanted), and other features 2025-08-06 15:01:23 +02:00
uan
bda9b75dac removed Dockerfile 2025-08-05 21:28:07 +02:00
Francesco
455390499d Update README.md 2025-08-03 21:26:52 +02:00
Francesco
39ce592d34 Update README.md 2025-08-03 21:26:29 +02:00
Francesco
64d4b9b0ee Create README.md 2025-08-03 17:20:55 +02:00
0cda92df6b fix stylesheet not being recognized by browser because of wrong MIME type + handle OPTION preflight request by browser 2025-08-03 17:10:16 +02:00
uan
9074a57e6f fix wwwFolder 2025-08-03 16:24:25 +02:00
uan
0e22e95416 - 2025-08-03 15:58:35 +02:00
uan
30abede303 help messahes 2025-08-03 15:57:22 +02:00
uan
f12f359476 www folder parameter 2025-08-03 15:53:52 +02:00
b68bb68981 refactor 2: put miniws code in isolated module in miniws/ 2025-08-03 15:39:42 +02:00
18b1703485 change .gitignore 2025-08-03 15:07:46 +02:00
f99d8dba1f Merge branch 'master' of https://github.com/shlldev/miniws 2025-08-03 15:04:30 +02:00
uan
1f6742762c divided in different files 2025-08-03 15:04:16 +02:00
c63957b316 Merge branch 'master' of https://github.com/shlldev/miniws 2025-08-03 13:54:00 +02:00
64e456e574 add .gitignore for build folder 2025-08-03 13:53:54 +02:00
890ed82b8e add Dockerfile 2025-08-03 13:43:40 +02:00
uan
5d7f13e04e fix conf 2025-08-03 13:43:07 +02:00
uan
949932f9dc fix logError() & function name changes 2025-08-03 11:08:06 +02:00
uan
b219a0f459 - 2025-08-02 22:37:40 +02:00
uan
c2a8530398 command line arguments, merge files, comments 2025-08-02 22:36:59 +02:00
a000d657ad first commit, everything works 2025-08-02 21:30:41 +02:00