Simon Ryf
Simon Ryf
This is a duplicate of #118 and seems to be a complex issue :-( There is also a comment from fskale on [https://gist.github.com/tomdaley92/789688fc68e77477d468f7b9e59af51c](https://gist.github.com/tomdaley92/789688fc68e77477d468f7b9e59af51c) but nothing on newer macs yet. Proxmox...
just adding that you probably also need the other files (CodeLazy.js, Markdown...)? ```bash FASTUI_ASSETS_VERSION=0.0.23 FASTUI_ASSETS_URL=https://cdn.jsdelivr.net/npm/@pydantic/fastui-prebuilt@$FASTUI_ASSETS_VERSION/dist/assets/ wget -r -np -nH --cut-dirs=5 -R "index.html,index.html.tmp" -P ./static/assets/ $FASTUI_ASSETS_URL ```
> I added lines for local files and now when I log in to the console I get the error js.map, is this normal? "GET /static/assets/index.js.map HTTP/1.1" 404 Not Found...
I understand - this is open source and free and everything. And besides CPU load - it IS pretty nice :-) And IMO the only option if you want desktop...
The problem arises from the `net-snmp-config --cflags` which is using the MacOS net-snmp package. you can check with: ```bash /usr/bin/net-snmp-config --cflags ``` which generates the gibberish. I have installed the...
Dear gents, it's been a while and I stumbled on this issue now as my upstream service does not support X-Forwarded-For and relies on the RFC-7239. Some reverse-proxies (apache, nginx,...
I finally got it working, though this is by far not ideal. No idea what happens to auto update etc. Also I have not yet worked intensively with this. So...
Hi @gun-enes use env var: ``` GENIEACS_MONGODB_CONNECTION_URL=mongodb://mongo:27017/genieacs ``` instead of modifying `lib/config.ts`