Sign inSign up

arnoldvianna/cheat_sheet

By arnoldvianna

Updated about 2 months ago

Made By Arnold Vianna

Image
Databases & storage
1

767

arnoldvianna/cheat_sheet repository overview

Cheat Sheet Search

Live Website https://css.arnoldslab404.shop/

A lightweight, browser-based cheat sheet application with no external database required.

All cheat sheets are stored in an SQLite database, making it easy to add, edit, or remove entries. Any changes you make are automatically saved in the database, with no additional configuration required.

Quick Start

Run the container in three simple steps. You can change the host port in step 2 to any available port.

1. Pull the image
docker pull arnoldvianna/cheat_sheet
2. Run the container
docker run -d -p 8010:8010 arnoldvianna/cheat_sheet
3. Open your browser
http://localhost:8010/

More Information

GitHub Repository:

https://github.com/arnold-vianna/Cheat_Sheet_Search

Tag summary

Content type

Image

Digest

sha256:e05cc7cfc

Size

58 MB

Last updated

about 2 months ago

docker pull arnoldvianna/cheat_sheet