SWAG - LetsEncrypt + Reverse Proxy: Difference between revisions
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''' | ||
## | ## 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
- Create custom docker network for containers
- Disable Docker Service temporarily
- Enable Docker Advanced View
- Preserve User Networks = yes
- Enable Docker Service
- Open unraid console and create "proxynet" with
- docker network create ''proxynet''
- Install SWAG
- Go to Apps tab and search for SWAG
- Install with the same "proxynet" Network Type you created earlier
- Follow the video and copy settings from your existing LetEncrypt container if any.
- Todo
- Notes
- References