{"id":22124614,"url":"https://github.com/nblock/snolla","last_synced_at":"2025-03-24T07:45:51.607Z","repository":{"id":19843134,"uuid":"23104853","full_name":"nblock/snolla","owner":"nblock","description":"Snolla - Connect gitlab with bugzilla.","archived":false,"fork":false,"pushed_at":"2014-08-19T09:43:03.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T13:13:18.241Z","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/nblock.png","metadata":{"files":{"readme":"README","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":"2014-08-19T09:41:58.000Z","updated_at":"2014-08-19T09:42:58.000Z","dependencies_parsed_at":"2022-07-21T07:17:22.065Z","dependency_job_id":null,"html_url":"https://github.com/nblock/snolla","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nblock%2Fsnolla","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nblock%2Fsnolla/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nblock%2Fsnolla/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nblock%2Fsnolla/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nblock","download_url":"https://codeload.github.com/nblock/snolla/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245231555,"owners_count":20581684,"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-01T15:48:43.997Z","updated_at":"2025-03-24T07:45:51.570Z","avatar_url":"https://github.com/nblock.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Snolla - Connect gitlab with bugzilla.\n\nAuthor: Florian Preinstorfer \u003cnblock@archlinux.org\u003e\nLicense: AGPLv3\n\nRequirements\n============\nThe list below enumerates the requirements to run snolla. The debian package names are listed second.\n\n  * Python 3.3+: python3 python-virtualenv\n  * Nginx: nginx\n  * Uwsgi: uwsgi uwsgi-plugin-python3\n\nFirst time installation\n=======================\nBelow is a list of neccessary steps to get snolla up and running.\n\nApplication\n-----------\n\n  * Install dependencies from above.\n  * Get a copy of snolla.\n  * Setup virtualenv\n    $ virtualenv --python=python3 --no-site-packages /path/to/venv\n    $ source /path/to/venv/bin/activate\n    $ cd snolla\n    $ pip install -r requirements/minimum.txt  # install minimum snolla dependencies\n\nUwsgi\n-----\n  * Create a new profile for snolla in /etc/uwsgi/apps-available/snolla.ini\n    [uwsgi]\n    uid = www-data\n    gid = www-data\n    chmod-socket = 666\n    master = true\n    enable-threads = true\n    processes = 2\n    lazy = true\n    plugins = python3\n    chdir = /path/to/snolla\n    virtualenv = /path/to/venv\n    module = snolla\n    callable = create_app()\n\n  * Activate profile:\n    $ sudo ln -s /etc/uwsgi/apps-available/snolla.ini /etc/uwsgi/apps-enabled/snolla.ini\n\nNginx\n-----\n  * Create a nginx config for snolla in /etc/nginx/sites-available/nginx:\n    server {\n            listen   80; ## listen for ipv4; this line is default and implied\n            listen   [::]:80 default_server ipv6only=on; ## listen for ipv6\n\n            root /usr/share/nginx/www;\n            index index.html index.htm;\n\n            # Make site accessible from http://localhost/\n            server_name localhost snolla;\n\n            location / { try_files $uri @snolla; }\n            location @snolla {\n                include uwsgi_params;\n                uwsgi_pass unix:/run/uwsgi/app/snolla/socket;\n            }\n    }\n\n  * Activate config:\n    $ sudo ln -s /etc/nginx/sites-available/nginx /etc/nginx/sites-enabled/nginx\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnblock%2Fsnolla","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnblock%2Fsnolla","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnblock%2Fsnolla/lists"}