{"id":22208355,"url":"https://github.com/topaxi/tmpy","last_synced_at":"2025-03-25T04:36:44.105Z","repository":{"id":7216898,"uuid":"8523636","full_name":"topaxi/tmpy","owner":"topaxi","description":"Easy file upload / download server","archived":false,"fork":false,"pushed_at":"2017-04-26T10:17:30.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T04:42:45.791Z","etag":null,"topics":["file-sharing","javascript","open-source","sharing","temporary","temporary-files"],"latest_commit_sha":null,"homepage":"https://tmpy.topaxi.ch/","language":"JavaScript","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/topaxi.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}},"created_at":"2013-03-02T16:49:03.000Z","updated_at":"2020-05-24T16:44:43.000Z","dependencies_parsed_at":"2022-08-28T21:51:07.506Z","dependency_job_id":null,"html_url":"https://github.com/topaxi/tmpy","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/topaxi%2Ftmpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topaxi%2Ftmpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topaxi%2Ftmpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/topaxi%2Ftmpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/topaxi","download_url":"https://codeload.github.com/topaxi/tmpy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245401372,"owners_count":20609163,"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":["file-sharing","javascript","open-source","sharing","temporary","temporary-files"],"created_at":"2024-12-02T19:17:57.059Z","updated_at":"2025-03-25T04:36:44.082Z","avatar_url":"https://github.com/topaxi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TMPY\n\nEasy file upload / download server\n\n## How to deploy to APPUiO / OpenShift Cluster\n\nCreate a new project\n\n```\noc new-project tmpy\n```\n\nCreate app, since tmpy uses Node 6 as runtime, and Node 6 is not yet available in the current scl source-to-image images (https://github.com/sclorg/s2i-nodejs-container) we use the origin version available under https://github.com/openshift-s2i/s2i-nodejs-community \n\n```\noc new-app ryanj/centos7-s2i-nodejs:6.3.1~https://github.com/topaxi/tmpy.git\n```\n\n### OpenShift Container Platform Version less than 3.3\nIf you want to deploy your tmpy to OpenShift Container Platform Version less than 3.3 you will encounter a docker schema version issue.\n\nSwitch  sourceStrategy ImageStreamTag(centos7-s2i-nodejs:6.3.1) to DockerImage (ryanj/centos7-s2i-nodejs:6.3.1) \n\n```\noc edit bc tmpy\n```\n\n## Database\n\ntmpy uses a mongodb to store the state\n\n```\noc new-app mongodb-ephemeral -pDATABASE_SERVICE_NAME=mongodb -pMONGODB_USER=tmpy -pMONGODB_PASSWORD=tmpy -pMONGODB_DATABASE=tmpy\n\n```\n\n## Configuration\n\nYou now need to configure your App via environment variables, add the following configuration to your deploymentConfig\n\n```\noc env dc tmpy -e TMPY_PORT=8080 -e TMPY_IP=0.0.0.0 -e TMPY_DB_HOST=mongodb -e TMPY_DB_NAME=tmpy -e TMPY_DB_USER=tmpy -e TMPY_DB_PASSWORD=tmpy -e TMPY_HOSTNAME=tmpy.appuio.ch\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftopaxi%2Ftmpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftopaxi%2Ftmpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftopaxi%2Ftmpy/lists"}