index
:
webiot
main
Small webserver for my personal Internet of Things (IoT)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
Remove Makefile
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
2024-03-24
Create a Go module for this project
xengineering
2024-03-24
Update to simple.css v2.2.1
xengineering
2024-03-24
Provide example and default configuration
xengineering
2023-03-27
Rework code documentation
xengineering
2023-03-27
Apply `go fmt` to all files
xengineering
2023-03-27
Fix AGPL v3 link
xengineering
2023-03-27
Change title in HTML
xengineering
2023-03-27
Remove systemd-specific code
xengineering
2023-03-27
Switch to simple.css
xengineering
2023-03-27
Pass appdata directory by argument
xengineering
2023-03-27
Reformat README from plaintext to Markdown
xengineering
2022-05-16
Remove unnecessary headline from index.html.tmpl
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
Deploy HTML via Makefile
xengineering
2022-05-16
Fix default path for config
xengineering
2022-05-16
Fix sysusers installation
xengineering
2022-05-16
Fix sysusers file
xengineering
2022-05-16
Remove unnecessary mkdir in Makefile
xengineering
2022-05-16
Implement install of systemd files
xengineering
2022-05-15
Add AGPL License
xengineering
2022-05-15
Add systemd files
xengineering
2022-05-15
Add Makefile
xengineering
2022-05-15
Publish code
xengineering