Anyone using https://fonts.coollabs.io/?
-
Nice find! The Dev's other projects look cool:
-
Cross-posting for the related Coolify:
-
@girish Perhaps this could be added as a Cloudron feature using Apache rewrite rules and a tick-box to enable it under the Security tab of Cloudron app settings?
-
@marcusquinn recently, i came across http sub module - http://nginx.org/en/docs/http/ngx_http_sub_module.html which does a very primitive form of content rewriting.
While possible, I think this is quite a complex feature because one has to parse html and rewrite it.
-
This tool they link to also looks interesting for seeing all the places your website/app traffic is pinging:
Well done cloudron.io
-
And results from the new beta version:
(using VisJS, eg: https://visjs.github.io/vis-network/examples/ )
-
-
@girish I'm pretty sure this is fast and unintensive for resources. We did something similar for the custom translation module at brandlight.org if you want to try switching languages to see the speed of doing these things on a whole website.
-
-
@marcusquinn nginx rewrite rules work at the request processing level. what we need here is to rewrite the content/response.
-
-
-