Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thekevjames/tools
collection of tools too small to deserve their own repo
https://github.com/thekevjames/tools
circleci circleci-orb docker mysql renovate slack ubuntu
Last synced: 4 days ago
JSON representation
collection of tools too small to deserve their own repo
- Host: GitHub
- URL: https://github.com/thekevjames/tools
- Owner: TheKevJames
- License: other
- Created: 2018-05-01T18:08:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T08:39:21.000Z (8 days ago)
- Last Synced: 2024-10-29T09:55:15.218Z (8 days ago)
- Topics: circleci, circleci-orb, docker, mysql, renovate, slack, ubuntu
- Language: Perl
- Size: 2.79 MB
- Stars: 18
- Watchers: 5
- Forks: 17
- Open Issues: 10
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Various Tools
=============This repository is a collection of tools too small to be worth managing as
their own repo. Many of these originally started as an `experiment`_ or, before
I started trying to organize my GitHub presence, as a couple-line repo I'd
completely forgotten about.- `32-bit Ubuntu Docker Images`_
- `CCTUI`_
- `CSS UserStyles`_
- `DDTUI`_
- `Dockerized caddy + caddy-security`_
- `Dockerized Fava`_
- `Dockerized gcloud Pubsub Emulator`_
- `Dockerized MySQLTuner`_
- `Dockerized Nox`_
- `Dockerized Tuning-Primer`_
- `Slack Notifier`_Renovate
--------This repository also contains my `Renovate`_ configurations, which are shared
across all my projects. You can grab the common "make it work for anything
Kevin has done anywhere" config with:.. code-block:: json
{
"extends": ["github>thekevjames/tools"]
}.. _32-bit Ubuntu Docker Images: https://github.com/TheKevJames/tools/tree/master/docker-ubuntu32
.. _CCTUI: https://github.com/TheKevJames/tools/tree/master/cctui
.. _CSS UserStyles: https://github.com/TheKevJames/tools/tree/master/userstyles
.. _DDTUI: https://github.com/TheKevJames/tools/tree/master/ddtui
.. _Dockerized MySQLTuner: https://github.com/TheKevJames/tools/tree/master/docker-mysqltuner
.. _Dockerized Fava: https://github.com/TheKevJames/tools/tree/master/docker-fava
.. _Dockerized Nox: https://github.com/TheKevJames/tools/tree/master/docker-nox
.. _Dockerized Tuning-Primer: https://github.com/TheKevJames/tools/tree/master/docker-tuning-primer
.. _Dockerized caddy + caddy-security: https://github.com/TheKevJames/tools/tree/master/docker-caddy-security
.. _Dockerized gcloud Pubsub Emulator: https://github.com/TheKevJames/tools/tree/master/docker-gcloud-pubsub-emulator
.. _Renovate: https://renovatebot.com/
.. _Slack Notifier: https://github.com/TheKevJames/tools/tree/master/slack-notifier
.. _experiment: https://github.com/TheKevJames/experiments