diff --git a/frontend/public/json/upsnap.json b/frontend/public/json/upsnap.json new file mode 100644 index 00000000..f545d92b --- /dev/null +++ b/frontend/public/json/upsnap.json @@ -0,0 +1,40 @@ +{ + "name": "UpSnap", + "slug": "upsnap", + "categories": [ + 4 + ], + "date_created": "2025-09-12", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 8090, + "documentation": "https://github.com/seriousm4x/UpSnap/wiki", + "config_path": "", + "website": "https://github.com/seriousm4x/UpSnap", + "logo": "hhttps://cdn.jsdelivr.net/gh/selfhst/icons/webp/upsnap.webp", + "description": "A simple wake on lan web app written with SvelteKit, Go and PocketBase.", + "install_methods": [ + { + "type": "default", + "script": "ct/upsnap.sh", + "resources": { + "cpu": 1, + "ram": 512, + "hdd": 1, + "os": "Debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [ + { + "text": "The first user you register will be the admin user.", + "type": "info" + } + ] +}