touch ~/.bash_docker
touch ~/.bash_historytouch ~/.gitconfig
touch ~/.gitignoretouch ~/.npmrcmkdir -p ~/.local/share/opencode
[ ! -f ~/.local/share/opencode/auth.json ] && echo '{}' > ~/.local/share/opencode/auth.jsonmkdir -p ~/.ssh
touch github.pubtouch ~/.zsh_docker
touch ~/.zsh_historyIMPORTANT: 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/route2026 Dominik Zogg