Загрузка страницы

Self-hosted Server accessible over Internet - EASY with Caddy 2!

**For beginners to advanced users** Caddy 2 is THE ULTIMATE SERVER. You can use it as a reverse proxy to safely access all of your self-hosted home server applications over the internet, when combined with Port Forwarding and a Dynamic DNS (DDNS). Replace and simplify many other server applications like NGINX, Apache, HA Proxy, Traefik and Lets Encrypt. Caddy is powerful, feature-packed and very easy to use.

LINKS:
https://duckdns.org
https://www.noip.com/support/knowledgebase/general-port-forwarding-guide/
https://caddyserver.com/docs

**************************************
Install Caddy on Ubuntu:

echo "deb [trusted=yes] https://apt.fury.io/caddy/ /" | sudo tee -a /etc/apt/sources.list.d/caddy-fury.list
sudo apt update
sudo apt install caddy

**************************************
Start Caddy service:

sudo systemctl start caddy

**************************************
Example Caddyfile (/etc/caddy/Caddyfile):

nextcloud.jackshouse.com:443 {
reverse_proxy localhost:81
}
hassio.jackshouse.com:443 {
reverse_proxy 192.168.1.5:8123
}

**************************************
Restart Caddy service after configuration changes:

sudo systemctl start caddy

**************************************

Видео Self-hosted Server accessible over Internet - EASY with Caddy 2! канала Lucid Engine
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
13 октября 2020 г. 11:21:55
00:16:54
Яндекс.Метрика