Bookmarks
-
April 9, 2017Contributing to projects on GitHub › NETWAYS Blog
A nice an general git workflow -
April 6, 2017
-
April 6, 2017
-
April 2, 2017
-
April 2, 2017
-
April 2, 2017
-
April 2, 2017
-
March 29, 2017
-
March 23, 2017
-
March 23, 2017Workaround for ".kdbx file in nextcloud don't open in keeweb · Issue #34"
``` (The fix) simply changes the mimetype of any .kdbx file in the filecache everytime you reload a page in nextcloud, so it might effect performance depending on your setup. If you add $mimetypeId = $mimeTypeLoader->getId('x-application/kdbx'); $mimeTypeLoader->updateFilecache('%.kdbx', $mimetypeId); Below // Register custom mimetype we can hook in the frontend $mimeTypeDetector->getAllMappings(); $mimeTypeDetector->registerType('kdbx', 'x-application/kdbx', 'x-application/kdbx'); In your keeweb/appinfo/app.php file you should be good. (It's at the bottom) ``` -
March 15, 2017
-
March 13, 2017
-
March 11, 2017causefx/Organizr: HTPC/Homelab Services Organizer - Written in PHP
Do you have quite a bit of services running on your computer or server? Do you have a lot of bookmarks or have to memorize a bunch of ip's and ports? Well, Organizr is here to help with that. Organizr allows you to setup "Tabs" that will be loaded all in one webpage. You can then work on your server with ease. You can even open up two tabs side by side. Want to give users access to some Tabs? No problem, just enable user support and have them make an account. Want guests to be able to visit too? Enable Guest support for those tabs. -
March 11, 2017
-
March 10, 2017
-
March 9, 2017
-
March 7, 20171pxsolidblack – Releasing MindYourNeighbors
A piece of software which allows you to run scripts depending on your network neighborhood. -
March 6, 2017
-
March 5, 2017
-
March 5, 2017tomav/docker-mailserver
A fullstack but simple mail server (smtp, imap, antispam, antivirus...). Only configuration files, no SQL database. Keep it simple and versioned. Easy to deploy and upgrade.