Vista Normal

Hay nuevos artículos disponibles. Pincha para refrescar la página.
Ayer — 9 Mayo 2025IT And Programming

🚀 LoggiFly v1.3.0

🚀 LoggiFly v1.3.0

Hello, everyone,

I just released v1.3.0 of LoggiFly
LoggiFly is a lightweight container that sends notifications when certain keywords or patterns appear in your Docker container logs. This relase brings experimental Docker Swarm support and powerful customization options for filtering logs and formatting notification messages and titles.

Why use it?

Some services don’t support notifications on their own – but you still want to know when certain things happen, like failed login attempts, errors or certain custom app behaviour. For example I use it to get notifications from my audiobookshelf server when users login, request downloads or are seen online. LoggiFly watches the logs and lets you know when these specific things happen.

https://preview.redd.it/v9opzok6oqze1.png?width=1097&format=png&auto=webp&s=5480220ecbebc27b68e69351f83be7bf23ac5a7a

Release Highlights

  • Swarm support (experimental)
  • Use templates to customize notifications & filter log entries to only display the relevant parts
    • Filter and extract info from structured JSON logs
    • Extract info from plain logs using regex named capturing groups
  • Customize notification titles
  • Webhook support
    • Send structured JSON alerts to your own endpoint – useful for automation, dashboards, or chaining into other tools.

Try it out

submitted by /u/clemcer
[link] [comments]

Suggestions for how to verify security of selfhosted system?

As noted, I am looking for safe ways to "verify" that any open port is secure. I have OMV 7 setup, using docker, and have setup Mealie, Jellyfin, Nextcloud AIO, etc. all following walkthroughs and months of research (so ports 80, 443, 3478 and 51280 are forwarded to the server). I have a DNS sub-domain and Nginx Proxy Manager for reverse proxy to the server destination of the containers mentioned. Currently I have NPM setup with SSL Let's Encrypt with an access list assigned to each proxy host only letting access from my Local LAN IP range (which I verified by switching to mobile network on my phone and can no longer access), but I can change it to public and access all these instances outside the LAN. Everything is secured with passwords, etc. So it all works. Yay!

So I *think* I have everything setup correct *BUT* I am new to all this and don't know what I don't know, so I am hoping there are trusted ways to test or scan if all my open/forwarded ports and public instances are reasonably secure? From all the reading I have done I know there is always more security that can be added, but it is for home use so HTTPS/reverse proxy, strong passwords, and dual authentication (at least on nextcloud) seem sufficient. I just want to make sure it's all setup fully.

Nextcloud AIO has a security scanner (scan.nextcloud.com) which gives my private cloud server an A+ rating. But that seems to be focused on the patch level/version of nextcloud.

Anyway, I don't want this new hobby to turn into a problem! I'd rather learn the slow, steady way, not the painful, made a mistake way! Thanks for any suggestions!

submitted by /u/Augurbuzzard
[link] [comments]

Link Shortner

Link Shortner

I have to be careful not to get lost in this thread 🙈.

But I came here to share my open source link shortener with you. It probably started like a lot of projects here – I wanted to host my own. While researching I found an open source solution, but the setup is complex for such a small thing. So I decided to develop my own in a short project and here it is: shrtn.io.

A simple link shortener using only a sqlite database – simple, easy and fast.

Screenshot of shrtn.io

submitted by /u/CordlessWool
[link] [comments]

The underdog Jellyfin server | RK3588

The underdog Jellyfin server | RK3588

I feel like this just isn't talked about enough so I thought I'd share my experience. For a while now Jellyfin officially supports HW acceleration via RKMPP meaning ARM boards that roughly go for 110€ with 16GB (DDR5) RAM are able to do 4x 4K transcodings & HDR10 tone-mapping (soon with 10.11 even for DoVi P5) while consuming less than 10w! More in the range of 5-7w.
While you can connect your hard-drives via available m.2 ports and a sata card I just have a NFS mount on the board to my NAS via 2.5GbE. This has been running stable and like a dream since the support was added (I've had it running from early adopter builds to now mainline Jellyfin).
Since it uses the video engine as well as the GPU this has minimal strain on the CPU so it can run other software on the side too making it a great homelab docker host.

Do you guys agree that this is an underrated media server / homelab option?

submitted by /u/mecoblock
[link] [comments]

First self hosted project (Code is public/ open sourced)

First self hosted project (Code is public/ open sourced)

Hey everyone,
My project is gitrag.in
Just drop in the link of any github repository to do a RAG over it.
ps: It has a linear time complexity and can be very slow for very big repositories. If you have suggestions on how I can speed up things then you can join me as a contributor or put your suggestions.

Link for the source code and discord community in the website.

submitted by /u/Ok_Transition_6952
[link] [comments]

GhostHub: A mobile-first media server you can self-host and share in seconds

GhostHub: A mobile-first media server you can self-host and share in seconds

I just wanted a simple, zero-setup way to share folders from my PC and ended up building something I’m kinda proud of.

GhostHub now has:

  • Session based passwords
  • Built-in chat
  • A clean settings and tunnel config UI
  • And a lot more that’s too much to list

It’s open source, mobile friendly, and still improving. If anything breaks or feels clunky, let me know. It’s hard testing everything solo.

Demo: https://ghosthub.net

submitted by /u/BleedingXiko
[link] [comments]

How to use an internal DNS server???

Hello! Recently i started my small "homelab" with an unused computer of mine with proxmox. Pretty basic and definitely not pretty, just a single PC with no special mumbo jumbo switches and stuff. But I was too lazy to type in IP adresses and also forgetful so I want to setup an internal DNS to resolve custom TLDs. but then I thunk about it, how would I connect to the DNS if it was local. Can someone please help me or give me some instructions or suggestions.

submitted by /u/karabright-dev
[link] [comments]

Rate my security for public exposed selfhosted app

Rate my security for public exposed selfhosted app

I know the principle of least privilege, but for certain apps that I'd like to set and forget such as immich to backup photos for me and my family, I prefer it to be able to run in the background without needing me to connect to the vpn.

So the best I can do is to setup the security check as much as I could to prevent people hack into my server, or worse hack into my immich.

I also use a random subdomain, the dns record is a wildcard, and I also use my own selfhosted dns server on gcp free VM with custom dns rule, so that no query for this subdomain on public dns server

The only risk which I can't prevent entirely is somehow a guy with exploit of immich or nextcloud, somehow found my subdomain and decides to hack me, but I think for generic bot scan, and stuff like that I'm most likely covered?

I have generic modsec crs rules, but I plan to spend sometime and create more customize rules for each app

Anything else I can do to improve?

submitted by /u/JosephCY
[link] [comments]

What self-hosted solutions are you still looking for?

Looking for inspiration for my next personal dev project! Are there any tools or services you can't seem to find for your homelab? Possibly even old github projects that have been abandoned or just need a refresh/new UI.

I'm a frontend developer and am looking for some projects to help build my portfolio and gain some experience with backend dev. Thanks!

submitted by /u/Affectionate-Bee-312
[link] [comments]

VoxInput - Voice transcription that works with any Linux desktop and LocalAI

VoxInput - Voice transcription that works with any Linux desktop and LocalAI

I created this so that I could do voice transcription (and eventually voice commands) with any application on my Linux Sway desktop. I also wanted it to use my local instance of LocalAI.

There are some existing solutions for local transcription, notably Numen, but as is often the case there are some differences with how I want to do things.

submitted by /u/richiejp
[link] [comments]

Researching self-hosted internal only mail server

Hi everyone!

Edit: this for a primarily windows environment

I'm setting up a LAN-only mail server (no internet, no cloud) for internal communication at our company (~100 mailboxes). It's for a regulated environment (think ISO 27k1, GxP)

Looking for a solution with:

• Internal mail only • Role-based access control (for segregating departments) • Attachment size limits • TLS and at-rest encryption • Audit logging (preferably admin actions too) • Redirect or alert on policy breaches • One-time license or free preferred, don't have budget for subscription models as of now • Works fully offline

Considering MailEnable, iRedMail, Mailcow. Would love input from anyone with experience on these or better suggestions. Thanks!

submitted by /u/greyrainbow02
[link] [comments]

Self-hosted collaborative platform

My wife will start a company in few month and I am looking for an opensource self-hosted collaborative platform. There will be around 15 colleagues. What they need is kinda basic I guess and we do not talk about insane storage. What would be nice is to be able to have an internal chat / messager platform, a wiki and if possible parallel file edition.

submitted by /u/DrFatalis
[link] [comments]

Huntarr 6.3.0 Released - The Media Collection Tool

Huntarr 6.3.0 Released - The Media Collection Tool

Test Homepage

Hey r/selfhosted community!

Just wanted to share that Huntarr 6.3.0 has been released with a massive amount of fixes and updates since the release of 6.2. For those who haven't tried Huntarr yet, it's a specialized utility that automates discovering missing media and upgrading your existing collection across your *arr ecosystem (for Sonarr, Radarr, Lidarr, Readarr, Whisparr, and Whisparr v3).

GITHUB: https://github.com/plexguide/Huntarr.io

Major Updates from 6.2.0 to 6.3.0

Mobile Experience is Smoother

  • Redesigned navigation for mobile users with proper button placement
  • Clear "Version" and "Latest" indicators in the mobile UI
  • Optimized layouts for all screen sizes (no more awkward displays!)
  • Better touch targets and information density for smaller screens

New User-Requested Features

  • Real-time countdown timer for sleep cycles right in the logs
  • Manual reset button on homepage to trigger immediate app cycles without waiting (no more waiting for the next cycle!)
  • More granular logging control so you can see exactly what's happening
  • Better state tracking for when you restart the container (cuts down on numerous API calls of repeated content)

Performance Boosts

  • Fixed the excessive log spam for new users (especially those not using all the supported apps)
  • Reduced unnecessary API calls to your *arr applications
  • Optimized database operations for large libraries
  • Better resource usage during idle periods

Bug Fixes

  • Fixed that annoying Readarr integration issue with invalid URL formats
  • Resolved several time-related bugs causing random errors
  • Fixed app initialization edge cases that were causing startup hiccups
  • Numerous under-the-hood fixes for long-term stability

Configuration & Setup Improvements

  • Better handling of disabled/unused apps to prevent error spam
  • Streamlined first-time setup experience with better defaults
  • More graceful handling of configuration issues

Visit our Reddit - r/huntarr

Visit our Discord

Future-wise

  • A minor release be provided that shows latest beta tags (so no constant updates to main release)
  • A user agent will be added to the program
  • Huntarr will further tie into the APIs in order to tell you the status of your media items requested
submitted by /u/User9705
[link] [comments]

Easiest way to set up reverse proxy in docker

Hey guys!

I have a simple question

For context, I have some services like sonarr running in docker

Right now I access my servers over vpn (using tailscale) using my static internal ip address and the port. For convenience I want to be able to use a custom local domain. No need for a public one since I dont' want to expose anything. I think I want a reverse proxy

I want the tool to be dockerized and that all the config lies in a file.

Is this possible? Can it be done with one tool or do I need multiple ones?

Thanks!

submitted by /u/Rafa130397
[link] [comments]

[Update] Jellyfin Auto Collections Plugin - Now with Advanced Expression-Based Filtering!

Hi Jellyfin community!

I wanted to share an exciting update to my Auto Collections plugin that many of you have been using. If you're unfamiliar, this plugin automatically creates and maintains dynamic collections in your Jellyfin library based on various criteria.

🎉 What's New in v0.0.2.00 (May 8th, 2025)

https://github.com/KeksBombe/jellyfin-plugin-auto-collections

The biggest addition is a powerful expression-based filtering system that lets you create collections with complex rules:

  • Boolean Operators: Combine criteria using AND, OR, NOT and parentheses
  • Multiple Criteria Types: TITLE, GENRE, STUDIO, ACTOR, DIRECTOR (more comming)
  • Complex Rules: Create sophisticated collection rules with advanced logic

📝 Examples of What You Can Do

With the new expression system, you can create collections like:

  • All Tom Hanks dramas: ACTOR "Tom Hanks" AND GENRE "Drama"
  • Movies from either Warner Bros or Universal: STUDIO "Warner Bros." OR STUDIO "Universal Pictures"
  • Nolan films that aren't horror: DIRECTOR "Christopher Nolan" AND NOT GENRE "Horror"
  • Complex rules: (TITLE "Star" AND GENRE "Sci-Fi") OR (STUDIO "Lucasfilm" AND NOT GENRE "Documentary")
submitted by /u/Keks_Bombe
[link] [comments]

Looking for GlusterFS Alternative for K8s Cluster Media Storage

Hi Hive Mind of Reddit, I'm looking for a Kubernetes cluster storage solution similar to GlusterFS. However, since their CSI driver is deprecated, it's no longer a viable option. Can anyone recommend an alternative? I don't need backup, as I can simply redownload my media. It's mostly used for .mp4 and other media formats. One node should be able to shut down without causing complete data loss across the cluster.

GlusterFS GlusterFS CSI

submitted by /u/JanRied
[link] [comments]

How I elevated my UGREEN NAS with TrueNAS

During my review of the UGREEN DXP 4800, I removed the UGREEN native OS and installed truenas!

The process was a bit cumbersome as I had to much dismantle the whole thing part, but I was surprised to see how awesome truenas shines on these devices. Btw you don't have to do that, but I wanted to preserve the current OS (for later tests) and reuse the slot currently in use if that makes sense!

Whilst I love the hardware, which has a Pentium Gold with 5 cores @ 4.4Ghz and a 2 NiC's (2.5Gb and 10Gb) the OS feels a bit vanilla for my taste, feels shy on apps and the write speeds at 10Gb were also quite disappointing. Installing Truenas really elevated the device.

So I wanted to share the video with you guys, for those of you also wondering how you can install truenas on a UGREEN NAS device....

https://youtu.be/EA8GIe-dcI0?si=aJmAzDSIAP1-jwx7

Hope you enjoy it! Thanks!

submitted by /u/fx2mx3
[link] [comments]
❌
❌