{"id":14973384,"url":"https://github.com/szorfein/meteor-app","last_synced_at":"2025-09-08T18:36:07.136Z","repository":{"id":100302986,"uuid":"73190393","full_name":"szorfein/Meteor-App","owner":"szorfein","description":"Minimal web blog from scratch with meteor, angular 2, bootstrap 4. ","archived":false,"fork":false,"pushed_at":"2017-11-22T08:29:27.000Z","size":1274,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-25T11:43:24.334Z","etag":null,"topics":["angular-2","bootstrap-4","captcha","imgur","markdown","meteor","sass","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/szorfein.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":"2016-11-08T13:51:40.000Z","updated_at":"2017-04-26T17:05:47.000Z","dependencies_parsed_at":"2023-05-13T12:45:08.395Z","dependency_job_id":null,"html_url":"https://github.com/szorfein/Meteor-App","commit_stats":{"total_commits":128,"total_committers":1,"mean_commits":128.0,"dds":0.0,"last_synced_commit":"5d45620686e6939d176d0fd405aa1ff0b2995242"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/szorfein/Meteor-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szorfein%2FMeteor-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szorfein%2FMeteor-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szorfein%2FMeteor-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szorfein%2FMeteor-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/szorfein","download_url":"https://codeload.github.com/szorfein/Meteor-App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szorfein%2FMeteor-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274229375,"owners_count":25245188,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["angular-2","bootstrap-4","captcha","imgur","markdown","meteor","sass","typescript"],"created_at":"2024-09-24T13:48:38.740Z","updated_at":"2025-09-08T18:36:07.087Z","avatar_url":"https://github.com/szorfein.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Meteor-App\nMinimal webblog with meteor, angular2, bootstrap 4 and ionic.\n\n# Status\n\nCurrently DEAD, this project do not start anymore, problem with dependencie. meteor-angular as switch to ionic-cli and work better (for now...). [issue](https://github.com/Urigo/Ionic2-MeteorCLI-WhatsApp/issues)\n\nSome part of this code will be move to my next project [penthotal](https://github.com/szorfein/penthotal)\n\n## Preview\n\n![Article with preview](https://raw.githubusercontent.com/szorfein/Meteor-App/master/screenshot.jpg)\n\n## Installation \n\n### 1 - install Meteor \n\n    $ curl https://install.meteor.com/ | sh\n    \n### 2 - Clone this repository.\n\n    $ git clone https://github.com/szorfein/Meteor-App.git \n\n### 3 - Install npm with dependencies\n\n    $ cd Meteor-App\n    $ meteor npm install\n    \n### 4 - Rename ./server/main.config.ts_EXAMPLE and Edit this file. \n\n    $ mv ./server/main.config.ts_EXAMPLE ./server/main.config.ts\n\nAnd change salt value, admin account, imgur setting to your need.\n\n### 5 - Copy file require for bootstrap, chart and font-awesome.\n\n    $ mkdir public/{css,js}\n    cp node_modules/{bootstrap,tether}/dist/js/{bootstrap,tether}.js public/js\n    cp node_modules/jquery/dist/jquery.js public/js/\n    cp node_modules/chart.js/dist/Chart.bundle.js public/js\n    cp node_modules/font-awesome/css/font-awesome.min.css public/css/\n\n### 6 - Captcha\n\nI have implement a very simple captcha based on question/response, I wouldn't implement google solution...    \nYou probably want change couple question/response in file bellow before start...\n\n    ./server/immports/fixtures/captcha.ts\n\n### 7 - Start\n\n    $ meteor\n\n## Troubleshooting:\n\n### With GrSec and PAX, you need disable MPROTECT on meteor and mongo.\n\n    # paxctl-ng -Em ~/.meteor/packages/meteor-tool/.1.4.2.1r0536n++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/node\n    # paxctl-ng -Em ~/.meteor/packages/meteor-tool/.1.4.2.1r0536n++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/mongodb/bin/mongo \n\n### Error after update.\n\nYou need reset project, simply with:\n\n```\n$ meteor reset \u0026\u0026 meteor \n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszorfein%2Fmeteor-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fszorfein%2Fmeteor-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszorfein%2Fmeteor-app/lists"}