{"id":22157884,"url":"https://github.com/mkbeh/cryptolab-restapi","last_synced_at":"2025-03-24T14:48:18.089Z","repository":{"id":98487925,"uuid":"142772948","full_name":"mkbeh/CRyptoLab-RestAPI","owner":"mkbeh","description":"Rest Api for CRyptoLab client","archived":false,"fork":false,"pushed_at":"2018-08-21T18:58:58.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T19:48:50.259Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mkbeh.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":"2018-07-29T15:33:47.000Z","updated_at":"2018-08-21T18:58:59.000Z","dependencies_parsed_at":"2023-06-02T01:15:45.896Z","dependency_job_id":null,"html_url":"https://github.com/mkbeh/CRyptoLab-RestAPI","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/mkbeh%2FCRyptoLab-RestAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkbeh%2FCRyptoLab-RestAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkbeh%2FCRyptoLab-RestAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkbeh%2FCRyptoLab-RestAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkbeh","download_url":"https://codeload.github.com/mkbeh/CRyptoLab-RestAPI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245294764,"owners_count":20591899,"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-12-02T03:16:08.324Z","updated_at":"2025-03-24T14:48:18.083Z","avatar_url":"https://github.com/mkbeh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CRyptoLab-RestAPI\n##### Rest Api for CRyptoLab client.\n\n### Deployment guide (Ubuntu 16).\n#### 0. Update/Upgrade system , git clone, make venv and install requirements.\n#### 1. Installing and configure mongodb.\n    sudo apt-get install -y mongodb-org\n    sudo nano /etc/systemd/system/mongodb.service\n    sudo systemctl start mongodb\n    sudo systemctl status mongodb\n    sudo systemctl enable mongodb\n##### mogodb.service file.\n    [Unit]\n    Description=High-performance, schema-free document-oriented database\n    After=network.target\n    \n    [Service]\n    User=mongodb\n    ExecStart=/usr/bin/mongod --quiet --config /etc/mongod.conf\n\n    [Install]\n    WantedBy=multi-user.target\n    \n#### 3. Gen priv key and cert.\n    sudo apt-get install openssl\n    openssl genrsa -out key.pem 2048\n    openssl req -new -x509 -days 3650 -key key.pem -out cert.pem\n\n#### 4. Installing and configure supervisord. \n    sudo apt-get install supervisor\n    add conf file in /etc/supervisor/conf.d/...\n    sudo supervisorctl reread\n    sudo supervisorctl update\n\n##### Supervisor app conf example.\n    [program:cryptolab]\n    command=/home/noragami/CRyptoLab-RestAPI/venv/bin/python2.7 /home/noragami/CRyptoLab-RestAPI/resp_api.py\n    stdout_logfile=/var/log/cryptolab_app/cryptolab.log\n    autostart=true\n    autorestart=true\n    user=noragami\n    stopsignal=KILL\n    numprocs=1\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkbeh%2Fcryptolab-restapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkbeh%2Fcryptolab-restapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkbeh%2Fcryptolab-restapi/lists"}