Updated logo API

This commit is contained in:
2026-04-25 23:49:08 +10:00
parent de183995b6
commit 924e03334c
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -20,6 +20,9 @@ http {
fastcgi_param HTTPS on;
fastcgi_param HTTP_X_FORWARDED_PROTO https;
include fastcgi_params;
fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k;
}
}
}
+4
View File
@@ -0,0 +1,4 @@
FROM ubuntu:latest
LABEL authors="josh"
ENTRYPOINT ["top", "-b"]