-
- [ ] Press enter on list to select container port
- [x] Refactor "flag" type to just use real booleans instead of string booleans
- [ ] action_view for services portforward
- [x] portforward icon…
-
If using NGINX reverse proxy, the 443 port is not detected.
let port = Number.parseInt(url.port || '80')
if (isNaN(port)) {
port = url.protocol === 'https:' ? 443 : 80
}
…
-
-
The default port used by SSR is 13714.
How to change it?
I use Laravel Forge and I have 2 sites on same server, both using Inertia and SSR. When I enable Inertia SSR via Forge for 2nd site, it s…
-
There are plenty of Mac users who would be more than happy to have a Mac version of Hakchi:
https://www.reddit.com/r/snes/comments/18251jn/is_there_a_way_to_install_hakchi_on_mac/
https://www.redd…
-
Investigate errors caused by static ports.
Related to comment in #103
-
[zh-CN]
大神,能不能移植到Android和recovery环境跑啊
-
As the title and as a customer of OVH, I want and need to be able to use port ranges for Edge Firewall rules (dst & source).
By using port ranges into one rule, we may also save some rules.
-
I've spent the last hour and a half of my life making a somewhat decent port of this mod to PaperMC. I'd love to get permission from @ItzDerock to post this elsewhere (ex. on Modrinth) - ofc with cred…
-
Was wondering if in case someone proposes a PR with a port of `hook-mdev/persistent-storage.sh` to Golang, will it be considered?