Bence Sántha
Bence Sántha
Possible workaround: It seems that v0.7.0 does not work with ESP8266 chip, but ESP32 does. The solution for ESP8266 is to use v0.6.0, which is now difficult ( see #74...
Despite the similarities, I would not recommend using GitHub's SDK to communicate with Gitea instance. Instead, here is the official SDK from Gitea: https://gitea.com/gitea/go-sdk Documentation: https://pkg.go.dev/code.gitea.io/sdk/gitea
The [`pvesh`](https://pve.proxmox.com/pve-docs/pvesh.1.html) command is quite usable from CLI: ### Create Zone: ```bash # ⚠️ Never use VxLAN over WAN! (It's unencrypted) $ pvesh create /cluster/sdn/zones --type vxlan --zone promlan --peers...
Hi! Thank you for the suggestion! Currently, this isn't possible. However, the idea of semi-persistent containers has come up, especially in the context of GitLab CI. We found that the...
I have been looking for a solution to this and I see two ways: 1) The Arduino device connects to a local NATS Leaf, which is able to connect securely...
Maybe that's the problem here too? #538
Yes, this works because if you put the slash at the end, the server actually responds with `index.html` and may bypasses the routing provided by JavaScript. - `https://opentofu.org/docs/intro/migration/` means `https://opentofu.org/docs/intro/migration/index.html`...
Hmm... that's weird 🤔. The problem could not be reproduced on my own server. - https://opentofu-preview-ffa47336.nf.hu/ (indexing disabled in `robots.txt`) The server uses `Apache 2.4.58`. Built with: `npm run build`...
Not sure if it is related, but I found this in the Docusaurus docs: > GitHub Pages adds a trailing slash to Docusaurus URLs by default. It is recommended to...
Okaaaay! Got it. If I set the `trailingSlash` to `true` on a dev machine, the issue can be reproduced. If I set it to `false`, then it works. Try setting...