32

When I go on vacation I prefer to keep my smartphone with WiFi and mobile data off, but I really don't like the way Spotify handle offline content. Most of the time it doesn't download everything and when I do a research, it show me even content that's not available offline (how can it do that?). Is there a selfhosted service that I can use to download my playlists and play them with an Android app that can download them?

22

I'd like to use my smartphone WiFi SSID to determine if I'm home or not. When I'm home the alarm (kinda, just notifications from some sensors) needs to be shut off and a light needs to be turned on. Since the sensors update can be forced at maximum 1 minute (but I'd prefer to leave it at 15 minutes to preserve battery) and since 1 minute is too much, is there a way to send an intent to HA companion app to send a sensors update? I would use Tasker to send the intent.

14

I've a VLAN dedicated to IoT devices and, of course, HA can't discover them. Is it possible have them discovered by HA via MQTT? Create them manually it's a pita because they're a lot and I would have to create sensors/switches + battery level + RSSI Thanks!

[-] peregus@lemmy.world 24 points 2 months ago

Permanent damage to PSU? Permanent damage to other components?

Or worst: permanent damage to yourself.

[-] peregus@lemmy.world 59 points 3 months ago

Let's start with the basics: is dev.to self hosted? 😁

35
VLAN question (lemmy.world)
submitted 3 months ago* (last edited 3 months ago) by peregus@lemmy.world to c/selfhosted@lemmy.world

I've finally been connected to a fiber connection 2,5/1Gbps! 🥳 Now I want to share my connection with my neighbor and so I've installed 3 PCIx dual 1GB nic (I'm out of PCIe slots 🤷‍♂️).

The connections comes from my OPNsense to the server (Proxmox) via a 10Gbps fiber connection.

I want OPNsense to take car of firewalling dividing the neighbor networks with VLANs. The OPNsense part is done and working, I need to assign to each of the 6 1Gbps NIC each VLAN.

I've tagged the traffic going into the server via the fiber connection, but now how can I assign each VLAN to each NIC? Thanks!

Edit: Proxmox has nothing to do in the equation, it just happens to be on the same server where the NICs are.

45
submitted 3 months ago* (last edited 3 months ago) by peregus@lemmy.world to c/selfhosted@lemmy.world

I have only a PCIe 2.0 x4 and a PCIe 3.0 x16 free and I need to install a 10Gbps SFP+ card and a graphic card for transcoding with Jellyfin (the CPU is an old E5-2620 v2). Since I can't find any SFP+ card that is x4, do you know a graphic card with decent transcoding capabilities (I'd day 2 4K simultaneously) that is only PCIe 2.0 x4?

Edit: the x4 slot is full length.

28
submitted 3 months ago by peregus@lemmy.world to c/opensource@lemmy.ml

Hi all! Do you know a valid app for GutHub? I've searched on F-Droid, but they are all abandoned. Thanks!

[-] peregus@lemmy.world 24 points 4 months ago

I don't like the comment "this is why people say the open source ecosystem sucks" because a bankruptcy of a company has nothing to do with the concept of open source.

[-] peregus@lemmy.world 23 points 4 months ago

@neon_arch@programming.dev I think that a couple of lines explaining what websurfx is would be useful to a lot of users, instead of point them to another post.

[-] peregus@lemmy.world 22 points 4 months ago

Dude, just write down a couple of lines in your posts so that people can know what they're about.

11
submitted 5 months ago* (last edited 5 months ago) by peregus@lemmy.world to c/selfhosted@lemmy.world

I've found these NetApp SAS Festplatte 6TB 7,2k SAS 12G 3,5" - 111-02374 E-X4064A-R6 ST6000NM0034, that cost only 38€! It's a brand that I've never heard about and I've no idea how many hours they've worked (I've asked and I'm waiting for an answer). What do you think?

Edit: I've asked the seller if there is a custom firmware that makes the drive unusable and it answered me saying that they work with any SAS HBA controller. They have worked 1863h and written 130TB (he showed me 4 screenshots of 4 tests of 4 drives)

10
submitted 5 months ago by peregus@lemmy.world to c/selfhosted@lemmy.world

Hi all, I've bought 2 Dell H310 6gbps SAS HBA controlelr with cables, but the cables have the wrong connectors (for me). They have this:

While my drives have this one:

What's the name of those 2 so that I can sell mine and buy new ones? ...or should I just cut the side of these and power supply connectors? 🤔

19
submitted 5 months ago by peregus@lemmy.world to c/linux@lemmy.ml

Hi all, I don't know if this is the right place to post this...let me know :)

I'm trying to create a NFS share, this is my /etc/exports:

/mnt/pool/var_VM_docker/ 172.31.0.0/24(rw,sync,no_subtree_check)

When I try to connect with:

sudo mount -t nfs -o nfsvers=3 -vvvv 172.31.0.1:/mnt/pool/var_VM_docker /mnt/test

I get:

mount.nfs: timeout set for Mon Apr 15 19:07:11 2024
mount.nfs: trying text-based options 'nfsvers=3,addr=172.31.0.1'
mount.nfs: prog 100003, trying vers=3, prot=6
mount.nfs: trying 172.31.0.1 prog 100003 vers 3 prot TCP port 2049
mount.nfs: prog 100005, trying vers=3, prot=17
mount.nfs: trying 172.31.0.1 prog 100005 vers 3 prot UDP port 41067
mount.nfs: mount(2): Permission denied
mount.nfs: access denied by server while mounting 172.31.0.1:/mnt/pool/var_VM_docker

I don't have iptables enabled, nor SELinux. I've tried exporting it on 127.0.0.1 and connecting it to 127.0.0.1, but the problem persist. What am I doing wrong?

89
submitted 5 months ago by peregus@lemmy.world to c/selfhosted@lemmy.world

Fellow selfhoster, do you encrypt your drives where you put data to avoid privacy problems in case of theft? If yes, how? How much does that impact performances? I selfhost (amongst other services) NextCloud where I keep my pictures, medical staff, ...in short, private stuff and I know that it's pretty difficult that a thief would steal my server, buuut, you never know! 🤷🏻‍♂️

18
submitted 5 months ago* (last edited 5 months ago) by peregus@lemmy.world to c/selfhosted@lemmy.world

Hi all! I've been looking for a selfhosted system that can monitor one or more email accounts and check if a certain email with a particular subject arrives every day (or every x hours) and alert me if it doesn't (or if the subject is different). I need this to check if backups from different PC have run or not. The best thing would be to integrate it with Uptime Kuma. Any idea? Thanks!

Edit: I'm switching all my backup software to Restic (Autorestic on Linux machines) so I can send a ping to Uptime Kuma when every single backup successfully ends.

10
submitted 5 months ago by peregus@lemmy.world to c/selfhosted@lemmy.world

I've just discovered OmniGPT that seems to be a chat where you can interact with different LLM (Claude, GPT-4, Llama, Gemini, etc.) and costs $16/month (it was $7/month until a week ago 🤦‍♂️). I've read on a Reddit post that it uses the APIs of all the provider that is a thing that can be done for free using a personal account (since the API limit seems to be high). Do you know something like OminGPT that can be self hosted that uses users API keys?

[-] peregus@lemmy.world 21 points 1 year ago

Does anybody have suggestions for an online service that prints things like business cards, brochures, and pamphlets?

But...if it's a service, how can it be FOSS?

[-] peregus@lemmy.world 28 points 1 year ago

I'm not commenting on the OP message that could/could not make sense, but...come one, this is the selfhosted community! If everyone would post a news that he/she thinks it would be interesting we would be submerged by all but selfhosted talk.

[-] peregus@lemmy.world 25 points 1 year ago

I don't think that it's safe to leave both authentication factors in a single app.

[-] peregus@lemmy.world 29 points 1 year ago

The only way this monopoly could be killed is EU government intervention.

It's already happeniny with the DMA (Digital Markets Act): the gatekeeper (WhatsApp, Apple with iMessage, Facebook with Messages, etc.) will have to enable interoperability with external application upon requests. So by March 2024 (not sure about the date) we should be able to chat with people that use WhatsApp, iMessage, Facebook Message and other big services (that are considered gatekeeper) through Signal/Telegram/other apps!

[-] peregus@lemmy.world 19 points 1 year ago

Why are you bored with Jellyfin?

[-] peregus@lemmy.world 21 points 1 year ago

WTF?!!! Monopoly is always a bad thing, we must remember it!

[-] peregus@lemmy.world 42 points 1 year ago

This is the problem! :( Monopoly is never good, in this case in particular since it's in the hand of a corporation they make money on people data.

view more: next ›

peregus

joined 1 year ago