1
0
Commit Graph

15 Commits

Author SHA1 Message Date
06961fc7c4
Return an error text message if file handling is turned off. 2023-08-23 04:23:51 +04:00
404f88c099
Fix for double slashes. 2023-08-13 03:18:17 +04:00
54bc8d744d
Updated HttpServer to the latest implementation. 2023-08-13 02:25:04 +04:00
6cf74599cc
A separate base.jade template was made. An index.jade rewritten to use it. 2023-08-13 02:24:36 +04:00
4657319d52
Added an error page. 2023-08-13 02:23:47 +04:00
15af164462
Moved to my httpr router. 2023-06-13 00:02:41 +04:00
bdcdecb612
HTTP server was reorganised in internal/http. 2023-01-12 04:58:54 +04:00
e03a0e320e
Removed unused methods from HTTP server. 2022-12-17 21:50:18 +04:00
007ab59c81
Moved robots.txt handling to Index(). 2022-12-17 21:46:54 +04:00
b63e3ecbf5
http.go server moved in an internal dir. 2022-10-31 01:46:55 +04:00
be776d0f2f
Oh, removed an unneded IndexData struct. 2022-06-28 05:23:49 +04:00
3b324a9733
Added ability to disable file serving if it is handled by some other service (e.g. NGiNX). 2022-06-28 01:07:46 +04:00
aec33a154f
Added FIleServer handlers for assets and file share. 2022-06-28 00:37:50 +04:00
ef920126c3
Working Index handler. 2022-06-27 23:37:12 +04:00
cc0c97fa23
Initial commit. 2022-06-27 04:38:09 +04:00