Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
18 results tagged mysql  ✕   ✕
bitsandbots/inventory https://github.com/bitsandbots/inventory
Wed 29 Jun 2022 05:07:10 PM PDT archive.org

A kind of simple inventory management application that looks like it would be usable for hobbyists.

webapps php mysql inventory electronics organization
Part-DB/Part-DB-symfony https://github.com/Part-DB/Part-DB-symfony
Tue 31 May 2022 02:26:17 PM PDT archive.org

Part-DB is an Open-Source inventory managment system for your electronic components. It is installed on a web server and so can be accessed with any browser without the need to install additional software.

The version in this Repository is a complete rewrite of the legacy Part-DB (Version < 1.0) based on a modern framework. In the moment it lacks some features from the old Part-DB and the testing and documentation is not finished. Part-DB is in undergoing development, that means features and appearance can change, and the software can contain bugs.

Installation instructions are in the README file.

php webapps inventory parts exocortex mysql
GitHub - dolthub/dolt: Dolt – It's Git for Data https://github.com/dolthub/dolt
Mon 22 Nov 2021 11:28:12 PM PST archive.org

Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes.

All the commands you know for Git work exactly the same for Dolt. Git versions files, Dolt versions tables. It's like Git and MySQL had a baby.

Dolt ships with a MySQL compatible database server built in.

sql database exocortex golang versioncontrol git mysql
Rabbit-Company/Passky-Server https://github.com/Rabbit-Company/Passky-Server
Sat 26 Jun 2021 04:26:43 PM PDT archive.org

Passky is simple password manager which works on a zero trust architecture. That means only user will be able to decrypt his passwords. So users can safely store their passwords on any server. That means if a server on where all passwords are stored get hacked, hacker won't be able to decrypt passwords and data on this server will be useless for him.

Dockerized webshit, but can be run outside of that context using official instructions for doing so.

REST API only. There are multiple clients for mobile devices, browser addons, and even a webapp.

webapps php passwords storage mysql secrets rest api exocortex selfhosted
IssabelFoundation/issabelPBX https://github.com/IssabelFoundation/issabelPBX
Tue 23 Feb 2021 04:28:11 PM PST archive.org

A webapp for administering Asterisk from a web browser. Written in PHP. Worked on recently. Asterisk's API doesn't change very much so there probably doesn't need to be. Backed by MySQL. No obvious documentation so it'll need to be messed with to get installed.

asterisk voip controlpanel webapps php mysql npstn
shlomi-noach/awesome-mysql https://github.com/shlomi-noach/awesome-mysql
Thu 26 Mar 2020 09:04:52 PM PDT archive.org

A curated list of awesome MySQL software, libraries, tools and resources.

mysql databases awesome directory webapps monitoring tools sysadmin dba
BookStack https://www.bookstackapp.com/
Tue 03 Dec 2019 02:47:36 PM PST archive.org

A f/oss wiki with a much nicer UI than Mediawiki. Built on top of the Laravel framework, uses MySQL as its back end. Runs more like a book or notepad than a wiki (books -> chapters -> pages), so it has a really clean UI. Full search. WYSIWYG editor, but is also Markdown enabled. Relatively lightweight, doesn't require a huge server, just a bitty box. Local auth as well as the usual socnets.

repo: https://github.com/BookStackApp/BookStack

wiki php webapps laravel mysql
open-eats/OpenEats https://github.com/open-eats/OpenEats
Sat 02 Nov 2019 03:54:42 PM PDT archive.org

Self hosted recipe management webapp. Create, store, share, document recipes. Uses Django as its framework. Designed with a small group of people (like a family) in mind. Automatically generates shopping lists. Quickly print recipes.

Has docs explicitly for running without Docker: https://github.com/open-eats/OpenEats/blob/master/docs/Running_the_App_Without_Docker.md

Has a REST API.

python exocortex leandra recipes cooking webapps django mysql api
radondb/radon: RadonDB is an open source, cloud-native MySQL database for building global, scalable cloud services https://github.com/radondb/radon
Mon 14 May 2018 12:28:25 PM PDT archive.org

A distributed database that speaks MySQL's dialect of SQL and wire protocol on the front end, and is a fully distributed database system on the back end. Automatically shards databases efficiently. Implements ACID compliant distributed transactions for consistency.

database mysql golang protocol distributed sharding compatible foss sql
MySQL http://www.mysql.com/
Tue 20 Mar 2018 03:12:34 AM PDT archive.org
computers mysql download java application foss homepage database programming server software
mytop - a top clone for MySQL http://jeremy.zawodny.com/mysql/mytop/
Tue 20 Mar 2018 02:42:02 AM PDT archive.org

A utility that works like the top utility of Unix machines, only it watches MySQL threads to tell you what they're doing and how busy they are. Useful for figuring out where your apps are bogging down.

development monitoring mysql utilities perl sysadmin performance tools optimization
MySQL 5.0: Recovering Crashed/Corrupted InnoDB Database Amikelive | Technology Blog http://tech.amikelive.com/node-36/mysql-50-recovering-crashedcorrupted-innodb-database/
Tue 20 Mar 2018 01:42:38 AM PDT archive.org

An excellent blog post on what to do if your MySQL database server isn't working right because an InnoDB table has been corrupted. I've used this process myself and it works like a charm. Knowledge of MySQL in particular and RDBMSes in general is required.

repair crash recovery emergency tables dba sysadmin innodb troubleshooting mysql corruption
Adminer http://www.adminer.org/
Tue 20 Mar 2018 01:06:46 AM PDT archive.org

A single-file database administration utility written in PHP. Supports MySQL, PostgreSQL, SQLite, MS SQL, and Oracle database servers. Formerly phpMyAdmin. Seems to let you do everything you could do from a database shell. Session-aware. Has plugins for a number of popular web apps to help you fix their databases should you need to. Easily themeable, just drop a new CSS file into the directory Adminer is installed in.

sqlite postgresql database administration mysql oracle webapps php mssql management lightweight web
selfoss - the open source web based rss reader and multi source mashup aggregator http://selfoss.aditu.de/
Tue 20 Mar 2018 12:39:00 AM PDT archive.org

Selfoss is a personal RSS feed reader written in PHP. The idea is that you install it into a subdirectory of your website or on your laptop, configure it, and use it to read RSS feeds in the same way that you'd use Google Reader (RIP). Can be easily extended with plugins. Supports mobile devices as well as desktop web browsers. Can also import existing OPML feeds (like Google Reader's) to populate the database with what you read. Tiny - 2MB in size.

web rss github foss opml software extensible mysql php feedreader webapps exocortex
my little forum - a simple PHP/MySQL based threaded internet forum http://mylittleforum.net/
Tue 20 Mar 2018 12:35:20 AM PDT archive.org

My Little Forum is a lightweight forum application written in PHP and using MySQL as its back-end. Its appearance is very lightweight and clean so users can focus on using it and not figuring out how to navigate it.

web foss forum mysql php software
/major/MySQLTuner-perl https://github.com/major/MySQLTuner-perl
Tue 20 Mar 2018 12:13:38 AM PDT archive.org

A Perl script that logs into a MySQL database server (with or without credentials), analyzes it, and makes suggestions to optimize its performance.

rdbms database perl sysadmin mysql performance percona maria analysis suggestions optimization
Chocobozzz/OpenVPN-Admin: Install and administrate OpenVPN with a web interface (logs visualisations, users managing...) https://github.com/Chocobozzz/OpenVPN-Admin
Mon 19 Mar 2018 10:34:29 PM PDT archive.org

A web control panel for openvpn. Lets you manage users, search and visualize logs, manage accounts, download certs and config files. Requires a basic, uncustomized install of OpenVPN. Can be updated in realtime with a shell script.

sysadmin privacy openvpn server webapps mysql controlpanel php
Wakaba and Kareha http://wakaba.c3.cx/s/web/wakaba_kareha
Mon 19 Mar 2018 10:26:06 PM PDT archive.org

Kareha doesn't use a database, Wakaba does.

web sqlite forum chan perl mysql imageboard software
4817 links, including 361 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn