readme and workflow

This commit is contained in:
2026-04-28 14:35:50 +02:00
parent 20bfd89347
commit 105f5607d1
2 changed files with 64 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# shit-cache
mirco programm to proxy files from an origin to ur hearts content, to either save on bandwidth or have them incase of origin downtime
## Usage:
pass the base64 encoded url u want to proxy to the webserver and ur done
`cache.example.com/{base64encodedUrl}`
## Security:
if u plan to use this on a public domain u can limit the domains its allowed to fetch from with the `ALLOWED_DOMAINS` enviorment variable, subdomains are INCLUDED by default, if none are provided every domain is fair game
`ALLOWED_DOMAINS=mycoolsite.com,example.com`
## Additional stuff
- this is abadonware and will not be maintained
- ai was used in the creation process
- docker images will not be provided, u can build them urself