diff --git a/Dockerfile b/Dockerfile index 859ed95..fb8eb2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ -FROM nginx:latest +FROM nginx:alpine COPY public /usr/share/nginx/html diff --git a/content/_index.md b/content/_index.md index 37d211f..75f14e2 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,6 +1,6 @@ --- title: "Home" --- -# Johannes Bülow IT Consulting & Service +# Johannes Bülow: IT Consulting & Service **Consulting und Support für IT-Sicherheit, Linux, Hosting, Entwicklung und mehr** diff --git a/content/tools.md b/content/tools.md new file mode 100644 index 0000000..cfeb705 --- /dev/null +++ b/content/tools.md @@ -0,0 +1,10 @@ +--- +title: "Tools" +--- +# Tools +Sammlung von selbst-programmierten tools + +## [Crypttool (WIP)](https://crypttool.jmbit.de) +Verschlüsselt eine Datei im Browser mit einem zufällig generierten Passwort, ohne dass die Datei den PC verlässt. + +