{"id":19467158,"url":"https://github.com/blynkkk/blynk-sketch-generator","last_synced_at":"2025-04-25T11:30:54.689Z","repository":{"id":54136648,"uuid":"83592108","full_name":"blynkkk/blynk-sketch-generator","owner":"blynkkk","description":"This repository is for generating Blynk sketches.","archived":false,"fork":false,"pushed_at":"2023-01-25T21:38:36.000Z","size":201,"stargazers_count":22,"open_issues_count":2,"forks_count":24,"subscribers_count":7,"default_branch":"master","last_synced_at":"2023-03-23T01:02:05.737Z","etag":null,"topics":["arduino","esp8266","iot","nodejs","nodemcu","raspberry-pi"],"latest_commit_sha":null,"homepage":"https://examples.blynk.cc","language":"JavaScript","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/blynkkk.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}},"created_at":"2017-03-01T19:23:17.000Z","updated_at":"2023-01-25T18:13:56.000Z","dependencies_parsed_at":"2023-02-14T11:45:49.439Z","dependency_job_id":null,"html_url":"https://github.com/blynkkk/blynk-sketch-generator","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blynkkk%2Fblynk-sketch-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blynkkk%2Fblynk-sketch-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blynkkk%2Fblynk-sketch-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blynkkk%2Fblynk-sketch-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blynkkk","download_url":"https://codeload.github.com/blynkkk/blynk-sketch-generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223997670,"owners_count":17238591,"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":["arduino","esp8266","iot","nodejs","nodemcu","raspberry-pi"],"created_at":"2024-11-10T18:33:40.681Z","updated_at":"2024-11-10T18:33:41.298Z","avatar_url":"https://github.com/blynkkk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# blynk-sketch-generator\nThis repository is for generating [Blynk](http://www.blynk.cc) sketches.\n\nhttps://examples.blynk.cc/\n\n# Installation\n\n## Fail to ban\n\n```\nsudo apt-get update\nsudo apt-get install fail2ban\nsudo cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local\n```\n\n## Certs\n\n```\nwget https://dl.eff.org/certbot-auto\nchmod a+x certbot-auto\nexport LC_ALL=\"en_US.UTF-8\"\nexport LC_CTYPE=\"en_US.UTF-8\"\n./certbot-auto certonly --standalone -d examples.blynk.cc\n ```\n\n## Cron job\n\n@monthly   /root/certbot-auto renew --standalone --pre-hook \"/root/blynk-sketch-generator/stop_server.sh\" --post-hook \"/root/blynk-sketch-generator/start_server.sh\"\n\n## Git\n\n```\nsudo apt-get install git\n```\n\n## Download project\n\n```\ngit clone https://github.com/blynkkk/blynk-sketch-generator.git\n```\n\n## Install nodejs\n\n```\ncurl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -\nsudo apt-get install -y nodejs build-essential realpath\n```\n\n## Install used modules\n\n```\ncd blynk-sketch-generator\nnpm install\nnpm install -g forever\n```\n\n## Forward to correct port\n \n ```\nsudo iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080\nsudo iptables -t nat -A PREROUTING -p tcp --dport 443 -j REDIRECT --to-port 8443\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblynkkk%2Fblynk-sketch-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblynkkk%2Fblynk-sketch-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblynkkk%2Fblynk-sketch-generator/lists"}