Commit graph

73 commits

Author SHA1 Message Date
Jakub Dorfman
d7bc158864 allow unfree package lxmf in nixpkgs configuration 2026-05-14 21:08:58 +02:00
Jakub Dorfman
31db0a67d4 changed version of pkgs.python314Packages.rns and lxmf 2026-05-14 21:06:49 +02:00
Jakub Dorfman
19281afb90 added lxmd -p to reticulum making it a propagation node 2026-05-14 21:03:00 +02:00
Jakub Dorfman
ada9be73f5 changed reticulum home to work with permissions of reticulum user 2026-05-13 23:46:42 +02:00
Jakub Dorfman
e74af2b8e4 fix: define lib variable in outputs let block 2026-05-13 23:41:34 +02:00
Jakub Dorfman
d24fe40f61 allowed unfree packages, reticulum has custom license 2026-05-13 23:39:06 +02:00
Jakub Dorfman
79cf938395 added reticulum 2026-05-13 23:34:02 +02:00
Jakub Dorfman
0e4e3308c1 fix: add --build flag to run_compose for deployment and restart commands
Co-authored-by: Copilot <copilot@github.com>
2026-04-29 19:36:02 +02:00
Jakub Dorfman
559bae34a9 fix: reset leftover variables in cmd_list function
Co-authored-by: Copilot <copilot@github.com>
2026-04-29 18:56:26 +02:00
Jakub Dorfman
ea0f99b442 feat: add repo_url to app data and update frontend to conditionally display Git Pull button
Co-authored-by: Copilot <copilot@github.com>
2026-04-29 18:53:02 +02:00
Jakub Dorfman
fabcfceb6d feat: add repo-pull action to re-clone/pull repository and redeploy app
Co-authored-by: Copilot <copilot@github.com>
2026-04-29 18:47:11 +02:00
Jakub Dorfman
0a82fe3160 fix: add git package to panel API service dependencies 2026-04-29 18:40:02 +02:00
Jakub Dorfman
1f0368f1dd fix: check for git installation before cloning repository in HTTP handler
Co-authored-by: Copilot <copilot@github.com>
2026-04-29 18:38:29 +02:00
Jakub Dorfman
197926a8a8 fix: improve error handling and refactor app initialization process in HTTP handler
Co-authored-by: Copilot <copilot@github.com>
2026-04-29 18:36:11 +02:00
Jakub Dorfman
435be527d7 fix: improve error handling when reading app state in HTTP handler
Co-authored-by: Copilot <copilot@github.com>
2026-04-29 18:34:49 +02:00
Jakub Dorfman
2c1d267652 feat: add support for app source selection with GitHub and raw compose options
Co-authored-by: Copilot <copilot@github.com>
2026-04-29 15:39:34 +02:00
Jakub Dorfman
57ace80ecd feat: enhance volume management with support for multiple volumes and improved API endpoints
Co-authored-by: Copilot <copilot@github.com>
2026-04-28 23:43:17 +02:00
Jakub Dorfman
479d84bc27 feat: add volume management features including file upload, download, and clear actions
Co-authored-by: Copilot <copilot@github.com>
2026-04-28 23:30:22 +02:00
Jakub Dorfman
612fde6038 fix: streamline backup and route rendering actions in handleAction function
Co-authored-by: Copilot <copilot@github.com>
2026-04-28 23:24:55 +02:00
Jakub Dorfman
8b42ea7e04 feat: add routing tab and fetch routing details for apps in frontend
fix: update compose commands to remove orphan containers in panelctl

Co-authored-by: Copilot <copilot@github.com>
2026-04-28 23:20:49 +02:00
Jakub Dorfman
eeab4c1818 fix: remove unnecessary sudo rules and adjust permissions for container directories
Co-authored-by: Copilot <copilot@github.com>
2026-04-28 23:09:25 +02:00
Jakub Dorfman
fe4d3f4432 feat: add panel configuration with API service and Caddy integration
Co-authored-by: Copilot <copilot@github.com>
2026-04-28 22:54:36 +02:00
Jakub Dorfman
441b049e2b fix: remove unused maybe_reload_caddy function from panelctl.sh 2026-04-28 20:49:14 +02:00
Jakub Dorfman
ec1780d36a fix: add missing parameters to caddy configuration 2026-04-28 20:45:52 +02:00
Jakub Dorfman
fc9c6f1b81 fix: correct systemd path and service configuration for Caddy route reload 2026-04-28 20:44:14 +02:00
Jakub Dorfman
d71e12b3dd fix: add systemd path and service for automatic Caddy reload on route changes 2026-04-28 20:42:12 +02:00
Jakub Dorfman
e9045690d5 fix: remove curl from systemPackages and add it to serviceConfig path 2026-04-27 12:51:37 +02:00
Jakub Dorfman
24a25fe22f fix: remove admin configuration from extraConfig in caddy.nix 2026-04-27 12:46:57 +02:00
Jakub Dorfman
1dd5a3d469 fix: add admin configuration to extraConfig in caddy.nix 2026-04-27 12:43:05 +02:00
Jakub Dorfman
346f370e3f installed curl 2026-04-27 12:40:42 +02:00
Jakub Dorfman
89da2f4d36 fix: implement logging function and replace echo statements with log calls
Co-authored-by: Copilot <copilot@github.com>
2026-04-27 12:35:04 +02:00
Jakub Dorfman
da44b44468 fix: enhance caddy reload logic to use admin API and improve validation checks 2026-04-27 12:14:12 +02:00
Jakub Dorfman
9953519894 fix: adjust padding in .wrap class for improved layout 2026-04-27 12:00:40 +02:00
Jakub Dorfman
542141f8da installed jq 2026-04-27 00:33:07 +02:00
Jakub Dorfman
47dbd52c25 fixed permission updates to route.caddy when removing container 2026-04-27 00:27:38 +02:00
Jakub Dorfman
e02c840d18 fixed permissions durring caddy conf render 2026-04-27 00:19:55 +02:00
Jakub Dorfman
b4869d9a56 fix: update permissions for routes.caddy file to allow group write access
Co-authored-by: Copilot <copilot@github.com>
2026-04-26 23:59:49 +02:00
Jakub Dorfman
15a40af87b feat: add initial implementation of the frontend panel with app management features
Co-authored-by: Copilot <copilot@github.com>
2026-04-26 23:53:17 +02:00
Jakub Dorfman
64c5b573cf Update caddy reload command paths in configuration and panelctl scripts
Co-authored-by: Copilot <copilot@github.com>
2026-04-26 23:31:31 +02:00
Jakub Dorfman
7072fc9a37 Refactor route removal in cmd_render_route and cmd_remove to use sed for block deletion
Co-authored-by: Copilot <copilot@github.com>
2026-04-26 23:23:26 +02:00
Jakub Dorfman
b8969bc6f7 Update permissions in tmpfiles.rules for container directories and routes.caddy file
Co-authored-by: Copilot <copilot@github.com>
2026-04-26 23:21:32 +02:00
Jakub Dorfman
be44b1a0f5 Ensure grep command in cmd_render_route does not fail if APP_ROUTE_FILE is missing
Co-authored-by: Copilot <copilot@github.com>
2026-04-26 23:09:19 +02:00
Jakub Dorfman
dbec256b36 Enhance deployment logging in cmd_deploy function for better error tracking
Co-authored-by: Copilot <copilot@github.com>
2026-04-26 23:06:03 +02:00
Jakub Dorfman
902bd7ee73 Improve error handling in deployment and stopping commands in panelctl.sh
Co-authored-by: Copilot <copilot@github.com>
2026-04-26 22:58:09 +02:00
Jakub Dorfman
74fa920ba0 Update paths in configuration files to use /var/lib/containers instead of /home/reudy/containers
Co-authored-by: Copilot <copilot@github.com>
2026-04-26 22:40:39 +02:00
Jakub Dorfman
5046bdd185 Update tmpfiles.rules to use correct routes.caddy file path
Co-authored-by: Copilot <copilot@github.com>
2026-04-26 20:53:18 +02:00
Jakub Dorfman
17ac5953ae Refactor route handling in panelctl.sh and update caddy configuration for improved route management
Co-authored-by: Copilot <copilot@github.com>
2026-04-26 20:41:56 +02:00
Jakub Dorfman
36664f243e Add sudo rules for reudy to allow NOPASSWD systemctl reload for caddy and update panelctl.sh to use docker.io for image reference
Co-authored-by: Copilot <copilot@github.com>
2026-04-26 20:16:42 +02:00
Jakub Dorfman
a27b7de7fa added lingering for reudy 2026-04-26 20:04:37 +02:00
Jakub Dorfman
b2822b3c69 Add runtime environment checks for Podman in panelctl script
Co-authored-by: Copilot <copilot@github.com>
2026-04-26 19:58:50 +02:00