browse

Results 11 comments of browse

Really need this feature :)

Webhook功能还在计划中吗? 目前想把Memos做为主要的写作平台,然后利用Webhook同步到微博,Twitter和Telegram等社交媒体。 现在的API勉强也能做增量同步,但是要不断轮询,才能实现实时同步,不太合理。

@RustyNailPlease 多谢大佬。不过我有很多Self-Hosted应用,运维负担很重,所以不想再用第三方的fork了。

在官方不支持Webhook的情况下,又不想单独维护一个Fork,想到了另外一种解决方案:在服务端做手脚。 Memos一般都是部署在反向代理后面的,而我前不久刚刚切换了OpenResty,可以在OpenResty中用Lua获取请求数据,然后发送一个HTTP请求。 代码如下: ``` access_by_lua_block { local json = require("cjson") local http = require("resty.http") local uri = ngx.var.request_uri local method = ngx.req.get_method() if uri == "/api/v1/memo" and method == "POST"...

Me too. I want to embed daily notes using: ``` `=embed(link(dateformat(date(today), "yyyy-MM-dd")))` ``` But it only show the daily notes' filename.

> So whatever is not working is perhaps generally a setup issue here. Also please use `/minio` instead of some custom names here. `/minio` is a reserved prefix that can...

I also need this feature. Is there any plan on it?

Waiting for this feature!!!

Only 2 of 36 webhooks succeed in version 2.10.6.

Uninstall syncthing-macos via https://github.com/syncthing/syncthing-macos?tab=readme-ov-file#uninstallation and reinstall it, the api goes down. Found many 403 in logs and the api key in the wrapper is different from the key in config.xml....