LICENSE
MANIFEST.in
README.md
pyproject.toml
gorunn/__init__.py
gorunn/cli.py
gorunn/config.py
gorunn/helpers.py
gorunn/translations.py
gorunn/utils.py
gorunn.egg-info/PKG-INFO
gorunn.egg-info/SOURCES.txt
gorunn.egg-info/dependency_links.txt
gorunn.egg-info/entry_points.txt
gorunn.egg-info/requires.txt
gorunn.egg-info/top_level.txt
gorunn/classes/__init__.py
gorunn/classes/app_validator.py
gorunn/commands/__init__.py
gorunn/commands/aider.py
gorunn/commands/build.py
gorunn/commands/destroy.py
gorunn/commands/docker_exec.py
gorunn/commands/info.py
gorunn/commands/init.py
gorunn/commands/logs.py
gorunn/commands/parse.py
gorunn/commands/projects.py
gorunn/commands/restart.py
gorunn/commands/start.py
gorunn/commands/status.py
gorunn/commands/stop.py
gorunn/commands/terminal.py
gorunn/commands/trust.py
gorunn/commands/version.py
gorunn/templates/docker/.env.tmpl
gorunn/templates/docker/docker-compose.node.yaml.tmpl
gorunn/templates/docker/docker-compose.php.yaml.tmpl
gorunn/templates/docker/docker-compose.python.yaml.tmpl
gorunn/templates/docker/docker-compose.yaml.tmpl
gorunn/templates/docker/dockerfiles/node/Dockerfile.tmpl
gorunn/templates/docker/dockerfiles/php/Dockerfile.tmpl
gorunn/templates/docker/dockerfiles/python/Dockerfile.tmpl
gorunn/templates/envs/node.env.tmpl
gorunn/templates/envs/php.env.tmpl
gorunn/templates/envs/python.env.tmpl
gorunn/templates/mounts/mysql/init.sql
gorunn/templates/mounts/node/files/supervisord.conf
gorunn/templates/mounts/node/scripts/entrypoint.sh
gorunn/templates/mounts/node/scripts/node.sh
gorunn/templates/mounts/php/configs/php.ini
gorunn/templates/mounts/php/files/supervisord.conf
gorunn/templates/mounts/php/scripts/entrypoint.sh
gorunn/templates/mounts/php/scripts/php.sh
gorunn/templates/mounts/php/templates/bashrc
gorunn/templates/mounts/php/templates/docker-php-ext-xdebug.tmpl
gorunn/templates/mounts/postgres/init.sql
gorunn/templates/mounts/proxy/Dockerfile
gorunn/templates/mounts/proxy/makecert.sh
gorunn/templates/mounts/proxy/openssl.cnf
gorunn/templates/mounts/proxy/certs/self/dhparam.pem
gorunn/templates/mounts/proxy/certs/self/gorunn.crt
gorunn/templates/mounts/proxy/certs/self/gorunn.key
gorunn/templates/mounts/proxy/files/common.conf
gorunn/templates/mounts/proxy/files/supervisord.conf
gorunn/templates/mounts/proxy/scripts/entrypoint.sh
gorunn/templates/mounts/proxy/scripts/nginx.sh
gorunn/templates/mounts/proxy/templates/localstack.ctmpl
gorunn/templates/mounts/proxy/templates/mailpit.ctmpl
gorunn/templates/mounts/proxy/templates/nginx.ctmpl
gorunn/templates/mounts/proxy/templates/node.ctmpl
gorunn/templates/mounts/proxy/templates/php.ctmpl
gorunn/templates/mounts/proxy/templates/python.ctmpl
gorunn/templates/mounts/python/files/supervisord.conf
gorunn/templates/mounts/python/scripts/entrypoint.sh
gorunn/templates/mounts/python/scripts/server.sh