{"id":16744994,"url":"https://github.com/gregology/pgpsignature","last_synced_at":"2026-05-15T23:02:37.298Z","repository":{"id":40551024,"uuid":"482246208","full_name":"gregology/pgpsignature","owner":"gregology","description":"PGP signature repo","archived":false,"fork":false,"pushed_at":"2022-05-03T01:22:40.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-16T01:41:32.001Z","etag":null,"topics":["flask","pgp","pgp-signature","python"],"latest_commit_sha":null,"homepage":"https://pgp.clar.ke","language":"Python","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/gregology.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":"2022-04-16T12:19:49.000Z","updated_at":"2022-05-03T06:50:52.000Z","dependencies_parsed_at":"2022-08-09T23:00:22.142Z","dependency_job_id":null,"html_url":"https://github.com/gregology/pgpsignature","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gregology/pgpsignature","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregology%2Fpgpsignature","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregology%2Fpgpsignature/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregology%2Fpgpsignature/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregology%2Fpgpsignature/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregology","download_url":"https://codeload.github.com/gregology/pgpsignature/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregology%2Fpgpsignature/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266278125,"owners_count":23904036,"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":["flask","pgp","pgp-signature","python"],"created_at":"2024-10-13T01:44:24.080Z","updated_at":"2026-05-15T23:02:32.279Z","avatar_url":"https://github.com/gregology.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PGP Signature\n\nA repo for storing PGP Signatures.\n\n## Production (Docker)\n\n### Create Postgres database\n\n```SQL\nCREATE DATABASE \"pgpsignature\";\nCREATE USER \"user\" WITH PASSWORD 'password';\nGRANT ALL PRIVILEGES ON DATABASE \"pgpsignature\" TO \"user\";\n```\n\n### Create container\n\n```bash\ndocker run -d \\\n  -p 5000:5000 \\\n  --name=\"pgpsignature\" \\\n  -e APP_SETTINGS=\"config.ProductionConfig\" \\\n  -e DATABASE_URL=\"postgresql://user:password@host.docker.internal/pgpsignature\" \\\n  gregology/pgpsignature:latest\n```\n\n### Initialize database\n\n```bash\ndocker exec -it pgpsignature python /app/init_db.py \n```\n\n## Development\n\n### Create Postgres database\n\n```SQL\nCREATE DATABASE \"pgpsignature\";\nCREATE USER \"user\" WITH PASSWORD 'password';\nGRANT ALL PRIVILEGES ON DATABASE \"pgpsignature\" TO \"user\";\n```\n\n### Install requirements\n```bash\npip install -r requirements.txt\n```\n### Set environment variables\n\n```bash\nexport APP_SETTINGS=config.DevelopmentConfig\nexport DATABASE_URL=postgresql://user:password@localhost/pgpsignature\n```\n\n### Initialize database\n\n```bash\npython /app/init_db.py \n```\n\n### Run app\n\n```bash\nflask run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregology%2Fpgpsignature","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregology%2Fpgpsignature","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregology%2Fpgpsignature/lists"}