Dust0741

joined 1 year ago
[–] Dust0741@lemmy.world 2 points 4 days ago (1 children)
[–] Dust0741@lemmy.world 9 points 4 days ago (3 children)
[–] Dust0741@lemmy.world 2 points 4 days ago (1 children)

Thanks for the help. This is enough to get me started

[–] Dust0741@lemmy.world 1 points 5 days ago (2 children)

With Crafty you can bind a specific port.

I use tailscale for public access, and have set it up so tailscale users can access the domain.

I guess what I'm asking for is NPM but for tcp.

[–] Dust0741@lemmy.world 1 points 5 days ago* (last edited 5 days ago) (2 children)

No I'm not.

I have tailscale setup for external access. (I have dns records already in my domain provider pointing to a tailscale ip, so a device on my tailnet can access my domain. ie an authorized tailscale device can access nginx.example.com)

I want to know what I have to do to get minecraft.example.com to resolve interenally.

15
submitted 5 days ago* (last edited 5 days ago) by Dust0741@lemmy.world to c/selfhosted@lemmy.world
 

I use Crafty Controller for Minecraft. I have a server running at 192.168.50.16:25540. I want it to resolve to minecraft.example.com. I have Nginx Proxy Manager setup for my domain and can access it from inside my network, but it'd be nice to be able to use a domain instead.

NPM only has options for http and https, so is this even possible using NPM?

EDIT: this is for only internal access I have external access via tailscale.

[–] Dust0741@lemmy.world 2 points 1 week ago

Oh fascinating. I'll have to look into that

[–] Dust0741@lemmy.world 1 points 1 week ago (1 children)

Cool okay.

What about the CNAME one?

[–] Dust0741@lemmy.world 1 points 1 week ago* (last edited 1 week ago) (3 children)

For 4 II, its CNAME Name: @ Target: ???

What is the target supposed to be?

Edit: putting "@" for name on the A record, once saved, it changes to my domain instead of @, in your screenshot

[–] Dust0741@lemmy.world 1 points 1 week ago (1 children)

A good dashboard helps with not remembering port numbers also. And can look slick

[–] Dust0741@lemmy.world 6 points 1 week ago (3 children)

Holy crap thank you so much. I was literally thinking of figuring out how to do exactly this EARLIER TODAY!

Thank you again for this write up. I have almost all of what you wrote already done (cloudflare, NPM and tailscale setup) but haven't hooked Tailscale and NPM together yet.

[–] Dust0741@lemmy.world 2 points 1 week ago (2 children)

I have gluetun+socks5 containea running, then in an app, I put in localip:port into a proxy field. Then that app will use that connection for internet. Browsers on desktop also support proxies. So if you want a specific browser to always use the VPN, this is a very simple way to do that.

https://source.android.com/docs/security/features/private-space

[–] Dust0741@lemmy.world 7 points 1 week ago (1 children)

Its not bad using the official wireguard app. Its definitely noticable. On the android battery screen it'll show around 5% after a full day of use and it on always

 

I may have messed things up....... I had a lot of docker config and data stored in /home/skynet I then ran a sshfs command and it disappeared. I was trying to send the contents of /home/skynet (server) to /home/shady/skynet (desktop). This was in order to be able to edit the files on the server on the desktop via VSCodium.

I'd love recommendations on how to do this, but first how do I get my files back???

Here is what I did

skynet@skynet:~/docker/keycloak$ sudo sshfs -o allow_other,default_permissions shady@192.168.50.16:/home/shady/skynet /home/skynet
shady@192.168.50.16's password: 
skynet@skynet:~/docker/keycloak$ cd
skynet@skynet:~$ ks
-bash: ks: command not found
skynet@skynet:~$ ls
skynet@skynet:~$ ls -a
.  ..
skynet@skynet:~$ lsblk
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
sda           8:0    0   3.6T  0 disk 
├─sda1        8:1    0    16M  0 part 
└─sda2        8:2    0   3.6T  0 part /media/devmon
nvme0n1     259:0    0 476.9G  0 disk 
├─nvme0n1p1 259:1    0   476G  0 part /
├─nvme0n1p2 259:2    0     1K  0 part 
└─nvme0n1p5 259:3    0   975M  0 part [SWAP]
skynet@skynet:~$ cd /home
skynet@skynet:/home$ ls
changedetection  linuxbrew  skynet  syncthing
skynet@skynet:/home$ cd skynet/
skynet@skynet:~$ ls
skynet@skynet:~$ ls -a
.  ..
skynet@skynet:~$ cd /home
skynet@skynet:/home$ ls
changedetection  linuxbrew  skynet  syncthing
skynet@skynet:/home$ fusermount -u /home/shady/skynet
fusermount: bad mount point /home/shady/skynet: No such file or directory
skynet@skynet:/home$ sudo journalctl -u sshfs
-- No entries --
skynet@skynet:/home$
 

i have a custom domain witg catch all setup on protonmail. Is there a way to send every email that is sent to a specific address to spam always?

i.e. if I gave a company A the email "A@domain.tdl" and no longer want any emails from them, or anyone with who knows that specific email, how would I go about this? Thanks!

 

I would like to make some of my self-hosted services externally accessible. Currently I use a VPN to access stuff externally, however this doesn't work on all use-cases. I also use Tailscale for some things.

I would love to use cloudflare tunnels and another auth solution (like keycloak) to replace Tailscale and the VPN.

Is this feasible?

My end goal would be to setup Immich for my family, and have them not have to worry about Tailscale, a VPN or anything other than some initial login to keycloak (for example)

 

Hi. I would love to get notifications on GrapheneOS without any Google Play Services etc. or any MicroG or equivalent. (For ProtonMail)

I have seen posts that indicate that the Proton team is aware of this, and wanted to implement it (and has on their other apps) but is there any way to either tell them that this is desired, or make a poll or something?

I self host several things including ntfy, so is there any way to use that for notifications? Does Proton Mail have an API that I could use to programmatically send notifications?

13
submitted 1 month ago* (last edited 1 month ago) by Dust0741@lemmy.world to c/selfhosted@lemmy.world
 

I am trying to not use any Google services for notifications and so I'd like to make a script to send notifications via ntfy based on discord messages.

How would I get access programmatically to my own discord account? Do they even support it? They have bots, but is their api for DMs?


Edit: the solution may just be a bot in servers, then not responding to DMs unless they use signal

 

I have my own invidious instance, and i want all the new videos from my subscriptions to automatically get added to a playlist. Anyone know how do do this?

 

inspired by this post

I have aac mini with an infared reciever on it. I'd love to use it as a TV PC. And ideally an infared remote too.

I am looking for software recommendations for this, as I've done basically no research.

What's my best option? Linux with kodi? How would a remote connect / which software is required for the remote to work??

Thanks!

24
submitted 2 months ago* (last edited 2 months ago) by Dust0741@lemmy.world to c/linux@lemmy.ml
 

how would i go about getting the latest kde onto debian 12? is it worth it even?

EDIT: fine I wont try lmao

 

Say I have a large txt or CSV file with data I want to search. And say I have several files.

What is the best way to index and make this data searchable? I've been using grep, but it is not ideal.

Is there any self hostable docker container for indexing and searching this? Or maybe should I use SQL?

 

I'm wanting to heavily mod my 3D45. I basically want to use a raspberry pi to run it, but just repurpose the existing hardware. I am new to this area of 3d printing, and would love some suggestions to get started. I know of octoprint, but does it do all of the reading gcode?

 

Its new homelab time. And with that, potentially a new OS time too.

I currently am very happy with Debian and Docker. The only issue is I am brand new to using data redundancy. I have a 2 bay NAS I'll use, and I want the two HDDs to be in raid 1.

Now I could definitely just use ZFS or BTRFS with Debian, and be able to use Docker just like I do currently.

Or I could use a dedicated NAS OS. That would help me with the raid part of this, but a requirement is Docker.

Any recommendations?

view more: next ›