home.social

Search

1000 results for “mariadb”

  1. This is just beautiful. The project uses #MariaDB to store all the collected data. It makes heavy use of #API endpoints which will be a top priority not only for the internal workings. My focus mostly lies in making this as flexible as possible so people can configure it exactly as they need it. Configuration will be in #yaml.

    What i got so far is:

    • packet capturing (from client, sent to the control server)
    • a webhook (which will be a drop-in replacement for #Discord's since a lot of services support sending logs to discord webhooks)

    What's planned:

    • Log file monitoring (like #Fail2Ban, but more advanced and easier to configure)
    • A fully featured dashboard which visualizes the data and gives you control and a transparent overview of your network activity.
    • IP banning (multiple ways to make it flexible)
    • Maybe even some advanced responses (like reporting all ports as open for nmap scans)

    I would be very interested to know what you think. Ideas, criticism and questions are very welcome. As soon as the base is working, i will push it to #Github.

    #developement #coding #sideproject #homelab #security #networking #monitoring #xdr

  2. Another day, another vagrant-libvirt setup.

    This time for MariaDB, with a server VM and a client VM. As usual, vagrant, libvirt and Ansible do the heavy lifting.

    codeberg.org/johanneskastl/mar
    github.com/johanneskastl/maria

    Have a lot of fun...

    #MariaDB #Ansible #vagrant #libvirt #HellYeah #DevOps

  3. ⚡ Discover the power of vector search in MariaDB!
    Watch Daniel Black explore #MariaDB Vector, how it enables AI-ready indexing with HNSW, and how it stacks up against other vector databases at #FOSSASIASummit2025

    🎥 Watch here: youtu.be/oyzdAqpFMpc

    #AI #OpenSource #FOSSASIA

  4. Question, my colleague want's a small database with only a few tables ( #Mariadb / #mysql #sql ) - Data pushed with PowerShell Scripts

    He also wants a small Web UI to search in this database with "basic" filtering

    I've found #Adminer (adminer.org/de/) which looks simpler then things like phpMyAdmin

    Is this a good choice ? thx

  5. Question, my colleague want's a small database with only a few tables ( #Mariadb / #mysql #sql ) - Data pushed with PowerShell Scripts

    He also wants a small Web UI to search in this database with "basic" filtering

    I've found #Adminer (adminer.org/de/) which looks simpler then things like phpMyAdmin

    Is this a good choice ? thx

  6. Question, my colleague want's a small database with only a few tables ( #Mariadb / #mysql #sql ) - Data pushed with PowerShell Scripts

    He also wants a small Web UI to search in this database with "basic" filtering

    I've found #Adminer (adminer.org/de/) which looks simpler then things like phpMyAdmin

    Is this a good choice ? thx

  7. Question, my colleague want's a small database with only a few tables ( #Mariadb / #mysql #sql ) - Data pushed with PowerShell Scripts

    He also wants a small Web UI to search in this database with "basic" filtering

    I've found #Adminer (adminer.org/de/) which looks simpler then things like phpMyAdmin

    Is this a good choice ? thx

  8. I know #SQLite3 supports #SQL comments in newer versions with the right flags, but `rails g` for #ActiveRecord ďoesn’t seem to support them except in #PostgreSQL or #MySQL / #MariaDB. Is there a workaround?