diff options
author | Anonymous <anon@anon.com> | 2021-08-25 13:44:39 +0200 |
---|---|---|
committer | Anonymous <anon@anon.com> | 2021-08-25 13:44:39 +0200 |
commit | eb50d0dd6e7f1c11f238e137d8bd7218bb26a285 (patch) | |
tree | 300628763b673c422d6787ecf9d47e648c06ea84 | |
parent | a98706fe908f1710c8b48a43f9a80db8f49bfacd (diff) |
add c.r service
-rw-r--r-- | Home.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -54,6 +54,10 @@ There are some ways to support krebs: or [flameshot-once](http://cgit.ni.r/stockholm/tree/krebs/5pkgs/simple/flameshot-once/profile.nix) do it +- [c.r](http://c.r) + - read-write arbitrary urls with `cat $file | curl -d @- http://c.r/my/custom/path` + - delete with `curl -X DELETE http://c.r/my/custom/path` + - if posted again will override old content ## Monitoring |