2025-10-22 21:37:28 +02:00
2025-05-30 16:44:39 +02:00
2025-10-20 23:06:33 +02:00
2025-05-30 16:44:39 +02:00
2025-10-16 19:20:17 +02:00
2025-10-12 00:21:32 +02:00

Setup

pacman -S crow asio gdb gcc cmake make sqlite3 libsodium

Build

vscode

build : Ctrl+Shift+P → "CMake: Configure" run : F5 or Run → Start Debugging

CompileDB

cmake -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=ON

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 408 MiB
0.1.4 Latest
2026-02-23 20:00:04 +01:00
Languages
C++ 48.8%
Svelte 38.6%
HTML 4.4%
CMake 4.1%
Shell 2.8%
Other 1.3%