index
:
webiot
main
Small webserver for my personal Internet of Things (IoT)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.go
Age
Commit message (
Expand
)
Author
2024-03-25
Directly implement HTTP handler for /
HEAD
0.1.0
main
xengineering
2024-03-25
Make the parsed configuration a global variable
xengineering
2024-03-25
Move template parsing to main function
xengineering
2024-03-25
Make parsed templates a global variable
xengineering
2024-03-25
Define /api handler directly
xengineering
2024-03-25
Move configuration code to a separate file
xengineering
2024-03-25
Remove unused function mustRender()
xengineering
2024-03-25
Remove mustRead()
xengineering
2024-03-24
Replace io/ioutil by os package
xengineering
2024-03-24
Replace appdata completely by embed package
xengineering
2024-03-24
Embed simple.css file into binary
xengineering
2023-03-27
Rework code documentation
xengineering
2023-03-27
Apply `go fmt` to all files
xengineering
2023-03-27
Switch to simple.css
xengineering
2023-03-27
Pass appdata directory by argument
xengineering
2022-05-16
Implement CSS installation
xengineering
2022-05-16
Introduce appdata configuration option
xengineering
2022-05-16
Add configuration of template path
xengineering
2022-05-16
Fix default path for config
xengineering
2022-05-15
Publish code
xengineering