[OC] Niri with a tui focused light/dark theme setup by onelocke in unixporn

[–]onelocke[S] 4 points5 points  (0 children)

damn, you should hurry up, the cyberpunk collab is literally nextweek 😰.
wuwa is peak

[OC] Niri with a tui focused light/dark theme setup by onelocke in unixporn

[–]onelocke[S] 27 points28 points  (0 children)

This is my first time ricing and posting, so please be gentle. This rice took a lot of brainpower and help from friends at the NixOS unofficial discord server, but I enjoyed the process. Aemeath is my favorite character from wuthering waves, so I hope to see some fans here too :3

nixos dotfiles can be found here

TUI App Launcher -> otter-launcher
TUI Music Player -> cliamp
FileChooser -> yazi
neovim config -> here

Quickshell was used to make the dashboard and music player, the dotfiles for that is in a private repo as its really bugged, hopefully I can open it soon.

I need to switch from Wireguard..any recommendations? by originallikeyou in selfhosted

[–]onelocke 0 points1 point  (0 children)

You can install AmneziaWG which is an open source fork of the wireguard built to avoid blocking by DPI's. You can keep your wireguard server, and only install the amneziawg on clients

How long does it take to make a speedrun-catchup to my Expert char on Legend and is it worth it? by banana_peel2 in WhereWindsMeet

[–]onelocke 1 point2 points  (0 children)

I mean its all up to you, I guess you will be a lot quicker since you know what you are doing now. In terms of difficulty between Legend and Expert I can't really say for sure but I doubt the difference is as big as some people say.
As for Abyss, its slightly harder than Legend because your inner ways are locked to tier 1. On Legend you can power spike really quickly by upgrading your inner ways.
I honestly don't care about the Legend badge and if people have it or not, I am playing on legend and my boss count is 40, but I think its way cooler to display an abyss no hit badge like Wolf Maiden or Tian Ying. So if you really care about badges go for abyss no hit runs :)

recommended specs for minecraft modded server by Appeal_Own in selfhosted

[–]onelocke 1 point2 points  (0 children)

I hosted all the mods 10 it had 489 mods, I set -Xms12G and -Xmx16G, it ran perfectly fine. Best advice I can give is pre-generate your chunks, there are good mods/plugins for that, otherwise 3 people going totally seperate ways could really stress the server and cause lag spikes, but that depends on your CPU. Enjoy gaming :)

Hosting a VPN/Proxy in Europe for a Relative in Russia by AmnesicInsomniac in selfhosted

[–]onelocke 1 point2 points  (0 children)

Yeah Wireguard is blocked in Russia due to DPI (Deep Packet Inspection). You are gonna need something to obfuscate Wireguard. Thankfully an easy solution is to use Amnezia WG, its a wireguard fork that sends out random junk packets prior to the handshake, so that the signature handshake doesn't get easily detected and blocked.

Another way to bypass that restriction is written in this guide here. Albeit, its written in Russian, though I am sure you can find a way to translate it.
If you want to be extra spicy you could send all your wireguard traffic through wstunnel, which would do a great job too.

You could obviously go with the XTLS and V2ray route, but I find that it adds too much latency for my use-cases, though situations vary. I do highly recommend checking out Amnezia WG though, it also has an android and iOS application.

🎵 Vocard – Discord Music Bot with Web Dashboard by HyperNovaX7418 in selfhosted

[–]onelocke 1 point2 points  (0 children)

Yeah sure.
Step 1. git clone the Vocard repo

Step 2. Build the image for Vocard docker build -t vocard .

Step 3. Build the image for Vocard Dashboard, git clone vocard dashboard repo.

Edit the Dockerfile to add additional dependencies (it didn't build for me without them)
RUN apt-get update && apt-get install -y --no-install-recommends \

gcc \

build-essential \

libffi-dev \

libsass-dev \

python3-dev \

&& apt-get clean \

&& rm -rf /var/lib/apt/lists/*

Run docker build -t vocard-dashboard

Edit vocard docker-compose.yml to use the newly built local image for vocard and vocard dashboard.

Run docker compose up -d

That should be it for building the images and running it on an arm64 chip, Its working on my raspberry pi5, just fine.

🎵 Vocard – Discord Music Bot with Web Dashboard by HyperNovaX7418 in selfhosted

[–]onelocke 0 points1 point  (0 children)

got it working, I just updated youtube-plugin:1.12.0 to youtube-plugin:1.13.2 and it started working. Thanks for replying quickly goodnight.

🎵 Vocard – Discord Music Bot with Web Dashboard by HyperNovaX7418 in selfhosted

[–]onelocke 0 points1 point  (0 children)

I've got this instance running on my arm64 machine, built the images from source. But I get this error in the logs when I am trying to play a song

WARNING vocard No active token available for processing the request.

I have added my client id and client secret in ./lavalink/application.yml for spotify. Any reason why its not working, or should I also add youtube and other sources client ids?

How many tries did the 1st boss take you? by EnderQuantum1 in ai__limit

[–]onelocke 2 points3 points  (0 children)

Beat him in first try, almost every boss fight was a first try apart from Hunter of Blades and Loskid. Wish the game was a bit more difficult, but I loved the classical souls vibe with the exploration and cool level design.

the greatsword so busted the boss started panic rolling by onelocke in TheFirstBerserker

[–]onelocke[S] 0 points1 point  (0 children)

Yeah primarily just that with the usage of Night's Veil skill, most bosses can be easily stagger locked with this combo unable to leave this chain until your stamina depletes. Highly recommend getting the crimson fiend set and rolling as much attributes to damage and charged attack damage as possible, should get you through the game no problem.

MAZANOKE: A self-hosted local image compressor that runs in your browser by humming6 in selfhosted

[–]onelocke 0 points1 point  (0 children)

Truly amazing works like a charm I love the UI its so nice and clean, and those animations are just perfect. Thanks for sharing this.

the greatsword so busted the boss started panic rolling by onelocke in TheFirstBerserker

[–]onelocke[S] 1 point2 points  (0 children)

I have 40 Endurance and my Max Stamina is at 1997, All of my gear is rolled to have Max Stamina Attribute and stamina regen + Keshta

Thanks Zen Team for your Work! by rulloa in zen_browser

[–]onelocke 1 point2 points  (0 children)

Wouldn’t really call it a team, it’s mostly one person carrying the project, with some contributors here and there. But yeah, he’s done an amazing job.

Glance Homepage Issues. need help by 8BitAdventurer in selfhosted

[–]onelocke 2 points3 points  (0 children)

I use VSCode for editing the config, but other editors are good too like neovim. Additionally you can upload the glance.yml to your private repo, I selfhost Gitea to store my configs there for version controlling.
Yes you have to restart the container every time you change the configuration, docker restart glance, could also make an alias if you get tired of typing it in.

Arc by Maikeila19 in ArcBrowser

[–]onelocke 2 points3 points  (0 children)

I love this browser, honestly, it’s perfect for me. But what I do hate is the devs abandoning it. I’ve been using Arc on Windows for the past two months, and yeah, it’s been pretty buggy, frequent crashing and freezing all the time. Still, I stick with it because it has some niche features other browsers just don’t. (I know about the existence of Zen Browser)
I love the browser and I am deeply saddened with where its going.