{"id":25704994,"url":"https://github.com/tstarck/sup","last_synced_at":"2025-07-14T09:09:46.750Z","repository":{"id":53534559,"uuid":"124593155","full_name":"tstarck/sup","owner":"tstarck","description":"Secure Upload","archived":false,"fork":false,"pushed_at":"2021-03-25T21:58:52.000Z","size":24,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T06:40:50.935Z","etag":null,"topics":["upload","webapp"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tstarck.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":"2018-03-09T21:05:20.000Z","updated_at":"2019-08-20T01:22:17.000Z","dependencies_parsed_at":"2022-08-20T14:00:14.451Z","dependency_job_id":null,"html_url":"https://github.com/tstarck/sup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tstarck/sup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tstarck%2Fsup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tstarck%2Fsup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tstarck%2Fsup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tstarck%2Fsup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tstarck","download_url":"https://codeload.github.com/tstarck/sup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tstarck%2Fsup/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265266295,"owners_count":23737200,"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":["upload","webapp"],"created_at":"2025-02-25T06:34:26.792Z","updated_at":"2025-07-14T09:09:46.418Z","avatar_url":"https://github.com/tstarck.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# sup \u003cimg src=\"https://raw.githubusercontent.com/humppa/sup/master/static/favicon.png\" alt=\"sup\" /\u003e\n\n[dockimg]: https://hub.docker.com/r/tuomasstarck/sup\n\nSup is tightly-scoped and secure file upload utility with sane defaults and no\ncruft. Flask is used for light framework, uWSGI for performance, and Docker for\neasy deployment.\n\nGet it from: [https://hub.docker.com/r/tuomasstarck/sup][dockimg]\n\n\n## Usage\n\nProduction deployment uses uWSGI and requires a proxy server which speaks\n`uwsgi`. By default *one* worker process is created and port *5000* is used.\n\n    $ docker run [-e ENV_OPTS] -p 5000:5000 -v \u003cconfdir\u003e:/conf:ro -v \u003cdatadir\u003e:/data tuomasstarck/sup:latest\n\nFor development, testing, and simple deployments run `sup.py` inside the\ncontainer. In that case the server speaks HTTP and uses port 8000 by default.\n\n    $ docker run [-d/-it] [-e DEBUG=1] -p 8000:8000 -v $(pwd):/app --entrypoint /usr/local/bin/python\n        -v \u003cconfdir\u003e:/conf:ro -v \u003cdatadir\u003e:/data tuomasstarck/sup:latest sup.py\n\n\n## Configuration\n\nSup uses following environment variables for configuration:\n\n* `DEBUG': Set true (e.g. `1`) for debug mode.\n* `PORT': Change the `uwsgi` server listening port.\n* `PROC': Set the number of uWSGI worker processes.\n\nTo use a configuration file, mount a directory with `config.yaml` to container\npath `/conf`. See `examples/config.yaml` for configuration switches.\n\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftstarck%2Fsup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftstarck%2Fsup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftstarck%2Fsup/lists"}