{"id":18555757,"url":"https://github.com/infinitybotlist/sysmanage-web","last_synced_at":"2026-03-06T17:38:08.355Z","repository":{"id":152755187,"uuid":"625820131","full_name":"InfinityBotList/sysmanage-web","owner":"InfinityBotList","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-15T17:10:08.000Z","size":1627,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T22:45:49.066Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InfinityBotList.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-10T07:06:10.000Z","updated_at":"2024-05-15T17:10:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"ccffeb8f-e430-4f18-b1ae-29235a3dce52","html_url":"https://github.com/InfinityBotList/sysmanage-web","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfinityBotList%2Fsysmanage-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfinityBotList%2Fsysmanage-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfinityBotList%2Fsysmanage-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfinityBotList%2Fsysmanage-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InfinityBotList","download_url":"https://codeload.github.com/InfinityBotList/sysmanage-web/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241661442,"owners_count":19998951,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T21:27:52.542Z","updated_at":"2026-03-06T17:38:08.319Z","avatar_url":"https://github.com/InfinityBotList.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sysmanage-web\n\nSimple system management framework for small-medium hosts/setups\n\n**See the ``example`` directory as a example on how to use sysmanage-web library to configure a proper executable**\n\n# Getting started\n\n## Automatic\n\n0. Run ``pip3 install -r projbuilder/requirements.txt``\n1. Run ``projbuilder/build.py``\n\n## Manual\n\n1. Copy the contents of the ``example`` directory out to a seperate folder (``sysmanage`` etc.)\n2. Run ``git init`` and ``go mod tidy`` to download any deps needed\n3. Run ``npm i`` in ``frontend``.\n4. Personalize it to your preferences, and build using ``make``\n\nAllows management of our systems, though it can be used by anyone. \nCore plugins included by default are ``nginx``, ``systemd``, ``persist``, ``frontend`` and ``actions``.\n\nThis should be running under ``deployproxy`` or some other authentication proxy/system for additional security. If you wish to setup a different authentication proxy or do not want deployproxy auth checks, such as when performing initial bootstrapping, you can set ``dp_disable`` in ``config.yaml``.\n\n# Plugins\n\n## Systemd\n\nSystemd integration for ``sysmanage`` to allow easy system management\n\n1. Create ``data/servicegen/server.tmpl``. Add your systemd service template here. *Example:*\n\n```toml\n[Service]\nType=simple\nExecStart={{.Command}}\nUser={{.User}}\nGroup={{.Group}}\nWorkingDirectory={{.Directory}}\nExecReload=/bin/kill -s HUP $MAINPID\nKillMode=mixed\nTimeoutStopSec=5\nPrivateTmp=true\nRestartSec=1\nRestart=always\n\n[Install]\nWantedBy=multi-user.target\n\n[Unit]\nPartOf={{.Target}}.target\nDescription=\"{{.Description}}\"\nAfter={{.After}}.service\n```\n\n2. Create ``data/servicegen/target.tmpl``. Add your systemd target here. *Example:*\n\n```toml\n[Unit]\nDescription={{.Description}}\n\n# This collection of apps should be started at boot time.\n[Install]\nWantedBy=multi-user.target\n```\n\n3. Create ``data/services/_meta.yaml`` with content of ``target:`` (include the ending colon).\n\n## Wafflepaw\n\nWafflepaw is a simple monitoring and alert system. It can also integrate with Instatus (Metrics, Incidents) as well as with Discord. Wafflepaw should be ran from a secondary server if possible\n\n**Wafflepaw is still a work in progress and is not ready for use**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfinitybotlist%2Fsysmanage-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfinitybotlist%2Fsysmanage-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfinitybotlist%2Fsysmanage-web/lists"}