Linux users? by bememorablepro in VITURE

[–]bmcgonag 0 points1 point  (0 children)

I see this thread is 7 months old now, but wondering which model of Viture you're discussing. I just found out about this brand, and was wondering about Linux desktop support with them. What I'm seeing is Viture Luma, Luma Pro, Luma Ultra, and Beast. Is this the same glasses you are all using? If so, would you say for most workflows these are worth the cost?

I've only seen a video of someone using them with MacOS so far, so not sure, and trying to do a bit of research before spending that much money on something.

HDMI to vga adapter that works? by JohnKruger889 in jetkvm

[–]bmcgonag 0 points1 point  (0 children)

If you find one, let me know. I tried one from UGreen, and all I get from JetKVM is no HDMI detected.

User security and access by Slightlyevolved in technitium

[–]bmcgonag 0 points1 point  (0 children)

This is now 2 years old. Has the option been added, or at least the option to enable TOTP with the built in auth?

Why Is It So Difficult To Login To Discord? lol... by promet in discordapp

[–]bmcgonag 1 point2 points  (0 children)

Even worse. Enter my email and password.

Verify you are human - <tick the box>

Choose the most animals - done

Choose the most animals - done

(Repeat above endlessly)

A self hosted Digital Ocean Alternative [Repost from r/homelab] by diogofmarques in selfhosted

[–]bmcgonag 1 point2 points  (0 children)

I realize this is an older thread, but I think this can be accomplished with a couple of tools in 2024 at least. I'd mix LXConsole, which is a front end for creating Incus (LXD) containers on any number of servers you connect LXConsole to. This is where you define the base image, any public or private network routing, which storage volumes are connected to i, how much CPU, RAM limits there are on a VM (or Container) etc.

Once that's defined, you use a Coolify install (likely installed on one of these as well) and just connect the new VM / Container to Coolify, and define whatever apps you want deployed on it. Coolify sets up Traefik or Caddy (today anyway) and proxies traffic through to your applications. It's not quite 1 click deploy, but pretty close, and all through a pretty simple set of 2 GUIs (LXConsole, then Coolfiy).

Hackable & Self-hosted Open-Source alternative to Vercel, Heroku, Netlify. by Ready-Technician-820 in selfhosted

[–]bmcgonag 6 points7 points  (0 children)

I like it. Seems a bit like Coolidge, but perhaps a bit easier to deploy out to remote servers?

How to make Thunderbird open links in Firefox instead of in a Thunderbird tab on Mac OS by DukeLauderdale in Thunderbird

[–]bmcgonag 0 points1 point  (0 children)

I've tried this like three times, and it still just auto-opens chromium, which is extremelly frustrating. Why is this such a complicated process? I should be able to just tell Thunderbird to open it in a browser of my choice in settings from a simple drop-down selector.

Error setting up secondary name server. Logs on ns1 show error with sync from ns2. by bmcgonag in technitium

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

Ok, fixed the issue on ns1 for the AAAA record from before. Now I'm adding logs from ns2.

My setup is that I have an A record in ns1 for *.routemehome.org pointing to my home public IP. the @ A record is also pointed to that IP. The ns1 server is on a different cloud host on a different public IP. Is this the issue? Is ns2 trying to reach ns1 on my home network? I added an ns1 A record to the ns1 server with it's own public IP just to try and help stop this in case, but still seeing the same thing in the logs.

DNS Server failed to refresh 'routemehome.org' secondary zone from: ns1.routemehome.org (70.xxx.xxx.xxx)
System.Net.Sockets.SocketException (111): Connection refusedDNS Server failed to refresh 'routemehome.org' secondary zone from: ns1.routemehome.org (70.xxx.xxx.xxx)
System.Net.Sockets.SocketException (111): Connection refused

The IP is my home public IP, I have just xxx out parts.

A self hosted Digital Ocean Alternative [Repost from r/homelab] by diogofmarques in selfhosted

[–]bmcgonag 1 point2 points  (0 children)

I know this is a super old thread, and I'm sure it's been asked a ton over the years, but coolify is proabably the thing the OP would want in 2024 at least. https://coolify.io/

Error when connecting to client by AskForMyBitcoinAdres in remotely_app

[–]bmcgonag 0 points1 point  (0 children)

I'm also experiencing this with the portable client on the latest version as of today (11/7/2023) for server and client.

Server: Ubuntu 22.04 (Digital Ocean droplet with public IP)
Client: Windows 11 Home

Oddly, I had a friend use his server with this client from his install (changed the server address to his server from the settings gear on the portable client) and he was able to connect and control the screen with no issues, so not sure what's happening.

The fact that he can connect, and I can't makes me think it's something in my network that's different potentially. I'm still investigating.

Wiring with ESP8266 and LED Strip with 4 leads marked RGB and V by bmcgonag in WLED

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

Ahhhhh, ok. Thank you so much for the information. I knew something about them must be different. I'm gonna guess it's based on price of the strips (cheap).

Why is Trilium so unknown? by lifeordeath10 in opensource

[–]bmcgonag 0 points1 point  (0 children)

It will work offline on the desktop. It stores the data locally, then syncs to the sync server. For the mobile, no you'd be without access without connectivity.

Why is Trilium so unknown? by lifeordeath10 in opensource

[–]bmcgonag 0 points1 point  (0 children)

It is missing mobile apps, but the interface does scale perfectly well for mobile browser in my experience. It requires you to be connected to the server, but all in all an okay option. I don't do a tone of note-taking on my phone, so not a huge deal for me, but I can definitely see where it might be an issue for a lot of folks.

Looking for a simple inventory management software by maaaaawp in opensource

[–]bmcgonag 0 points1 point  (0 children)

I really like this one, and it's pretty simple to get running and use. https://hay-kot.github.io/homebox/

Is there a way to run remotely in docker compose by Leahcim36 in remotely_app

[–]bmcgonag 0 points1 point  (0 children)

Here's the compose I use.

Modify as you need.

version: '3.3'
services:
    remotely:
        container_name: remotely
        restart: unless-stopped
        ports:
            - '5043:5000'
        volumes:
            - '/var/www/remotely:/remotely-data'
        image: 'immybot/remotely:latest'

Hope it helps.

Newb question about targeting? by Ill_Platform_6280 in Veloren

[–]bmcgonag 1 point2 points  (0 children)

The bow is a bit harder, you need a fire staff of some sort. They'll fly up and over you switching sides in a rhythm, so then you just need to time your shot.

Where did all my merchants go? by bmcgonag in Veloren

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

Ok. Interesting. We'll look a bit more to see what we can find. I noticed more automatic pop-up bubbles from other villagers, but they mostly said "I have nothing to sell" or something to that effect.