⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

chubbyts/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker

setup on host

bash

touch ~/.bash_docker
touch ~/.bash_history

git

touch ~/.gitconfig
touch ~/.gitignore

npm

touch ~/.npmrc

opencode

mkdir -p ~/.local/share/opencode
[ ! -f ~/.local/share/opencode/auth.json ] && echo '{}' > ~/.local/share/opencode/auth.json

ssh

mkdir -p ~/.ssh
touch github.pub

zsh

touch ~/.zsh_docker
touch ~/.zsh_history

Use nginx as reverse proxy

IMPORTANT: It is meant for simple testing a project not having an own docker setup yet.

Nginx is configured to reverse proxy to port 3000.

To you use run an app with host 0.0.0.0 and port 3000.

On your host call it via

curl --insecure https://localhost/path/to/route

Copyright

2026 Dominik Zogg

About

Docker environment to develop all the libraries / framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published