themepark-dev / theme.park

A collection of themes/skins for 50 selfhosted apps!
https://theme-park.dev
MIT License
2.33k stars 777 forks source link

How to install on Microsoft IIS with URL Rewrite Module? #118

Closed mkanet closed 3 years ago

mkanet commented 3 years ago

I didn't see any installation instructions for Microsoft IIS web servers.

I am able to set up reverse proxies for sonarr/radarr using IIS + URL Rewrite module relatively easily by following the instructions below. However, I still don't know how to add the respective CSS mod necessary to use these awesome themes. Any help would be appreciated!

Setting up a HTTPS reverse proxy with IIS for Radarr and Sonarr | by Jett Jackson | Medium

I also asked a similar question on StackOverflow.

GilbN commented 3 years ago

I've never used IIS, so you need to see if you can find something similar to

https://nginx.org/en/docs/http/ngx_http_sub_module.html https://httpd.apache.org/docs/2.4/mod/mod_substitute.html https://github.com/echocat/caddy-filter https://github.com/sjtug/caddy2-filter

mkanet commented 3 years ago

Thank you @gilbN. If I figure out a straight forward solution, I'll let you know so you can add IIS to your installation instructions. I'm going to close this issue since I'm not sure if/when I'll have a solution.