{"id":17003272,"url":"https://github.com/jayfk/machinery","last_synced_at":"2025-08-23T06:12:34.646Z","repository":{"id":32105215,"uuid":"35677497","full_name":"jayfk/machinery","owner":"jayfk","description":"A UI for docker-machine","archived":false,"fork":false,"pushed_at":"2017-01-27T16:49:21.000Z","size":5306,"stargazers_count":13,"open_issues_count":1,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-12T06:52:21.709Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.getmachinery.io/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jayfk.png","metadata":{"files":{"readme":"README.rst","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":"2015-05-15T14:08:39.000Z","updated_at":"2021-01-13T19:45:55.000Z","dependencies_parsed_at":"2022-09-12T22:11:28.175Z","dependency_job_id":null,"html_url":"https://github.com/jayfk/machinery","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jayfk/machinery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayfk%2Fmachinery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayfk%2Fmachinery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayfk%2Fmachinery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayfk%2Fmachinery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jayfk","download_url":"https://codeload.github.com/jayfk/machinery/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayfk%2Fmachinery/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271745702,"owners_count":24813518,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-14T04:30:10.884Z","updated_at":"2025-08-23T06:12:34.612Z","avatar_url":"https://github.com/jayfk.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"==========\nWarning\n==========\nThis project was a little experiment to port a django application to the desktop. It is no longer maintained.\n\n.. image:: https://www.getmachinery.io/static/img/logo.png\n\n\n==========\nQuickstart\n==========\nYou can run machinery as a docker container or as a standalone desktop application. Visit `getmachinery.io \u003chttp://www.getmachinery.io/get/\u003e`_ to get started.\n\n\n===============\nAbout\n===============\nmachinery is written in Python using the Django framework. Communication with docker-machine is done through the command line interface.\n\nThe standalone desktop application consists of two elements:\n\n- A lightweight CherryPy webserver that runs the django applicaton\n- Githubs Electron starts the webserver on localhost and opens a Window that renders the HTML/JS.\n\n===============\nDevelopment\n===============\n\nIf you are familiar with Python and Django, you can jump right in by installing all dependencies with\n\n``pip install -r requirements/base.txt``\n\nCreate a cache table and run all initial migrations with\n\n``python app/manage.py createcachetable``\n\n``python app/manage.py migrate``\n\nTo start the debug server, run\n\n``python app/manage.py runserver localhost:8090``\n\n===============\nBuild\n===============\n\n**On OSX**\n\nClone the electron skeleton into the machinery folder\n\n``git clone git@github.com:jayfk/machinery-skeleton.git``\n\nInstall appdmg as a global node package\n\n``npm install -g appdmg``\n\nInstall all requirements\n\n``pip install -r requirements/dev.txt``\n\nand run\n\n``python build.py osx``\n\nThere will be a ``machinery.app`` in ``skeleton/tmp`` containing your build and a ``machinery_latest.dmg`` in ``release/osx`` for distribution. \n\nYou can run electron from the command line with\n\n``skeleton/tmp/machinery.app/Contents/MacOS/Electron``\n\nIf you want to run the webserver without electron, run\n\n``skeleton/tmp/machinery.app/Contents/Resources/app/machinery/machinery``\n\n**On Windows**\n\nClone the electron skeleton into the machinery folder\n\n``git clone git@github.com:jayfk/machinery-skeleton.git``\n\nInstall 7zip and make sure that the installation folder is in your path so that you can run ``7z`` directly from your terminal.\n\nInstall all requirements\n\n``pip install -r requirements\\dev.txt``\n\nand run\n\n``python build.py osx``\n\nThere will be a ``machinery`` folder inside ``skeleton\\tmp`` containing your build and a ``machinery_latest.zip`` in ``release\\win`` for distribution.\n\n========\nSecurity\n========\nmachinery runs a webserver on 127.0.0.1:8090 without authentication/authorization, containing all you security \ncredentials from various cloud providers, certificates etc. If you plan to run machinery on a remote host (e.g. with docker), make sure to set a nginx proxy with HTTP Basic Auth in front of it.\n\n=====\nStack\n=====\n- `Django \u003chttps://www.djangoproject.com/\u003e`_\n- `SQLite \u003chttps://www.sqlite.org/\u003e`_\n- `Materialize \u003chttp://materializecss.com/\u003e`_\n- `CherryPy \u003chttp://www.cherrypy.org/\u003e`_\n- `Electron \u003chttps://github.com/atom/electron\u003e`_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayfk%2Fmachinery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayfk%2Fmachinery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayfk%2Fmachinery/lists"}