diff --git a/.gitignore b/.gitignore index b59b86b..35b3279 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,9 @@ yarn-debug.log* yarn-error.log* .pnpm-debug.log* +update.log +server.log + # local env files # do not commit any .env files to git, except for the .env.example file. https://create.t3.gg/en/usage/env-variables#using-environment-variables .env diff --git a/json/frigate.json.bak b/json/frigate.json.bak deleted file mode 100644 index a9da5ab..0000000 --- a/json/frigate.json.bak +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "Frigate", - "slug": "frigate", - "categories": [ - 15 - ], - "date_created": "2024-05-02", - "type": "ct", - "updateable": false, - "privileged": true, - "interface_port": 5000, - "documentation": "https://docs.frigate.video/", - "website": "https://frigate.video/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/frigate.webp", - "config_path": "", - "description": "Frigate is an open source NVR built around real-time AI object detection. All processing is performed locally on your own hardware, and your camera feeds never leave your home.", - "install_methods": [ - { - "type": "default", - "script": "ct/frigate.sh", - "resources": { - "cpu": 4, - "ram": 4096, - "hdd": 20, - "os": "debian", - "version": "11" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [ - { - "text": "Discussions (explore more advanced methods): `https://github.com/tteck/Proxmox/discussions/2711`", - "type": "info" - }, - { - "text": "go2rtc Interface port:`1984`", - "type": "info" - } - ] -} diff --git a/server.log b/server.log deleted file mode 100644 index ec2dfa5..0000000 --- a/server.log +++ /dev/null @@ -1,6 +0,0 @@ - -> pve-scripts-local@0.1.0 start -> node server.js - -> Ready on http://0.0.0.0:3000 -> WebSocket server running on ws://0.0.0.0:3000/ws/script-execution