Git Product home page Git Product logo

arm64-nginx-proxy's Introduction

Automated Nginx Proxy for Raspberry Pi

Setup and Usage

  • Follow upstream repo instructions here: @nginx-proxy or
  • git clone https://github.com/avidsapp/arm64-nginx-proxy.git proxy
    cd proxy
    docker-compose up -d
    

Reboot Scripts

Settings to ensure reboot spins up proxy containers - change <USER> and run sudo nano /etc/systemd/system/proxy-startup.service:

[Unit]
Description=Proxy startup script

[Service]
ExecStart=/home/<USER>/proxy/proxy-startup.sh
Type=oneshot
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target

Then run:

sudo systemctl daemon-reload
sudo systemctl enable proxy-startup.service

Then add a reboot CRON job under the root user - sudo su - and run sudo crontab -e:

@reboot /home/<USER>/proxy/proxy-startup.sh

arm64-nginx-proxy's People

Contributors

avidsapp avatar b1f6c1c4 avatar baptistedonaux avatar buchdag avatar came88 avatar dependabot[bot] avatar eralumin avatar exussum12 avatar gabriel403 avatar huiwang avatar jiazhen avatar jwilder avatar kamermans avatar matt-hh avatar md5 avatar panteparak avatar pini-gh avatar qiqizjl avatar rarous avatar ryneeverett avatar s0obi avatar schmunk42 avatar taxilian avatar teohhanhui avatar thajeztah avatar thomasleveil avatar tkw1536 avatar vegasbrianc avatar viranch avatar webner avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.