Tag: simple

  • Docker – Simple Registry Web UI With Docker-Registry-UI From Joxit

    Docker – Simple Registry Web UI With Docker-Registry-UI From Joxit

    Hosting your own Docker registry is great, it’s just that… It’s pretty anonymous. You don’t really get to see how many images you have, or their tags, or image digests etc. Unless you want to send manual GET requests via CURL, you can use joxit/docker-registry-ui. Add the following to “ui service” to your existing registry…

  • ReadThenBurn – Send Temporary and Secret Messages

    ReadThenBurn – Send Temporary and Secret Messages

    When Universal Clipboard is not enough, and GPG to complicated. Sometimes, you need to send a quick (private) and temporary message that is only valid for a short period. With no permanent storage, data analysis etc. I have published a super simple service for doing just that. It’s called Read Then Burn and, as the…

  • How To: Create a Simple Image Gallery with HTML tables

    Sometimes you just want a simple Image Gallery. With no php, javascript or flashy Adobe flash required. Just simple, quick and dirty HTML that you can type out and be done with your post. What you will need: The images you want to use in their Original format Every image in a thumbnail format (duplicates,…