e13de7c7866e27cee8a1a9883536bb6a2dbde5e1
Setup
pacman -S crow asio gdb gcc cmake make sqlite3
Build
vscode
build : Ctrl+Shift+P → "CMake: Configure" run : F5 or Run → Start Debugging
Make Package
- tar the source files to make it cleaner
tar czf pkg/lf-server-admin-panel-0.1.1.tar.gz src/ static/ templates/ lf-server-admin-panel.service CMakeLists.txt
- create the package
makepkg -f
Description
An simple Admin panel written in C++ and HTMX to control and monitor a server running multiple systemd services