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

  1. 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
  1. 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
Readme 407 MiB
Languages
C++ 99.6%
HTML 0.3%
CMake 0.1%