Initial config
3rd attempt 😭
This commit is contained in:
commit
f16022bb70
1 changed files with 74 additions and 0 deletions
74
Caddyfile
Normal file
74
Caddyfile
Normal file
|
@ -0,0 +1,74 @@
|
||||||
|
{
|
||||||
|
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
|
||||||
|
}
|
Loading…
Reference in a new issue