Shimitar

joined 1 year ago
[–] Shimitar@downonthestreet.eu 2 points 3 days ago

I have a premium account, but It should work also with a free account. The difference is in audio quality.

[–] Shimitar@downonthestreet.eu 2 points 3 days ago (2 children)

Navidrome Is good. I also have jellyfin but preferred a dedicated tool for music. I use Symfonium (paid android app) on mobile and navidrome web GUI from PC.

Paired with AudioMuseAI and Spotizerr it's pretty great.

[–] Shimitar@downonthestreet.eu 1 points 3 days ago

You can make different groups or even different dashboards entirely

[–] Shimitar@downonthestreet.eu 0 points 4 days ago* (last edited 4 days ago) (1 children)

It's my house heating. Basically it's a home made app on a orangepi that controls three dry relays and a few sensors feedbacks (stove on, stove warm, gas burner on, etc).

Everything is wrapped up by home assistant automations via MQTT and ZigBee thermo valves and thermometers in each room

The link on the dashboard points to the web GUI to check and control heating bypassing home assistant automations.

My setup it's better described here https://wiki.gardiol.org/doku.php?id=homeautomation%3Aheating

[–] Shimitar@downonthestreet.eu 1 points 4 days ago (2 children)

What do you mean?

[–] Shimitar@downonthestreet.eu 7 points 4 days ago

Highly appreciated, you made my day

[–] Shimitar@downonthestreet.eu 7 points 4 days ago (4 children)

Stirlingpdf to edit pdf. Snap otter to edit images. Openwebui+ollama for local AI, lube logger for car maintenance. Mealie for kitchen recipes. Endurain to sinch Garmin data. Romm for console games. Home assistant. Jellyfin. Navidrome for music. AudioMuseAI for local AI analysis of my music, audiobook shelf for podcasts and audiobooks, searxng for web searches. Olist for WebDAV and web file access, paperlessngx for storing documents. Matrix web client elements, seerr to search movies and stuff recommendations. ExcaliDash to manage drawing and such....

Enough?

200
My personal Simple Dashboard (downonthestreet.eu)
submitted 4 days ago* (last edited 4 days ago) by Shimitar@downonthestreet.eu to c/selfhosted@lemmy.world
 

Hi all, for my own selfhosting needs i looked into many different dashboards, but none really fit my bill.

I want a dashboard that:

  • super lightweight
  • has no server-side requirements
  • can be edited with a single text file
  • simple CSS to adapt to your style

and so, of course, i developed my own. After a few years of usage, i upgraded it to AlpineJS (previously uglier code on jQuery) and i am proudly making it public for anybody who might be interested.

Here it is: https://github.com/gardiol/dashboard/

(the project was released on github long ago, but i never wrote about it anywhere IIRC, also i might migrate to Codeberg in the future, so do not bash me for Github)

There is a quite long readme, it's GPLv3, and aboslutely zero lines of AI / Vibe coding. I used AI for research and quick support specially on how to format CSS (which i kind of despise) but nothing else.

As a bonus, there is also a CGI system made in bash (totally optional) that i use for local monitors, but it's kinda messy and really not ready for broader use, so you can ignore the "monitor" subfolder or delete it completely.

Anyway, here it is, hope someone could make use of it.

[–] Shimitar@downonthestreet.eu 5 points 4 days ago (4 children)

What a fuckton of ads and shit on that website...

Feels awesome and a cool project to self host but visiting that URL makes me puke

 

I have always been intrigued by ExcaliDraw but it's a client side thing that don't store your drawings on the server, don't support authentication or multi user out of the box.

I came across ExcaliDash which embeds the tool In a fully self host able solution.

Loving it so far...

.... Not involved with the project, just a user

[–] Shimitar@downonthestreet.eu 10 points 1 week ago (1 children)

If you have a public IP just use wire guard. If you don't have a public IP, rent a cheap VPS and use that as entry point, setting up one wire guard from home to the vps, and the other from your phone to the vps.

[–] Shimitar@downonthestreet.eu 1 points 1 week ago (1 children)

Don't get me wrong, you are a bit patronizing.

I was only giving a suggestion based on my personal experience, I don't feel obliged to respond directly to their question, as well I do not expect OP must go to a synapse forum, any question is always welcome.

I think OP was looking for fellow lemmiters experience on matrix and the topic, so I felt like giving my experience.

I was a bit brief yes, but not out of line, oli think.

Your comment was correct, just a bit patronizing.

[–] Shimitar@downonthestreet.eu 5 points 1 week ago (3 children)

I don't use synapse so I cannot directly answer the question. But this is not the support forum for Synapse either, so I think proposing a different approach could be of benefit for the community ...

[–] Shimitar@downonthestreet.eu 4 points 1 week ago (11 children)

Use Continuwuity instead of synapse... Faster and much less resource hungry

45
IPv6 (downonthestreet.eu)
 

I noticed by accident that in my home network IPv6 is not functional, so I decided to fix that, and started studying about IPv6.

I have an opnSense firewall which connect to my ISP port as WAN, and then the LAN. The point is that o do not get a GUA on my WAN, but I get it if I connect directly a pc to the ISP port....

The opnSense seems to be configured properly, and the ISP itself do provide IPv6 as I can get a GUA address when I connect my Linux laptop to the ISP router, so I am not sure...

Anybody has any hints?

57
Spam blocking in 2026 (downonthestreet.eu)
submitted 1 month ago* (last edited 1 month ago) by Shimitar@downonthestreet.eu to c/selfhosted@lemmy.world
 

I self host my email since 20+ years. Always done with the postfix + dovecot stack with the works (dkim dmark DNS stuff etc).

In the last few years I just removed all spam filters as they where a chore and didn't provide no much benefit (3-5 spam emails per week) even if my main email address has been out and about for at least 2 decades or more.

Recently, last few weeks, spam is picking up to the point I receive some 10+ spam emails per day and this is pretty annoying, obviously.

So, what are you doing for spam filtering at server level nowadays? Is it still spamassassin circus? Anything better or more efficient?

 

Hi all, i am quite an old fart, so i just recently got excited about self hosting an AI, some LLM...

What i want to do is:

  • chat with it
  • eventually integrate it into other services, where needed

I read about OLLAMA, but it's all unclear to me.

Where do i start, preferably with containers (but "bare metal") is also fine?

(i already have a linux server rig with all the good stuff on it, from immich to forjeio to the arrs and more, reverse proxy, Wireguard and the works, i am looking for input on AI/LLM, what to self host and such, not general selfhosting hints)

15
Spotify sync web gui (downonthestreet.eu)
submitted 1 year ago* (last edited 1 year ago) by Shimitar@downonthestreet.eu to c/selfhosted@lemmy.world
 

Hi fellow selfhosters!

i pay (i know, i know) for Spotify Premium and i would like to progressively build my self-hosted music collection leveraging the fact that i am a paying customer and i would hate if the pull songs under my rug over time.

Any good self-hostable approach here? Ideally, the flow would be:

  • I listen to spotify on my mobile devices, add songs to playlists and such
  • my self-host setup syncs those playlists
  • ... and download the songs using my paid for premium account from spotify itself
  • Doean't really needs to be web-based, i can access my server anbd run anything CLI based or even plain old GUI (linux).

I don't want fake solutions that use Google Music or Deezer to download, i pay spotify and expect somehow to be able to download 320Kbps music from it.

The overall process can be manual, but better automated.

I already have lidarr, but it's basically impossible to download the same music from it, at least not the music i listen to.

A viable workaround could be something that builds by spotify playlists using what music i have downloaded with lidarr, maybe notifying me what is missing...

EDIT: somebody pointed out this is against Spotify TOS. Anyway i found a solution using Spotizerr, which is a self-hosted web app that does exactly what i was looking for. You still need a paid spotify account unless you want to download low-res from Deezer.

 

As the title says, conduwuit has been forked as Tuwunnel which is labelled as the "successor with stable governance".

Love open source! Glad to see real matrix server alternatives keep pushing.

Will switch to it as soon as available. Will be, of course, 100% upgradeable from conduwuit.

 

I host a minecraft bedrock server user by the family to play, from ps4 and android.

Adding a windows client, do i need to pay again to play? I mean, the price of the windows Minecraft client is... Unbeliable. And we already purchased the android client and the ps4 client...

I tried to look around for a cracked windows client but with no luck.

Is it possible? Anybody running a cracked Minecraft client on windows? No need for online play except connect to our self hosted server ...

111
Self-hosting minecraft (downonthestreet.eu)
submitted 1 year ago* (last edited 1 year ago) by Shimitar@downonthestreet.eu to c/selfhosted@lemmy.world
 

Hi! I want to selfhost a minecraft server for my kid and hjs friends. I havent played minecraft in quite a few years ...

Where do I start to self host one?

I am already seflhosting lost of stuff from 'Arrs to Jellyfin and Immich and more, so I am not asking on how to do it technically, but where to look for and what to host for a proper Minecraft server!

Edit: choosed to setup this https://github.com/itzg/docker-minecraft-bedrock-server and so far, super smooth and easy peasy!

 

Hi fellow self-hoster.

Almost one year ago i did experiment with Immich and found, at the time, that it was not up to pair to what i was expecting from it. Basically my use case was slightly different from the Immich user experience.

After all this time i decided to give it another go and i am amazed! It has grown a lot, it now has all the features i need and where lacking at the time.

So, in just a few hours i set it up and configured my external libraries, backup, storage template and OIDC authentication with authelia. All works.

Great kudos to the devs which are doing an amazing work.

I have documented all the steps of the process with the link on top of this post, hope it can be useful for someone.

16
submitted 1 year ago* (last edited 1 year ago) by Shimitar@downonthestreet.eu to c/selfhosted@lemmy.world
 

I have a remote VPS that acts as a wireguard server (keys omitted):

[Interface]
Address = 10.0.0.2/24
[Peer] # self host server
AllowedIPs = 10.0.0.1/32

(The VPS is configured to be a router from the wg0 to it's WAN via nft masquerading)

And i have another server, my self-host server, which connects to the VPS trough wireguard because it uses wireguard tunnel as a port-forwarder with some nft glue on the VPS side to "port forward" my 443 port:

[Interface]
Address = 10.0.0.1/24
[Peer]
AllowedIPs = 10.0.0.2/24

(omitted the nft glue)

My self-hosted server default route goes trough my home ISP and that must remain the case.

Now, on the self-host server i have one specific user that i need to route trough the wireguard tunnel for it's outgoing traffic, because i need to make sure it's traffic seems to originate from the VPS.

The way i usually handle this is with a couple of nft commands to create a user-specific routing table and assign a different default route to it (uid=1070):

 ip rule add uidrange  1070-1070 lookup 1070
ip route add default via 192.168.0.1 dev eno1 table 1070

(this is the case, and works, to use eno1 as default gateway for user 1070. Traceroute 8.8.8.8 will show user 1070 going trough eno1, while any other user going trough the default gateway)

If i try the same using the wg0 interface, it doesn't work.

 ip rule add uidrange  1070-1070 lookup 1070
ip route add default via 10.0.0.2 dev wg0 table 1070

This doesnt work, wireguard refuses to allow packets trough with an error like:

ping 8.8.8.8
From 10.0.0.1 icmp_seq=3 Destination Host Unreachable                                            
ping: sendmsg: Required key not available 

I tried to change my self-host server AllowedIps like this:

[Interface]
Address = 10.0.0.1/24
[Peer]
AllowedIPs = 10.0.0.2/24, 0.0.0.0/0

and it works! User 1070 can route trough wireguard. BUT... now this works just too much... because all my self-host server traffic goes trough the wg0, which is not what i want.

So i tried to disable the WireGuard messing with routing tables:

[Interface]
Address = 10.0.0.1/24
Table = off
[Peer]
AllowedIPs = 10.0.0.2/24, 0.0.0.0/0

and manually added the routes for user 1070 like above (repeat for clarity):

 ip rule add uidrange  1070-1070 lookup 1070
ip route add default via 10.0.0.2 dev wg0 table 1070

The default route now doesnt get replaced, but now, without any error, the packers for user 1070 just don't get routed. ping 8.8.8.8 for user 1070 just hangs

I am at a loss.... Any suggestions?

(edits for clarity and a few small errors)

 

Hi all.

I have been hosting my mail (not "self" like at home, but hosting on a rented server on the 'net) for the last 20 years going the old good way of postfix+dovecot+OpenDKIM/DMARC/SpamAssassin and all the glue and bells.

Having the opportunity to rethink the entire approach (which works fine, but its pretty cumbersome and complex to replicate) i was looking at Stalwart mail server which looks promising and nice, being written in rust following modern principles and such.

Asking to anybody who has been using Stalwart, is it good? Does it deliver being a solid mail server?

Asking to people hosting it's own mail, is there a better solution out there?

Asking to people commenting against hosting a mail server, please refrain from doing so, as i'have been doing that with success for the past 20 years that's what i will be keep doing for the foreseeable future as well.

view more: next ›