commit f16022bb70232083b22abfb98e4a4c5284e4bd56 Author: hnasheralneam Date: Tue Dec 24 12:35:58 2024 -0500 Initial config 3rd attempt 😭 diff --git a/Caddyfile b/Caddyfile new file mode 100644 index 0000000..b7f54ba --- /dev/null +++ b/Caddyfile @@ -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 +} \ No newline at end of file