Skip to content

Instantly share code, notes, and snippets.

@frank-dspeed
Created April 18, 2022 05:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frank-dspeed/51327bb7005ba6137c5bf0059e430cb3 to your computer and use it in GitHub Desktop.
Save frank-dspeed/51327bb7005ba6137c5bf0059e430cb3 to your computer and use it in GitHub Desktop.
StealifyOS - Linux Setup Nginx
  1. Install Docker
  2. secudule docker to autostart in systemd by default socket activated.
  3. use --restart=always

your done as docker manages the container and

upgrade and restart (can take some secunds)

docker pull nginx:latest && docker-compose rm -s nginx_container && docker-compose up -d

so install haproxy localy as server entrypoint.

configuring and installing takes time unwanted one need to create desktop software https://github.com/frank-dspeed/nwjs-proxy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment