diff --git a/ct/headers/xyops b/ct/headers/xyops deleted file mode 100644 index 7a8be0a2..00000000 --- a/ct/headers/xyops +++ /dev/null @@ -1,6 +0,0 @@ - ____ - _ ____ __/ __ \____ _____ - | |/_/ / / / / / / __ \/ ___/ - _> /etc/systemd/system/xyops.service -[Unit] -Description=xyOps Task Scheduler and Server Monitor -After=network.target - -[Service] -Type=simple -User=root -WorkingDirectory=/opt/xyops -Environment=XYOPS_foreground=1 -ExecStart=/usr/bin/node /opt/xyops/lib/main.js -Restart=on-failure -RestartSec=5 - -[Install] -WantedBy=multi-user.target -EOF -systemctl enable -q --now xyops -msg_ok "Created Service" - -motd_ssh -customize -cleanup_lxc diff --git a/json/xyops.json b/json/xyops.json deleted file mode 100644 index 5bce92dd..00000000 --- a/json/xyops.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "xyOps", - "slug": "xyops", - "categories": [ - 19 - ], - "date_created": "2026-05-08", - "type": "ct", - "updateable": true, - "privileged": false, - "has_arm": false, - "interface_port": 5522, - "documentation": "https://github.com/pixlcore/xyops/tree/main/docs", - "website": "https://github.com/pixlcore/xyops", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/xyops.webp", - "description": "A complete task scheduler and server monitoring system with workflow automation, multi-server management, real-time monitoring, and a built-in satellite agent (xySat) for running jobs on remote servers.", - "install_methods": [ - { - "type": "default", - "script": "ct/xyops.sh", - "config_path": "/opt/xyops/conf/config.json", - "resources": { - "cpu": 2, - "ram": 2048, - "hdd": 8, - "os": "Debian", - "version": "13" - } - } - ], - "default_credentials": { - "username": "admin", - "password": "admin" - }, - "notes": [ - { - "text": "A local xySat satellite is started automatically alongside the conductor, allowing jobs to run on this server right away.", - "type": "info" - }, - { - "text": "The WebSocket port 5523 is used for secure wss:// connections. Port 5522 serves the web interface and ws:// connections.", - "type": "info" - } - ] -} \ No newline at end of file