CyberAustin

Results 23 comments of CyberAustin

Worked for me just now. Redmi Note 12 4G (Model: 23021RAA2Y), Global version, MIUI 14.0.10 (TMGEUCM), Android version 13 TKQ1.221114.001, Kernel 5.15.78-android13-8-00009-DIVAR-1.30410.2.32398.4

> Hi, thanks for the contribution. I am a little hesitant on this as I am not too into the devcontainers thing. > > While I personally likes to work...

I don't see why not. I can certainly implement that and test it out.

Updated to the gotify build base image. Had to implement a Dockerfile to install npm/yarn.

Don't merge this yet. I'm still working through some Dev Container-ism to try and get everything running smoothly.

Well I'm going to keep poking at this and maybe come up with something the main devs will like. Either way, it'll be a good learning experience for me.

Confirmed that `/dev/net/tun` existed. Additional errors when trying to run `tailscaled` as root inside the container: ``` logtail started Program starting: v1.76.6-t1edcf9d46-gd0a6cd8b2, Go 1.23.1: []string{"tailscaled"} LogID: 09a461f0718e8321c53fb4e17271c15d0980d4359340f31e672f334028ca9446 logpolicy: using system...

Fixed it. Under `Docker Run Config Override` in the workspace settings, needed to add ``` "cap_add": [ "NET_ADMIN" ], ``` and ``` "devices": [ "/dev/net/tun:/dev/net/tun:rwm" ] ```

Okay, after figuring out where to put the files, I'm getting a new error: ``` se-ds-docker | 2025-05-06 19:16:26.113: Remote Server Listener started. Listening on port 8080 se-ds-docker | 2025-05-06...

I created it in Windows with the SE Dedicated Server program. I was able to connect to it from my local machine and play on it before uploading it to...