Toby Chui
Toby Chui
As this installer is really old and need a rewrite soon (already in high priotity in the todo list), I guess if you are working on a module for ArozOS,...
@gududushuodehenhao 看來你看不懂英文,那我用中文好了。 在把你的 WebApp 整個資料夾上傳到 web 資料夾裡面之後(請確保裡面的結構符合 ArozOS WebApp 格式,例如有 init.agi 及其指向的 StartDir html 檔案),並在 System Setting > 已安裝模組 內點選 「重新載入 WebApp」 的按鈕,然後你的 WebApp 才會出現在開始功能表。之後你要用桌面捷徑工具(對桌面空白處右鍵 > 新增 > 捷徑)把 WebApp...
@Bartiiee That is by design in term of web security. [CORS](https://developer.mozilla.org/zh-TW/docs/Web/HTTP/CORS) and some [X-frame-options](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options) disable such login from cross origin domains (e.g. your own domain that open the web desktop...
@Bartiiee Well then it is an interesting use cases. Anyway, regarding the issues you saw, 1. "Not letting you to embed into 3rd party software" should be your HTTP reverse...
@Bartiiee Have you tried [Zoraxy](https://github.com/tobychui/zoraxy) instead of NPM? My best guess will be your reverse proxy having trouble rewriting the Location header required for redirection after logged in. I will...
> But the thing I wanted to do with it, is have something for myself to always work while on the road and an interface that always looks the same....
@smudge1977 I guess you mean the implementation here didn't check for if a cert already exists or not and go straight to "renewCertificate" https://github.com/tobychui/zoraxy/blob/549e492ffd081df6032d9f1003917c1e63d1a1b1/src/web/components/httprp.html#L636C1-L663C6 Yeah I think this can be...
@smudge1977 Further pass that function it is the work by @yeungalan . I guess you might need to ask him for the certificate implementation details.
Hi @khairul169 A shortcut in ArozOS is just a text file (as you have discovered) and you can always implement your own shortcut opener using agi scripting interface. 1. Create...
Hi @jimmyGALLAND As I recall from my PR reviews, @yeungalan didn't implement alias auto renew function into the ACME module in the first place (so this is more like a...