caddy-config/Caddyfile

74 lines
1.3 KiB
Text
Raw Normal View History

2024-12-24 12:35:58 -05:00
{
email hnasheralneam@gmail.com
}
hnasheralneam.dev, profile.hnasheralneam.dev {
root * /srv/www/hnasheralneam.github.io
file_server
}
guestbook-api.hnasheralneam.dev {
reverse_proxy localhost:3444
}
professional.hnasheralneam.dev {
root * /srv/www/profile-website
file_server
}
office.hnasheralneam.dev, nextcloud.hnasheralneam.dev {
reverse_proxy localhost:88
}
desktop.hnasheralneam.dev {
reverse_proxy localhost:4000
}
jellyfin.hnasheralneam.dev {
reverse_proxy localhost:8096
}
umami.hnasheralneam.dev {
reverse_proxy localhost:3110
}
fetchcv.hnasheralneam.dev {
reverse_proxy localhost:3601
}
git.hnasheralneam.dev {
reverse_proxy localhost:5000
}
portal.hnasheralneam.dev {
reverse_proxy localhost:9200
}
gitorganized.hnasheralneam.dev {
reverse_proxy localhost:3602
}
immich.hnasheralneam.dev, photos.hnasheralneam.dev {
reverse_proxy localhost:2283
}
coder.hnasheralneam.dev {
reverse_proxy localhost:3000
}
goldrush.hnasheralneam.dev {
redir https://hnasheralneam.github.io/gold-rush 302
}
vegetabledash.hnasheralneam.dev {
redir https://hnasheralneam.github.io/vegetable-dash
}
activitylog.hnasheralneam.dev {
redir https://hnasheralneam.github.io/activity-log
}
directory.hnasheralneam.dev {
root * /srv/www/directory
file_server
}