SWAG - LetsEncrypt + Reverse Proxy: Difference between revisions

From Pikes' Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
##::  docker network create ''proxynet''
##::  docker network create ''proxynet''
##::</pre>
##::</pre>
# Install SWAG
# [https://youtu.be/I0lhZc25Sro?t=959 Install SWAG]
## Go to Apps tab and search for '''SWAG'''
## Go to Apps tab and search for '''SWAG'''
## Choose Install for the  
## Install with the same "proxynet" Network Type you created earlier
## Follow the video and copy settings from your existing LetEncrypt container if any.
*Todo
*Todo
*Notes
*Notes
*References
*References
** [https://youtu.be/I0lhZc25Sro SpaceInvader tutorial]
** [https://youtu.be/I0lhZc25Sro SpaceInvader tutorial]

Revision as of 20:25, 28 January 2021

  • Install
  1. Create custom docker network for containers
    1. Disable Docker Service temporarily
    2. Enable Docker Advanced View
    3. Preserve User Networks = yes
    4. Enable Docker Service
    5. Open unraid console and create "proxynet" with
      docker network create ''proxynet''
  2. Install SWAG
    1. Go to Apps tab and search for SWAG
    2. Install with the same "proxynet" Network Type you created earlier
    3. Follow the video and copy settings from your existing LetEncrypt container if any.