How to make MPV float and automatically resize to video dimensions on Omarchy?

Hey guys, how can I make MPV on Omarchy float automatically and resize the window to match the video dimensions?

reddit.com
u/niieowa — 1 day ago
▲ 0 r/mpv

mpv window stuck at a fixed size at Omarchy distro

Hey guys, why is the mpv video player stuck at a specific size? How can I make it behave normally?

reddit.com
u/niieowa — 1 day ago

mpv window stuck at a fixed size

Hey guys, why is the mpv video player stuck at a specific size? How can I make it behave normally?

reddit.com
u/niieowa — 3 days ago

Wi-Fi issue after the Public Beta 2

Hey guys, I have an iPhone 15 Pro Max. Yesterday I installed the iOS Public Beta 2, but every time I turn Wi-Fi on, I have to tap "Forget This Network" and enter the password again before Wi-Fi works.

Has anyone else experienced this? Is there a better solution than forgetting the network every time?

reddit.com
u/niieowa — 24 days ago

Wi-Fi issue after the Public Beta 2

Hey guys, I have an iPhone 15 Pro Max. Yesterday I installed the iOS Public Beta 2, but every time I turn Wi-Fi on, I have to tap "Forget This Network" and enter the password again before Wi-Fi works.

Has anyone else experienced this? Is there a better solution than forgetting the network every time?

reddit.com
u/niieowa — 24 days ago
▲ 1 r/iOS27

Wi-Fi issue after the Public Beta 2

Hey guys, I have an iPhone 15 Pro Max. Yesterday I installed the iOS Public Beta 2, but every time I turn Wi-Fi on, I have to tap "Forget This Network" and enter the password again before Wi-Fi works.

Has anyone else experienced this? Is there a better solution than forgetting the network every time?

reddit.com
u/niieowa — 24 days ago

Looking for a VPS script that supports SSH over WebSocket, payloads, and Cloudflare CDN

Hi everyone,

I’m looking for a script that I can run on my VPS to set up an SSH over WebSocket service behind Cloudflare CDN.

I’m specifically looking for a solution that supports:
- SSH over WebSocket (WS/WSS)
- Cloudflare CDN integration
- Custom payloads
- SSH proxy payloads (ssh-proxy-payload)
- Custom headers and host injection
- SNI support
- Multiple ports/protocols if possible

Ideally, I’d like something open source with active development and good documentation.

If you know of any scripts, GitHub repositories, panels, or projects that support payload-based connections and SSH proxy payload features, I’d appreciate your recommendations and experiences.

Thanks in advance!

reddit.com
u/niieowa — 28 days ago
▲ 3 r/VPN

How to setup zero-rated VLESS with multi-level subdomain on Cloudflare?

Hey guys, I'm trying to replicate this client config on my own server. Here's the working config from my friend:
JSON

{
"server": "www.domain.com",
"server_port": 443,
"tag": "Test",
"type": "vless",
"uuid": "942hdiwa-9e01-460a-iud76",
"packet_encoding": "xudp",
"tls": {
"enabled": true,
"server_name": "www.domain.com.mydomain.com",
"utls": {
"enabled": true
}
},
"transport": {
"type": "ws",
"path": "/vws/",
"headers": {
"Host": [
"www.domain.com.mydomain.com"
]
}
}
}

Where:
www.domain.com is the zero-rated domain (on Cloudflare)

mydomain.com is my domain (also on Cloudflare, pointing to my VPS)

My friend says this works on any V2Ray app with zero configuration — just paste the link and it connects. No hosts file edits needed.
I have:
A VPS with 3X-UI running

mydomain.com on Cloudflare with DNS pointing to my VPS

A Let's Encrypt cert for www.domain.com.mydomain.com via acme.sh DNS challenge

But I'm stuck on the server-side setup. I don't know how to configure 3X-UI/Xray so that:
Clients can connect using www.domain.com as the server address

The TLS handshake validates www.domain.com.mydomain.com properly

It works without requiring clients to edit their hosts file

I suspect my friend is using Cloudflare Advanced Certificate Manager for the multi-level subdomain cert, but I want to confirm if there's a free way to do this before paying.

Can anyone point me in the right direction for the server-side config? What am I missing?

Thanks!

reddit.com
u/niieowa — 29 days ago

How to setup zero-rated VLESS with multi-level subdomain on Cloudflare?

Hey guys, I'm trying to replicate this client config on my own server. Here's the working config from my friend:
JSON

{
"server": "www.domain.com",
"server_port": 443,
"tag": "Test",
"type": "vless",
"uuid": "942hdiwa-9e01-460a-iud76",
"packet_encoding": "xudp",
"tls": {
"enabled": true,
"server_name": "www.domain.com.mydomain.com",
"utls": {
"enabled": true
}
},
"transport": {
"type": "ws",
"path": "/vws/",
"headers": {
"Host": [
"www.domain.com.mydomain.com"
]
}
}
}

Where:
www.domain.com is the zero-rated domain (on Cloudflare)

mydomain.com is my domain (also on Cloudflare, pointing to my VPS)

My friend says this works on any V2Ray app with zero configuration — just paste the link and it connects. No hosts file edits needed.
I have:
A VPS with 3X-UI running

mydomain.com on Cloudflare with DNS pointing to my VPS

A Let's Encrypt cert for www.domain.com.mydomain.com via acme.sh DNS challenge

But I'm stuck on the server-side setup. I don't know how to configure 3X-UI/Xray so that:
Clients can connect using www.domain.com as the server address

The TLS handshake validates www.domain.com.mydomain.com properly

It works without requiring clients to edit their hosts file

I suspect my friend is using Cloudflare Advanced Certificate Manager for the multi-level subdomain cert, but I want to confirm if there's a free way to do this before paying.

Can anyone point me in the right direction for the server-side config? What am I missing?

Thanks!

reddit.com
u/niieowa — 30 days ago