{"id":20906043,"url":"https://github.com/sybrex/til","last_synced_at":"2026-03-19T18:02:47.847Z","repository":{"id":42650524,"uuid":"263540936","full_name":"sybrex/til","owner":"sybrex","description":"Today I Learned","archived":false,"fork":false,"pushed_at":"2023-02-16T01:39:48.000Z","size":413,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-19T14:22:26.164Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sybrex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-05-13T06:09:41.000Z","updated_at":"2022-02-10T10:37:21.000Z","dependencies_parsed_at":"2024-11-18T13:34:38.060Z","dependency_job_id":"bdc22b21-6671-4aa8-836f-064bbfdc3ca7","html_url":"https://github.com/sybrex/til","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/sybrex%2Ftil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sybrex%2Ftil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sybrex%2Ftil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sybrex%2Ftil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sybrex","download_url":"https://codeload.github.com/sybrex/til/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243297382,"owners_count":20268764,"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-11-18T13:28:46.557Z","updated_at":"2025-12-25T13:22:48.808Z","avatar_url":"https://github.com/sybrex.png","language":"HTML","readme":"# TIL\nToday I Learned\n\n\n# Deploy\n```\n# list of all coammands\npipenv run fab --list \n\n# deploy\npipenv run fab deploy --branch master --deps --hosts \u003chost\u003e\n```\n\nsystemd\n-------\n```\n[Unit]\nDescription=uWSGI instance to serve til.viktors.info\nAfter=network.target\n\n[Service]\nUser=deployer\nGroup=nginx\nWorkingDirectory=/srv/www/til\nExecStart=/usr/local/bin/pipenv run uwsgi --ini uwsgi.ini\n```\n\nnginx\n-----\n```\nserver {\n    listen 80;\n    server_name til.viktors.info;\n\n    access_log  /var/log/nginx/til.access.log;\n    error_log  /var/log/nginx/til.error.log;\n\n    location / {\n        include uwsgi_params;\n        uwsgi_pass unix:/srv/www/til/uwsgi.sock;\n    }\n}\n```\n\nDocker\n------\nRunning mongodb container for development\n```shell\ndocker run --name local-mongo -p 27017:27017 -d mongo:latest\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsybrex%2Ftil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsybrex%2Ftil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsybrex%2Ftil/lists"}